diff --git a/langs/en-ca.json b/langs/en-ca.json index 42f38a5..b3fff92 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -3,11 +3,24 @@ "common": { "artists": "Artists", "images": "Images", - "unsaved": "This change hasn't been saved, if you close without saving it will be undone." + "unsaved": "This change hasn't been saved, if you close without saving it will be undone.", + "page": { + "previous": "Prev", + "next": "Next" + }, + "name": "Name", + "tags": "Tags", + "select": "Select", + "links": "Links", + "sort-by": "Sort By" }, "apps": { "ArtBrowser": { - "selected": "{current}/{required} Selected" + "selected": "{current}/{required} Selected", + "upload-image": "Upload Image", + "no-results": "No results were found for that search", + "select-image": "Select image", + "page-reset-warning": "Changing any of these will reset your page to 1." }, "ArtistBrowser": { "sort-options": { @@ -15,7 +28,10 @@ "name-desc": "Name (Z -> A)", "image-count-asc": "Image Count (0 -> 9)", "image-count-desc": "Image Count (9 -> 0)" - } + }, + "image-count": "{count} Images", + "common-tags": "Common Image Tags", + "create-artist": "Create New Artist" }, "ArtistApp": { "title": { @@ -37,10 +53,7 @@ }, "image-label": "Image", "clear": "Clear", - "preview-placeholder": "Select an image to see a preview", - "name-label": "Name", - "tags-label": "Tags", - "artists-label": "Artists" + "preview-placeholder": "Select an image to see a preview" } }, "settings": { diff --git a/templates/ArtBrowser/image/grid.hbs b/templates/ArtBrowser/image/grid.hbs index 5174e29..9ada37d 100644 --- a/templates/ArtBrowser/image/grid.hbs +++ b/templates/ArtBrowser/image/grid.hbs @@ -10,12 +10,12 @@ {{else if is.multi}} diff --git a/templates/ArtBrowser/images.hbs b/templates/ArtBrowser/images.hbs index 93893c2..f64b4e1 100644 --- a/templates/ArtBrowser/images.hbs +++ b/templates/ArtBrowser/images.hbs @@ -1,7 +1,9 @@