diff --git a/client/lang/af.js b/client/lang/af.js index e2a8481e2..2f3a25672 100644 --- a/client/lang/af.js +++ b/client/lang/af.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('af', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/ar.js b/client/lang/ar.js index 66090639e..1f3b83e1f 100644 --- a/client/lang/ar.js +++ b/client/lang/ar.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('ar', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/bg.js b/client/lang/bg.js index f5c557782..60283125f 100644 --- a/client/lang/bg.js +++ b/client/lang/bg.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('bg', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/bs.js b/client/lang/bs.js index bf8afd8a0..4598ef27c 100644 --- a/client/lang/bs.js +++ b/client/lang/bs.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('bs', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/cs.js b/client/lang/cs.js index fe8a02b34..edb13a81a 100644 --- a/client/lang/cs.js +++ b/client/lang/cs.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('cs', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/da.js b/client/lang/da.js index 590183fca..a929639e2 100644 --- a/client/lang/da.js +++ b/client/lang/da.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('da', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Naviger et niveau op", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/de.js b/client/lang/de.js index d5b7dbb54..6eb400c3d 100644 --- a/client/lang/de.js +++ b/client/lang/de.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('de', { + "AssetAdmin.ADD_FILES": "Aus Dateien hinzufügen", "AssetAdmin.ADD_FOLDER_BUTTON": "Verzeichnis hinzufügen", "AssetAdmin.BACK": "Zurück", "AssetAdmin.BACK_DESCRIPTION": "Eine Ebene nach oben", + "AssetAdmin.BROWSE": "Durchsuchen", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Sind Sie sicher, dass Sie diese Dateien %s möchten?", "AssetAdmin.BULK_ACTIONS_DELETE": "Löschen", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Sind Sie sicher, dass Sie diese Datei löschen möchten?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Abbrechen", "AssetAdmin.CONFIRMDELETE": "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten?", "AssetAdmin.CREATED": "Zuerst hochgeladen", + "AssetAdmin.CreateTitle": "Fügen Sie Medien aus dem Web ein", "AssetAdmin.DELETE": "Löschen", "AssetAdmin.DIM": "Abmessungen", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Upload abbrechen", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Datei hochgeladen", "AssetAdmin.DROPZONE_UPLOAD": "Hochladen", "AssetAdmin.EDIT": "Ändern", + "AssetAdmin.EMPTY": "Keine Dateien", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Einbetten ist nur mit Remote-Dateien möglich.", + "AssetAdmin.EditTitle": "Medien aus dem Web", "AssetAdmin.FILENAME": "Dateiname", "AssetAdmin.FILES": "Dateien", "AssetAdmin.FILE_MISSING": "Datei kann nicht gefunden werden", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "und", "AssetAdmin.LASTEDIT": "Letzte Änderung", "AssetAdmin.LOADMORE": "Lade mehr", + "AssetAdmin.NEXT": "Nächste", "AssetAdmin.NOITEMSFOUND": "Keine Items gefunden", + "AssetAdmin.OR": "oder", + "AssetAdmin.PREVIOUS": "Vorherige", "AssetAdmin.PROMPTFOLDERNAME": "Bitte geben Sie einen Ordnernamen ein (oder leer zum Abbrechen)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Hochladen erfolgreich, die Datei wird beim Speichern ersetzt.", "AssetAdmin.SAVE": "Speichern", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Größe", "AssetAdmin.TITLE": "Titel", "AssetAdmin.TYPE": "Dateityp", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Aus Dateien hinzufügen", - "AssetAdmin.BROWSE": "Durchsuchen", - "AssetAdmin.EMPTY": "Keine Dateien", - "AssetAdmin.OR": "oder", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Einbetten ist nur mit Remote-Dateien möglich.", - "AssetAdmin.CreateTitle": "Fügen Sie Medien aus dem Web ein", - "AssetAdmin.EditTitle": "Medien aus dem Web", - "AssetAdmin.NEXT": "Nächste", - "AssetAdmin.PREVIOUS": "Vorherige" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/el.js b/client/lang/el.js index 034cb2a03..1ceb399db 100644 --- a/client/lang/el.js +++ b/client/lang/el.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('el', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/en.js b/client/lang/en.js index 6f97a68e3..dfc0869b9 100644 --- a/client/lang/en.js +++ b/client/lang/en.js @@ -6,21 +6,39 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('en', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", + "AssetAdmin.BULK_ACTIONS_ARCHIVE": "Archive", + "AssetAdmin.BULK_ACTIONS_ARCHIVE_FAIL_02": "%s folders/files were successfully archived, but %s files were not able to be archived.", + "AssetAdmin.BULK_ACTIONS_ARCHIVE_FOLDERS_CONFIRM": "Are you sure you want to archive these folders?", + "AssetAdmin.BULK_ACTIONS_ARCHIVE_FOLDER_CONFIRM": "Are you sure you want to archive this folder?", + "AssetAdmin.BULK_ACTIONS_ARCHIVE_ITEMS_CONFIRM": "You're about to archive %s file(s) which may be used in your site's content. Carefully check the file usage on the files before archiving the file(s).", + "AssetAdmin.BULK_ACTIONS_ARCHIVE_SUCCESS_02": "%s folders/files were successfully archived.", + "AssetAdmin.BULK_ACTIONS_ARCHIVE_WARNING": "Ensure files are removed from content areas prior to archiving them, otherwise they will appear as broken links.", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", "AssetAdmin.BULK_ACTIONS_DELETE_FAIL": "%s folders/files were successfully archived, but %s files were not able to be archived.", + "AssetAdmin.BULK_ACTIONS_DELETE_FAIL_02": "%s folders/files were successfully deleted, but %s files were not able to be deleted.", "AssetAdmin.BULK_ACTIONS_DELETE_FOLDER": "These folders contain files which are currently in use, you must move or delete their contents before you can delete the folder.", + "AssetAdmin.BULK_ACTIONS_DELETE_FOLDERS_CONFIRM": "Are you sure you want to delete these folders?", + "AssetAdmin.BULK_ACTIONS_DELETE_FOLDER_CONFIRM": "Are you sure you want to delete this folder?", + "AssetAdmin.BULK_ACTIONS_DELETE_ITEMS_CONFIRM": "You're about to delete %s file(s) which may be used in your site's content. Carefully check the file usage on the files before deleting the file(s).", "AssetAdmin.BULK_ACTIONS_DELETE_MULTI_CONFIRM": "There are %s files currently in use, are you sure you want to delete these files?", "AssetAdmin.BULK_ACTIONS_DELETE_SINGLE_CONFIRM": "This file is currently in use in %s places, are you sure you want to delete it?", "AssetAdmin.BULK_ACTIONS_DELETE_SUCCESS": "%s folders/files were successfully archived.", + "AssetAdmin.BULK_ACTIONS_DELETE_SUCCESS_02": "%s folders/files were successfully deleted.", + "AssetAdmin.BULK_ACTIONS_DELETE_WARNING": "Ensure files are removed from content areas prior to deleting them, otherwise they will appear as broken links.", "AssetAdmin.BULK_ACTIONS_PLACEHOLDER": "Select an action...", "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", + "AssetAdmin.CONFIRM_FILE_ARCHIVE": "Confirm archive", + "AssetAdmin.CONFIRM_FILE_DELETION": "Confirm deletion", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +55,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +69,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +89,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/eo.js b/client/lang/eo.js index cc83816d5..948ab89d0 100644 --- a/client/lang/eo.js +++ b/client/lang/eo.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('eo', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Aldoni dosierujon", "AssetAdmin.BACK": "Reen", "AssetAdmin.BACK_DESCRIPTION": "Navigi supren unu nivelon", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/es.js b/client/lang/es.js index b22ab2845..e934c5793 100644 --- a/client/lang/es.js +++ b/client/lang/es.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('es', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/et_EE.js b/client/lang/et_EE.js index 45c35ce63..909600d20 100644 --- a/client/lang/et_EE.js +++ b/client/lang/et_EE.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('et_EE', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/fa_IR.js b/client/lang/fa_IR.js index ab2135bcf..5376d58fc 100644 --- a/client/lang/fa_IR.js +++ b/client/lang/fa_IR.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('fa_IR', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/fi.js b/client/lang/fi.js index ec0425191..ac061e162 100644 --- a/client/lang/fi.js +++ b/client/lang/fi.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('fi', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/fr.js b/client/lang/fr.js index ade85d37b..71d5c9ff9 100644 --- a/client/lang/fr.js +++ b/client/lang/fr.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('fr', { + "AssetAdmin.ADD_FILES": "Ajouter depuis les fichiers", "AssetAdmin.ADD_FOLDER_BUTTON": "Nouveau dossier", "AssetAdmin.BACK": "Retour", "AssetAdmin.BACK_DESCRIPTION": "Répertoire parent", + "AssetAdmin.BROWSE": "Parcourir", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Etes-vous sûr de vouloir %s ces fichiers?", "AssetAdmin.BULK_ACTIONS_DELETE": "Supprimer", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Etes-vous sûr de vouloir supprimer ces fichiers?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Annuler", "AssetAdmin.CONFIRMDELETE": "Etes-vous sûr de vouloir supprimer cet enregistrement?", "AssetAdmin.CREATED": "Premier téléversement", + "AssetAdmin.CreateTitle": "Insérer un nouveau média à partir du web", "AssetAdmin.DELETE": "Supprimer", "AssetAdmin.DIM": "Taille", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Annuler le téléversement", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Fichier téléversé.", "AssetAdmin.DROPZONE_UPLOAD": "Téléverser", "AssetAdmin.EDIT": "Editer", + "AssetAdmin.EMPTY": "Aucun fichier", + "AssetAdmin.ERROR_OEMBED_REMOTE": "L'intégration n'est compatible qu'avec des fichiers distants", + "AssetAdmin.EditTitle": "Média à partir du web", "AssetAdmin.FILENAME": "Nom de fichier", "AssetAdmin.FILES": "Fichiers", "AssetAdmin.FILE_MISSING": "Fichier introuvable", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "et", "AssetAdmin.LASTEDIT": "Dernière modification", "AssetAdmin.LOADMORE": "Charger plus d'éléments", + "AssetAdmin.NEXT": "Suivant", "AssetAdmin.NOITEMSFOUND": "Aucun élément trouvé", + "AssetAdmin.OR": "ou", + "AssetAdmin.PREVIOUS": "Précédent", "AssetAdmin.PROMPTFOLDERNAME": "Merci d'entrer un nom de dossier (ou laisser vide pour annuler)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Téléversement réussi, le fichier sera remplacé après sauvegarde.", "AssetAdmin.SAVE": "Sauvegarder", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Taille", "AssetAdmin.TITLE": "Titre", "AssetAdmin.TYPE": "Type de fichier", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Ajouter depuis les fichiers", - "AssetAdmin.BROWSE": "Parcourir", - "AssetAdmin.EMPTY": "Aucun fichier", - "AssetAdmin.OR": "ou", - "AssetAdmin.ERROR_OEMBED_REMOTE": "L'intégration n'est compatible qu'avec des fichiers distants", - "AssetAdmin.CreateTitle": "Insérer un nouveau média à partir du web", - "AssetAdmin.EditTitle": "Média à partir du web", - "AssetAdmin.NEXT": "Suivant", - "AssetAdmin.PREVIOUS": "Précédent" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/gl_ES.js b/client/lang/gl_ES.js index d76fe57a0..1e7d842bf 100644 --- a/client/lang/gl_ES.js +++ b/client/lang/gl_ES.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('gl_ES', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/he_IL.js b/client/lang/he_IL.js index 554f6bebd..f5b723b1a 100644 --- a/client/lang/he_IL.js +++ b/client/lang/he_IL.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('he_IL', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/hr.js b/client/lang/hr.js index 08c1aa964..7dc238300 100644 --- a/client/lang/hr.js +++ b/client/lang/hr.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('hr', { + "AssetAdmin.ADD_FILES": "Dodaj iz datoteka", "AssetAdmin.ADD_FOLDER_BUTTON": "Dodaj direktorij", "AssetAdmin.BACK": "Nazad", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Pretraži", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Jeste li sugurni da želite %s ove datoteke?", "AssetAdmin.BULK_ACTIONS_DELETE": "Obriši", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Jeste li sugurni da želite obrisati ove datoteke?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Odustani", "AssetAdmin.CONFIRMDELETE": "Jeste li sugurni da želite obrisati ovaj zapis?", "AssetAdmin.CREATED": "Prvi prijenos", + "AssetAdmin.CreateTitle": "Dodaj novu mediju s weba", "AssetAdmin.DELETE": "Obriši", "AssetAdmin.DIM": "Dimenzije", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Prekini prijenos", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Prvi prijenos", "AssetAdmin.DROPZONE_UPLOAD": "Prenesi", "AssetAdmin.EDIT": "Uredi", + "AssetAdmin.EMPTY": "Nema datoteka", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed je samo kompatibilan s vanjskim datotekama", + "AssetAdmin.EditTitle": "Medij s weba", "AssetAdmin.FILENAME": "Naziv datoteke", "AssetAdmin.FILES": "Datoteke", "AssetAdmin.FILE_MISSING": "Datoteka nije pronađena", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "i", "AssetAdmin.LASTEDIT": "Zadnja promjena", "AssetAdmin.LOADMORE": "Učitaj više", + "AssetAdmin.NEXT": "Sljedeći", "AssetAdmin.NOITEMSFOUND": "Nisu pronađene stavke", + "AssetAdmin.OR": "ili", + "AssetAdmin.PREVIOUS": "Prethodni", "AssetAdmin.PROMPTFOLDERNAME": "Molimo unesite naziv direktorija (ili prazno za odustati)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Prijenos uspješan, datoteka će biti zamjenjena nakon što Spremite.", "AssetAdmin.SAVE": "Spremi", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Veličina", "AssetAdmin.TITLE": "Naslov", "AssetAdmin.TYPE": "Vrsta datoteke", - "AssetAdmin.URL": "Link", - "AssetAdmin.ADD_FILES": "Dodaj iz datoteka", - "AssetAdmin.BROWSE": "Pretraži", - "AssetAdmin.EMPTY": "Nema datoteka", - "AssetAdmin.OR": "ili", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed je samo kompatibilan s vanjskim datotekama", - "AssetAdmin.CreateTitle": "Dodaj novu mediju s weba", - "AssetAdmin.EditTitle": "Medij s weba", - "AssetAdmin.NEXT": "Sljedeći", - "AssetAdmin.PREVIOUS": "Prethodni" + "AssetAdmin.URL": "Link" }); } \ No newline at end of file diff --git a/client/lang/hu.js b/client/lang/hu.js index 2839ab4c5..7a1fa6d30 100644 --- a/client/lang/hu.js +++ b/client/lang/hu.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('hu', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/id.js b/client/lang/id.js index 411f9a8c6..f128796e7 100644 --- a/client/lang/id.js +++ b/client/lang/id.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('id', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/is.js b/client/lang/is.js index f543af9b5..ef38cfca0 100644 --- a/client/lang/is.js +++ b/client/lang/is.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('is', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/it.js b/client/lang/it.js index 07ccbc2ca..53eb85fea 100644 --- a/client/lang/it.js +++ b/client/lang/it.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('it', { + "AssetAdmin.ADD_FILES": "Aggiungi da file", "AssetAdmin.ADD_FOLDER_BUTTON": "Aggiungi cartella", "AssetAdmin.BACK": "Indietro", "AssetAdmin.BACK_DESCRIPTION": "Vai al livello superiore", + "AssetAdmin.BROWSE": "Sfoglia", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Sei sicuro di voler %s questi file?", "AssetAdmin.BULK_ACTIONS_DELETE": "Elimina", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Sei sicuro di voler eliminare questi file?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Annulla", "AssetAdmin.CONFIRMDELETE": "Sei sicuro di voler eliminare questo record?", "AssetAdmin.CREATED": "Caricato il", + "AssetAdmin.CreateTitle": "Inserire nuovo materiale dal web", "AssetAdmin.DELETE": "Elimina", "AssetAdmin.DIM": "Dimensioni", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Annulla caricamento", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File caricato", "AssetAdmin.DROPZONE_UPLOAD": "Carica", "AssetAdmin.EDIT": "Modifica", + "AssetAdmin.EMPTY": "Nessun file", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Materiale dal web", "AssetAdmin.FILENAME": "Nome file", "AssetAdmin.FILES": "File", "AssetAdmin.FILE_MISSING": "Il file non può essere trovato", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "e", "AssetAdmin.LASTEDIT": "Ultima modifica", "AssetAdmin.LOADMORE": "Carica ancora", + "AssetAdmin.NEXT": "Prossimo", "AssetAdmin.NOITEMSFOUND": "Nessun elemento trovato", + "AssetAdmin.OR": "o", + "AssetAdmin.PREVIOUS": "Precedente", "AssetAdmin.PROMPTFOLDERNAME": "Inserire il nome della cartella (o lasciare vuoto per annullare)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Caricamento eseguito, il file sarà sostituito con Salva.", "AssetAdmin.SAVE": "Salva", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Dimensione", "AssetAdmin.TITLE": "Titolo", "AssetAdmin.TYPE": "Tipo file", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Aggiungi da file", - "AssetAdmin.BROWSE": "Sfoglia", - "AssetAdmin.EMPTY": "Nessun file", - "AssetAdmin.OR": "o", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Inserire nuovo materiale dal web", - "AssetAdmin.EditTitle": "Materiale dal web", - "AssetAdmin.NEXT": "Prossimo", - "AssetAdmin.PREVIOUS": "Precedente" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/ja.js b/client/lang/ja.js index 2a38a75e7..35f91e637 100644 --- a/client/lang/ja.js +++ b/client/lang/ja.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('ja', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/ko.js b/client/lang/ko.js index 4257dfb51..07d79441e 100644 --- a/client/lang/ko.js +++ b/client/lang/ko.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('ko', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/lt.js b/client/lang/lt.js index b2ba021e6..f9187a6be 100644 --- a/client/lang/lt.js +++ b/client/lang/lt.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('lt', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/mi.js b/client/lang/mi.js index 335cff4d2..8bd7216a4 100644 --- a/client/lang/mi.js +++ b/client/lang/mi.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('mi', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/nb.js b/client/lang/nb.js index 7a15fc66f..db89eecce 100644 --- a/client/lang/nb.js +++ b/client/lang/nb.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('nb', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/nl.js b/client/lang/nl.js index 282cbc613..58b92e243 100644 --- a/client/lang/nl.js +++ b/client/lang/nl.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('nl', { + "AssetAdmin.ADD_FILES": "Kies uit CMS bestanden", "AssetAdmin.ADD_FOLDER_BUTTON": "Map toevoegen", "AssetAdmin.BACK": "Terug", "AssetAdmin.BACK_DESCRIPTION": "Niveau omhoog", + "AssetAdmin.BROWSE": "Uploaden", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Weet u zeker dat u deze bestanden wil %s?", "AssetAdmin.BULK_ACTIONS_DELETE": "Verwijder", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Weet u zeker dat u deze bestanden wil verwijderen?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Annuleren", "AssetAdmin.CONFIRMDELETE": "Weet u zeker dat dit verwijderd kan worden?", "AssetAdmin.CREATED": "Voor het eerst opslagen op", + "AssetAdmin.CreateTitle": "Media vanaf het web invoegen", "AssetAdmin.DELETE": "Verwijder", "AssetAdmin.DIM": "Afmetingen", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Upload annuleren", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Uploaden gelukt", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Bewerk", + "AssetAdmin.EMPTY": "Geen bestanden", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embedden kan alleen met externe bestanden", + "AssetAdmin.EditTitle": "Media van andere site", "AssetAdmin.FILENAME": "Bestandsnaam", "AssetAdmin.FILES": "Bestanden", "AssetAdmin.FILE_MISSING": "Bestand niet gevonden", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "en", "AssetAdmin.LASTEDIT": "Laatste wijziging", "AssetAdmin.LOADMORE": "Meer inladen", + "AssetAdmin.NEXT": "Volgende", "AssetAdmin.NOITEMSFOUND": "Geen items gevonden", + "AssetAdmin.OR": "of", + "AssetAdmin.PREVIOUS": "Vorige", "AssetAdmin.PROMPTFOLDERNAME": "Type de naam van de map (of laat leeg om te annuleren)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Uploaden gelukt, het bestand wordt vervangen na het drukken op Opslaan", "AssetAdmin.SAVE": "Opslaan", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Grootte", "AssetAdmin.TITLE": "Titel", "AssetAdmin.TYPE": "Bestandstype", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Kies uit CMS bestanden", - "AssetAdmin.BROWSE": "Uploaden", - "AssetAdmin.EMPTY": "Geen bestanden", - "AssetAdmin.OR": "of", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embedden kan alleen met externe bestanden", - "AssetAdmin.CreateTitle": "Media vanaf het web invoegen", - "AssetAdmin.EditTitle": "Media van andere site", - "AssetAdmin.NEXT": "Volgende", - "AssetAdmin.PREVIOUS": "Vorige" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/pl.js b/client/lang/pl.js index 750dac27e..f58e65c41 100644 --- a/client/lang/pl.js +++ b/client/lang/pl.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('pl', { + "AssetAdmin.ADD_FILES": "Dodaj z plików", "AssetAdmin.ADD_FOLDER_BUTTON": "Utwórz folder", "AssetAdmin.BACK": "Powrót", "AssetAdmin.BACK_DESCRIPTION": "Przejdź poziom wyżej", + "AssetAdmin.BROWSE": "Przeglądaj", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Czy na pewno chcesz %s tych plików?", "AssetAdmin.BULK_ACTIONS_DELETE": "Usuń", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Czy na pewno chcesz usunąć te pliki?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Anuluj", "AssetAdmin.CONFIRMDELETE": "Czy na pewno chcesz usunąć ten rekord?", "AssetAdmin.CREATED": "Pierwsze wgranie", + "AssetAdmin.CreateTitle": "Wstaw nowe plik (media)i z internetu", "AssetAdmin.DELETE": "Usuń", "AssetAdmin.DIM": "Wymiary", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Anuluj przesyłanie", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Pierwsze wgranie na serwer", "AssetAdmin.DROPZONE_UPLOAD": "Wgraj", "AssetAdmin.EDIT": "Edytuj", + "AssetAdmin.EMPTY": "Brak plików", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Osadzanie jest zgodne tylko ze zdalnymi plikami", + "AssetAdmin.EditTitle": "Pliki (media) z internetu", "AssetAdmin.FILENAME": "Nazwa pliku", "AssetAdmin.FILES": "Pliki", "AssetAdmin.FILE_MISSING": "Nie można znaleźć pliku", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "i", "AssetAdmin.LASTEDIT": "Ostatnia zmiana", "AssetAdmin.LOADMORE": "Wczytaj więcej", + "AssetAdmin.NEXT": "Następny", "AssetAdmin.NOITEMSFOUND": "Nie znaleziono żadnych plików", + "AssetAdmin.OR": "lub", + "AssetAdmin.PREVIOUS": "Poprzedni", "AssetAdmin.PROMPTFOLDERNAME": "Wprowadź nazwę folderu (lub pusty, aby anulować)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Przesyłanie powiodło się, plik zostanie zastąpiony, gdy zapiszesz.", "AssetAdmin.SAVE": "Zapisz", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Rozmiar", "AssetAdmin.TITLE": "Tytuł", "AssetAdmin.TYPE": "Typ pliku", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Dodaj z plików", - "AssetAdmin.BROWSE": "Przeglądaj", - "AssetAdmin.EMPTY": "Brak plików", - "AssetAdmin.OR": "lub", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Osadzanie jest zgodne tylko ze zdalnymi plikami", - "AssetAdmin.CreateTitle": "Wstaw nowe plik (media)i z internetu", - "AssetAdmin.EditTitle": "Pliki (media) z internetu", - "AssetAdmin.NEXT": "Następny", - "AssetAdmin.PREVIOUS": "Poprzedni" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/pt.js b/client/lang/pt.js index 11792a548..eb315d3f8 100644 --- a/client/lang/pt.js +++ b/client/lang/pt.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('pt', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/ro.js b/client/lang/ro.js index f14098d0a..da7738a7e 100644 --- a/client/lang/ro.js +++ b/client/lang/ro.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('ro', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/ru.js b/client/lang/ru.js index 80604f84b..91bd80608 100644 --- a/client/lang/ru.js +++ b/client/lang/ru.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('ru', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/sk.js b/client/lang/sk.js index fe26bd0d3..a965b37a1 100644 --- a/client/lang/sk.js +++ b/client/lang/sk.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('sk', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/sl.js b/client/lang/sl.js index c64cb8eec..307f97b6e 100644 --- a/client/lang/sl.js +++ b/client/lang/sl.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('sl', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Nivo višje", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/sr.js b/client/lang/sr.js index f70fb2b47..f33804e91 100644 --- a/client/lang/sr.js +++ b/client/lang/sr.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('sr', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/sr_RS@latin.js b/client/lang/sr_RS@latin.js index f20919d22..81a1a06f0 100644 --- a/client/lang/sr_RS@latin.js +++ b/client/lang/sr_RS@latin.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('sr_RS@latin', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/src/af.json b/client/lang/src/af.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/af.json +++ b/client/lang/src/af.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/ar.json b/client/lang/src/ar.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/ar.json +++ b/client/lang/src/ar.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/bg.json b/client/lang/src/bg.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/bg.json +++ b/client/lang/src/bg.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/bs.json b/client/lang/src/bs.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/bs.json +++ b/client/lang/src/bs.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/cs.json b/client/lang/src/cs.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/cs.json +++ b/client/lang/src/cs.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/da.json b/client/lang/src/da.json index ed441b1c0..49d685132 100644 --- a/client/lang/src/da.json +++ b/client/lang/src/da.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Naviger et niveau op", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/de.json b/client/lang/src/de.json index 3c2c1a6ce..515bb8264 100644 --- a/client/lang/src/de.json +++ b/client/lang/src/de.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Aus Dateien hinzufügen", "AssetAdmin.ADD_FOLDER_BUTTON": "Verzeichnis hinzufügen", "AssetAdmin.BACK": "Zurück", "AssetAdmin.BACK_DESCRIPTION": "Eine Ebene nach oben", + "AssetAdmin.BROWSE": "Durchsuchen", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Sind Sie sicher, dass Sie diese Dateien %s möchten?", "AssetAdmin.BULK_ACTIONS_DELETE": "Löschen", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Sind Sie sicher, dass Sie diese Datei löschen möchten?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Abbrechen", "AssetAdmin.CONFIRMDELETE": "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten?", "AssetAdmin.CREATED": "Zuerst hochgeladen", + "AssetAdmin.CreateTitle": "Fügen Sie Medien aus dem Web ein", "AssetAdmin.DELETE": "Löschen", "AssetAdmin.DIM": "Abmessungen", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Upload abbrechen", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Datei hochgeladen", "AssetAdmin.DROPZONE_UPLOAD": "Hochladen", "AssetAdmin.EDIT": "Ändern", + "AssetAdmin.EMPTY": "Keine Dateien", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Einbetten ist nur mit Remote-Dateien möglich.", + "AssetAdmin.EditTitle": "Medien aus dem Web", "AssetAdmin.FILENAME": "Dateiname", "AssetAdmin.FILES": "Dateien", "AssetAdmin.FILE_MISSING": "Datei kann nicht gefunden werden", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "und", "AssetAdmin.LASTEDIT": "Letzte Änderung", "AssetAdmin.LOADMORE": "Lade mehr", + "AssetAdmin.NEXT": "Nächste", "AssetAdmin.NOITEMSFOUND": "Keine Items gefunden", + "AssetAdmin.OR": "oder", + "AssetAdmin.PREVIOUS": "Vorherige", "AssetAdmin.PROMPTFOLDERNAME": "Bitte geben Sie einen Ordnernamen ein (oder leer zum Abbrechen)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Hochladen erfolgreich, die Datei wird beim Speichern ersetzt.", "AssetAdmin.SAVE": "Speichern", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Größe", "AssetAdmin.TITLE": "Titel", "AssetAdmin.TYPE": "Dateityp", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Aus Dateien hinzufügen", - "AssetAdmin.BROWSE": "Durchsuchen", - "AssetAdmin.EMPTY": "Keine Dateien", - "AssetAdmin.OR": "oder", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Einbetten ist nur mit Remote-Dateien möglich.", - "AssetAdmin.CreateTitle": "Fügen Sie Medien aus dem Web ein", - "AssetAdmin.EditTitle": "Medien aus dem Web", - "AssetAdmin.NEXT": "Nächste", - "AssetAdmin.PREVIOUS": "Vorherige" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/el.json b/client/lang/src/el.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/el.json +++ b/client/lang/src/el.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/en.json b/client/lang/src/en.json index d04dda693..c7e9f2c18 100644 --- a/client/lang/src/en.json +++ b/client/lang/src/en.json @@ -1,22 +1,24 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", - "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_ARCHIVE": "Archive", - "AssetAdmin.BULK_ACTIONS_ARCHIVE_ITEMS_CONFIRM": "You're about to archive %s file(s) which may be used in your site's content. Carefully check the file usage on the files before archiving the file(s).", "AssetAdmin.BULK_ACTIONS_ARCHIVE_FAIL_02": "%s folders/files were successfully archived, but %s files were not able to be archived.", - "AssetAdmin.BULK_ACTIONS_ARCHIVE_FOLDER_CONFIRM": "Are you sure you want to archive this folder?", "AssetAdmin.BULK_ACTIONS_ARCHIVE_FOLDERS_CONFIRM": "Are you sure you want to archive these folders?", + "AssetAdmin.BULK_ACTIONS_ARCHIVE_FOLDER_CONFIRM": "Are you sure you want to archive this folder?", + "AssetAdmin.BULK_ACTIONS_ARCHIVE_ITEMS_CONFIRM": "You're about to archive %s file(s) which may be used in your site's content. Carefully check the file usage on the files before archiving the file(s).", "AssetAdmin.BULK_ACTIONS_ARCHIVE_SUCCESS_02": "%s folders/files were successfully archived.", "AssetAdmin.BULK_ACTIONS_ARCHIVE_WARNING": "Ensure files are removed from content areas prior to archiving them, otherwise they will appear as broken links.", + "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", "AssetAdmin.BULK_ACTIONS_DELETE_FAIL": "%s folders/files were successfully archived, but %s files were not able to be archived.", "AssetAdmin.BULK_ACTIONS_DELETE_FAIL_02": "%s folders/files were successfully deleted, but %s files were not able to be deleted.", "AssetAdmin.BULK_ACTIONS_DELETE_FOLDER": "These folders contain files which are currently in use, you must move or delete their contents before you can delete the folder.", - "AssetAdmin.BULK_ACTIONS_DELETE_FOLDER_CONFIRM": "Are you sure you want to delete this folder?", "AssetAdmin.BULK_ACTIONS_DELETE_FOLDERS_CONFIRM": "Are you sure you want to delete these folders?", + "AssetAdmin.BULK_ACTIONS_DELETE_FOLDER_CONFIRM": "Are you sure you want to delete this folder?", "AssetAdmin.BULK_ACTIONS_DELETE_ITEMS_CONFIRM": "You're about to delete %s file(s) which may be used in your site's content. Carefully check the file usage on the files before deleting the file(s).", "AssetAdmin.BULK_ACTIONS_DELETE_MULTI_CONFIRM": "There are %s files currently in use, are you sure you want to delete these files?", "AssetAdmin.BULK_ACTIONS_DELETE_SINGLE_CONFIRM": "This file is currently in use in %s places, are you sure you want to delete it?", @@ -29,6 +31,7 @@ "AssetAdmin.CONFIRM_FILE_ARCHIVE": "Confirm archive", "AssetAdmin.CONFIRM_FILE_DELETION": "Confirm deletion", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -45,6 +48,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -56,7 +62,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -73,14 +82,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/eo.json b/client/lang/src/eo.json index 2c174bfb8..4fe22c331 100644 --- a/client/lang/src/eo.json +++ b/client/lang/src/eo.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Aldoni dosierujon", "AssetAdmin.BACK": "Reen", "AssetAdmin.BACK_DESCRIPTION": "Navigi supren unu nivelon", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/es.json b/client/lang/src/es.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/es.json +++ b/client/lang/src/es.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/et_EE.json b/client/lang/src/et_EE.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/et_EE.json +++ b/client/lang/src/et_EE.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/fa_IR.json b/client/lang/src/fa_IR.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/fa_IR.json +++ b/client/lang/src/fa_IR.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/fi.json b/client/lang/src/fi.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/fi.json +++ b/client/lang/src/fi.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/fr.json b/client/lang/src/fr.json index 6d6cb4f89..dca733d46 100644 --- a/client/lang/src/fr.json +++ b/client/lang/src/fr.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Ajouter depuis les fichiers", "AssetAdmin.ADD_FOLDER_BUTTON": "Nouveau dossier", "AssetAdmin.BACK": "Retour", "AssetAdmin.BACK_DESCRIPTION": "Répertoire parent", + "AssetAdmin.BROWSE": "Parcourir", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Etes-vous sûr de vouloir %s ces fichiers?", "AssetAdmin.BULK_ACTIONS_DELETE": "Supprimer", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Etes-vous sûr de vouloir supprimer ces fichiers?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Annuler", "AssetAdmin.CONFIRMDELETE": "Etes-vous sûr de vouloir supprimer cet enregistrement?", "AssetAdmin.CREATED": "Premier téléversement", + "AssetAdmin.CreateTitle": "Insérer un nouveau média à partir du web", "AssetAdmin.DELETE": "Supprimer", "AssetAdmin.DIM": "Taille", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Annuler le téléversement", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Fichier téléversé.", "AssetAdmin.DROPZONE_UPLOAD": "Téléverser", "AssetAdmin.EDIT": "Editer", + "AssetAdmin.EMPTY": "Aucun fichier", + "AssetAdmin.ERROR_OEMBED_REMOTE": "L'intégration n'est compatible qu'avec des fichiers distants", + "AssetAdmin.EditTitle": "Média à partir du web", "AssetAdmin.FILENAME": "Nom de fichier", "AssetAdmin.FILES": "Fichiers", "AssetAdmin.FILE_MISSING": "Fichier introuvable", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "et", "AssetAdmin.LASTEDIT": "Dernière modification", "AssetAdmin.LOADMORE": "Charger plus d'éléments", + "AssetAdmin.NEXT": "Suivant", "AssetAdmin.NOITEMSFOUND": "Aucun élément trouvé", + "AssetAdmin.OR": "ou", + "AssetAdmin.PREVIOUS": "Précédent", "AssetAdmin.PROMPTFOLDERNAME": "Merci d'entrer un nom de dossier (ou laisser vide pour annuler)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Téléversement réussi, le fichier sera remplacé après sauvegarde.", "AssetAdmin.SAVE": "Sauvegarder", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Taille", "AssetAdmin.TITLE": "Titre", "AssetAdmin.TYPE": "Type de fichier", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Ajouter depuis les fichiers", - "AssetAdmin.BROWSE": "Parcourir", - "AssetAdmin.EMPTY": "Aucun fichier", - "AssetAdmin.OR": "ou", - "AssetAdmin.ERROR_OEMBED_REMOTE": "L'intégration n'est compatible qu'avec des fichiers distants", - "AssetAdmin.CreateTitle": "Insérer un nouveau média à partir du web", - "AssetAdmin.EditTitle": "Média à partir du web", - "AssetAdmin.NEXT": "Suivant", - "AssetAdmin.PREVIOUS": "Précédent" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/gl_ES.json b/client/lang/src/gl_ES.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/gl_ES.json +++ b/client/lang/src/gl_ES.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/he_IL.json b/client/lang/src/he_IL.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/he_IL.json +++ b/client/lang/src/he_IL.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/hr.json b/client/lang/src/hr.json index fe43c9b5d..feb80c737 100644 --- a/client/lang/src/hr.json +++ b/client/lang/src/hr.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Dodaj iz datoteka", "AssetAdmin.ADD_FOLDER_BUTTON": "Dodaj direktorij", "AssetAdmin.BACK": "Nazad", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Pretraži", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Jeste li sugurni da želite %s ove datoteke?", "AssetAdmin.BULK_ACTIONS_DELETE": "Obriši", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Jeste li sugurni da želite obrisati ove datoteke?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Odustani", "AssetAdmin.CONFIRMDELETE": "Jeste li sugurni da želite obrisati ovaj zapis?", "AssetAdmin.CREATED": "Prvi prijenos", + "AssetAdmin.CreateTitle": "Dodaj novu mediju s weba", "AssetAdmin.DELETE": "Obriši", "AssetAdmin.DIM": "Dimenzije", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Prekini prijenos", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Prvi prijenos", "AssetAdmin.DROPZONE_UPLOAD": "Prenesi", "AssetAdmin.EDIT": "Uredi", + "AssetAdmin.EMPTY": "Nema datoteka", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed je samo kompatibilan s vanjskim datotekama", + "AssetAdmin.EditTitle": "Medij s weba", "AssetAdmin.FILENAME": "Naziv datoteke", "AssetAdmin.FILES": "Datoteke", "AssetAdmin.FILE_MISSING": "Datoteka nije pronađena", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "i", "AssetAdmin.LASTEDIT": "Zadnja promjena", "AssetAdmin.LOADMORE": "Učitaj više", + "AssetAdmin.NEXT": "Sljedeći", "AssetAdmin.NOITEMSFOUND": "Nisu pronađene stavke", + "AssetAdmin.OR": "ili", + "AssetAdmin.PREVIOUS": "Prethodni", "AssetAdmin.PROMPTFOLDERNAME": "Molimo unesite naziv direktorija (ili prazno za odustati)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Prijenos uspješan, datoteka će biti zamjenjena nakon što Spremite.", "AssetAdmin.SAVE": "Spremi", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Veličina", "AssetAdmin.TITLE": "Naslov", "AssetAdmin.TYPE": "Vrsta datoteke", - "AssetAdmin.URL": "Link", - "AssetAdmin.ADD_FILES": "Dodaj iz datoteka", - "AssetAdmin.BROWSE": "Pretraži", - "AssetAdmin.EMPTY": "Nema datoteka", - "AssetAdmin.OR": "ili", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed je samo kompatibilan s vanjskim datotekama", - "AssetAdmin.CreateTitle": "Dodaj novu mediju s weba", - "AssetAdmin.EditTitle": "Medij s weba", - "AssetAdmin.NEXT": "Sljedeći", - "AssetAdmin.PREVIOUS": "Prethodni" + "AssetAdmin.URL": "Link" } \ No newline at end of file diff --git a/client/lang/src/hu.json b/client/lang/src/hu.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/hu.json +++ b/client/lang/src/hu.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/id.json b/client/lang/src/id.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/id.json +++ b/client/lang/src/id.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/is.json b/client/lang/src/is.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/is.json +++ b/client/lang/src/is.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/it.json b/client/lang/src/it.json index 329adc8e7..9fa21b8dd 100644 --- a/client/lang/src/it.json +++ b/client/lang/src/it.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Aggiungi da file", "AssetAdmin.ADD_FOLDER_BUTTON": "Aggiungi cartella", "AssetAdmin.BACK": "Indietro", "AssetAdmin.BACK_DESCRIPTION": "Vai al livello superiore", + "AssetAdmin.BROWSE": "Sfoglia", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Sei sicuro di voler %s questi file?", "AssetAdmin.BULK_ACTIONS_DELETE": "Elimina", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Sei sicuro di voler eliminare questi file?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Annulla", "AssetAdmin.CONFIRMDELETE": "Sei sicuro di voler eliminare questo record?", "AssetAdmin.CREATED": "Caricato il", + "AssetAdmin.CreateTitle": "Inserire nuovo materiale dal web", "AssetAdmin.DELETE": "Elimina", "AssetAdmin.DIM": "Dimensioni", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Annulla caricamento", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File caricato", "AssetAdmin.DROPZONE_UPLOAD": "Carica", "AssetAdmin.EDIT": "Modifica", + "AssetAdmin.EMPTY": "Nessun file", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Materiale dal web", "AssetAdmin.FILENAME": "Nome file", "AssetAdmin.FILES": "File", "AssetAdmin.FILE_MISSING": "Il file non può essere trovato", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "e", "AssetAdmin.LASTEDIT": "Ultima modifica", "AssetAdmin.LOADMORE": "Carica ancora", + "AssetAdmin.NEXT": "Prossimo", "AssetAdmin.NOITEMSFOUND": "Nessun elemento trovato", + "AssetAdmin.OR": "o", + "AssetAdmin.PREVIOUS": "Precedente", "AssetAdmin.PROMPTFOLDERNAME": "Inserire il nome della cartella (o lasciare vuoto per annullare)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Caricamento eseguito, il file sarà sostituito con Salva.", "AssetAdmin.SAVE": "Salva", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Dimensione", "AssetAdmin.TITLE": "Titolo", "AssetAdmin.TYPE": "Tipo file", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Aggiungi da file", - "AssetAdmin.BROWSE": "Sfoglia", - "AssetAdmin.EMPTY": "Nessun file", - "AssetAdmin.OR": "o", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Inserire nuovo materiale dal web", - "AssetAdmin.EditTitle": "Materiale dal web", - "AssetAdmin.NEXT": "Prossimo", - "AssetAdmin.PREVIOUS": "Precedente" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/ja.json b/client/lang/src/ja.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/ja.json +++ b/client/lang/src/ja.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/ko.json b/client/lang/src/ko.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/ko.json +++ b/client/lang/src/ko.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/lt.json b/client/lang/src/lt.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/lt.json +++ b/client/lang/src/lt.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/mi.json b/client/lang/src/mi.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/mi.json +++ b/client/lang/src/mi.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/nb.json b/client/lang/src/nb.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/nb.json +++ b/client/lang/src/nb.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/nl.json b/client/lang/src/nl.json index 292efe427..1982a743f 100644 --- a/client/lang/src/nl.json +++ b/client/lang/src/nl.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Kies uit CMS bestanden", "AssetAdmin.ADD_FOLDER_BUTTON": "Map toevoegen", "AssetAdmin.BACK": "Terug", "AssetAdmin.BACK_DESCRIPTION": "Niveau omhoog", + "AssetAdmin.BROWSE": "Uploaden", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Weet u zeker dat u deze bestanden wil %s?", "AssetAdmin.BULK_ACTIONS_DELETE": "Verwijder", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Weet u zeker dat u deze bestanden wil verwijderen?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Annuleren", "AssetAdmin.CONFIRMDELETE": "Weet u zeker dat dit verwijderd kan worden?", "AssetAdmin.CREATED": "Voor het eerst opslagen op", + "AssetAdmin.CreateTitle": "Media vanaf het web invoegen", "AssetAdmin.DELETE": "Verwijder", "AssetAdmin.DIM": "Afmetingen", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Upload annuleren", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Uploaden gelukt", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Bewerk", + "AssetAdmin.EMPTY": "Geen bestanden", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embedden kan alleen met externe bestanden", + "AssetAdmin.EditTitle": "Media van andere site", "AssetAdmin.FILENAME": "Bestandsnaam", "AssetAdmin.FILES": "Bestanden", "AssetAdmin.FILE_MISSING": "Bestand niet gevonden", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "en", "AssetAdmin.LASTEDIT": "Laatste wijziging", "AssetAdmin.LOADMORE": "Meer inladen", + "AssetAdmin.NEXT": "Volgende", "AssetAdmin.NOITEMSFOUND": "Geen items gevonden", + "AssetAdmin.OR": "of", + "AssetAdmin.PREVIOUS": "Vorige", "AssetAdmin.PROMPTFOLDERNAME": "Type de naam van de map (of laat leeg om te annuleren)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Uploaden gelukt, het bestand wordt vervangen na het drukken op Opslaan", "AssetAdmin.SAVE": "Opslaan", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Grootte", "AssetAdmin.TITLE": "Titel", "AssetAdmin.TYPE": "Bestandstype", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Kies uit CMS bestanden", - "AssetAdmin.BROWSE": "Uploaden", - "AssetAdmin.EMPTY": "Geen bestanden", - "AssetAdmin.OR": "of", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embedden kan alleen met externe bestanden", - "AssetAdmin.CreateTitle": "Media vanaf het web invoegen", - "AssetAdmin.EditTitle": "Media van andere site", - "AssetAdmin.NEXT": "Volgende", - "AssetAdmin.PREVIOUS": "Vorige" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/pl.json b/client/lang/src/pl.json index 3af918f04..c8d88a9a3 100644 --- a/client/lang/src/pl.json +++ b/client/lang/src/pl.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Dodaj z plików", "AssetAdmin.ADD_FOLDER_BUTTON": "Utwórz folder", "AssetAdmin.BACK": "Powrót", "AssetAdmin.BACK_DESCRIPTION": "Przejdź poziom wyżej", + "AssetAdmin.BROWSE": "Przeglądaj", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Czy na pewno chcesz %s tych plików?", "AssetAdmin.BULK_ACTIONS_DELETE": "Usuń", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Czy na pewno chcesz usunąć te pliki?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Anuluj", "AssetAdmin.CONFIRMDELETE": "Czy na pewno chcesz usunąć ten rekord?", "AssetAdmin.CREATED": "Pierwsze wgranie", + "AssetAdmin.CreateTitle": "Wstaw nowe plik (media)i z internetu", "AssetAdmin.DELETE": "Usuń", "AssetAdmin.DIM": "Wymiary", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Anuluj przesyłanie", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "Pierwsze wgranie na serwer", "AssetAdmin.DROPZONE_UPLOAD": "Wgraj", "AssetAdmin.EDIT": "Edytuj", + "AssetAdmin.EMPTY": "Brak plików", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Osadzanie jest zgodne tylko ze zdalnymi plikami", + "AssetAdmin.EditTitle": "Pliki (media) z internetu", "AssetAdmin.FILENAME": "Nazwa pliku", "AssetAdmin.FILES": "Pliki", "AssetAdmin.FILE_MISSING": "Nie można znaleźć pliku", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "i", "AssetAdmin.LASTEDIT": "Ostatnia zmiana", "AssetAdmin.LOADMORE": "Wczytaj więcej", + "AssetAdmin.NEXT": "Następny", "AssetAdmin.NOITEMSFOUND": "Nie znaleziono żadnych plików", + "AssetAdmin.OR": "lub", + "AssetAdmin.PREVIOUS": "Poprzedni", "AssetAdmin.PROMPTFOLDERNAME": "Wprowadź nazwę folderu (lub pusty, aby anulować)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Przesyłanie powiodło się, plik zostanie zastąpiony, gdy zapiszesz.", "AssetAdmin.SAVE": "Zapisz", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Rozmiar", "AssetAdmin.TITLE": "Tytuł", "AssetAdmin.TYPE": "Typ pliku", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Dodaj z plików", - "AssetAdmin.BROWSE": "Przeglądaj", - "AssetAdmin.EMPTY": "Brak plików", - "AssetAdmin.OR": "lub", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Osadzanie jest zgodne tylko ze zdalnymi plikami", - "AssetAdmin.CreateTitle": "Wstaw nowe plik (media)i z internetu", - "AssetAdmin.EditTitle": "Pliki (media) z internetu", - "AssetAdmin.NEXT": "Następny", - "AssetAdmin.PREVIOUS": "Poprzedni" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/pt.json b/client/lang/src/pt.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/pt.json +++ b/client/lang/src/pt.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/ro.json b/client/lang/src/ro.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/ro.json +++ b/client/lang/src/ro.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/ru.json b/client/lang/src/ru.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/ru.json +++ b/client/lang/src/ru.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/sk.json b/client/lang/src/sk.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/sk.json +++ b/client/lang/src/sk.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/sl.json b/client/lang/src/sl.json index b2efa2593..be266a4b2 100644 --- a/client/lang/src/sl.json +++ b/client/lang/src/sl.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Nivo višje", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/sr.json b/client/lang/src/sr.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/sr.json +++ b/client/lang/src/sr.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/sr_RS@latin.json b/client/lang/src/sr_RS@latin.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/sr_RS@latin.json +++ b/client/lang/src/sr_RS@latin.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/sv.json b/client/lang/src/sv.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/sv.json +++ b/client/lang/src/sv.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/th.json b/client/lang/src/th.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/th.json +++ b/client/lang/src/th.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/uk.json b/client/lang/src/uk.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/uk.json +++ b/client/lang/src/uk.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/src/zh.json b/client/lang/src/zh.json index 70cdfd5d2..2bf580632 100644 --- a/client/lang/src/zh.json +++ b/client/lang/src/zh.json @@ -1,7 +1,9 @@ { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -14,6 +16,7 @@ "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -30,6 +33,9 @@ "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -41,7 +47,10 @@ "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -58,14 +67,5 @@ "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" } \ No newline at end of file diff --git a/client/lang/sv.js b/client/lang/sv.js index d66eed849..825054f81 100644 --- a/client/lang/sv.js +++ b/client/lang/sv.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('sv', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/th.js b/client/lang/th.js index 6bd59c2bb..8d17bde2f 100644 --- a/client/lang/th.js +++ b/client/lang/th.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('th', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/uk.js b/client/lang/uk.js index b3da87b5e..46dcfa9a6 100644 --- a/client/lang/uk.js +++ b/client/lang/uk.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('uk', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/client/lang/zh.js b/client/lang/zh.js index ede8237ba..b1caecd75 100644 --- a/client/lang/zh.js +++ b/client/lang/zh.js @@ -6,9 +6,11 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { } } else { ss.i18n.addDictionary('zh', { + "AssetAdmin.ADD_FILES": "Add from files", "AssetAdmin.ADD_FOLDER_BUTTON": "Add folder", "AssetAdmin.BACK": "Back", "AssetAdmin.BACK_DESCRIPTION": "Navigate up a level", + "AssetAdmin.BROWSE": "Browse", "AssetAdmin.BULK_ACTIONS_CONFIRM": "Are you sure you want to %s these files?", "AssetAdmin.BULK_ACTIONS_DELETE": "Delete", "AssetAdmin.BULK_ACTIONS_DELETE_CONFIRM": "Are you sure you want to delete these files?", @@ -21,6 +23,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.CANCEL": "Cancel", "AssetAdmin.CONFIRMDELETE": "Are you sure you want to delete this record?", "AssetAdmin.CREATED": "First uploaded", + "AssetAdmin.CreateTitle": "Insert new media from the web", "AssetAdmin.DELETE": "Delete", "AssetAdmin.DIM": "Dimensions", "AssetAdmin.DROPZONE_CANCEL_UPLOAD": "Cancel upload", @@ -37,6 +40,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.DROPZONE_SUCCESS_UPLOAD": "File uploaded", "AssetAdmin.DROPZONE_UPLOAD": "Upload", "AssetAdmin.EDIT": "Edit", + "AssetAdmin.EMPTY": "No files", + "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", + "AssetAdmin.EditTitle": "Media from the web", "AssetAdmin.FILENAME": "Filename", "AssetAdmin.FILES": "Files", "AssetAdmin.FILE_MISSING": "File cannot be found", @@ -48,7 +54,10 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.JOINLAST": "and", "AssetAdmin.LASTEDIT": "Last changed", "AssetAdmin.LOADMORE": "Load more", + "AssetAdmin.NEXT": "Next", "AssetAdmin.NOITEMSFOUND": "No items found", + "AssetAdmin.OR": "or", + "AssetAdmin.PREVIOUS": "Previous", "AssetAdmin.PROMPTFOLDERNAME": "Please enter a folder name (or blank to cancel)", "AssetAdmin.REPlACE_FILE_SUCCESS": "Upload successful, the file will be replaced when you Save.", "AssetAdmin.SAVE": "Save", @@ -65,15 +74,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "AssetAdmin.SIZE": "Size", "AssetAdmin.TITLE": "Title", "AssetAdmin.TYPE": "File type", - "AssetAdmin.URL": "URL", - "AssetAdmin.ADD_FILES": "Add from files", - "AssetAdmin.BROWSE": "Browse", - "AssetAdmin.EMPTY": "No files", - "AssetAdmin.OR": "or", - "AssetAdmin.ERROR_OEMBED_REMOTE": "Embed is only compatible with remote files", - "AssetAdmin.CreateTitle": "Insert new media from the web", - "AssetAdmin.EditTitle": "Media from the web", - "AssetAdmin.NEXT": "Next", - "AssetAdmin.PREVIOUS": "Previous" + "AssetAdmin.URL": "URL" }); } \ No newline at end of file diff --git a/lang/af.yml b/lang/af.yml index c103b5872..fd69c4bfc 100644 --- a/lang/af.yml +++ b/lang/af.yml @@ -1,23 +1,23 @@ af: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Lêers BACKLINKCOUNT: 'Gebruik op:' - PAGES: bladsy(e) - SIZE: 'Lêer grootte' - TYPE: 'Lêer tipe' CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: Lêers + PAGES: bladsy(e) + SIZE: 'Lêer grootte' + TYPE: 'Lêer tipe' + SilverStripe\AssetAdmin\Forms\AssetFormFactory: + FILENAME: Filename + SAVE: Save + SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: + Cancel: Cancel SilverStripe\AssetAdmin\Forms\UploadField: Dimensions: Afmetings EDIT: Verander EDITINFO: 'Verander die lêer' FIELDNOTSET: 'Die lêer informasie kan nie gevind word nie' REMOVE: Verwyder - SilverStripe\AssetAdmin\Forms\AssetFormFactory: - FILENAME: Filename - SAVE: Save - SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: - Cancel: Cancel diff --git a/lang/ar.yml b/lang/ar.yml index a787a1545..f839907f2 100644 --- a/lang/ar.yml +++ b/lang/ar.yml @@ -1,22 +1,16 @@ ar: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: الملفات BACKLINKCOUNT: 'مستعمل في:' - PAGES: 'صفحة (صفحات)' - SIZE: الحجم - TYPE: النوع - URL: الرابط CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: الأبعاد - EDIT: تعديل - EDITINFO: 'قم بتعديل هذا الملف' - FIELDNOTSET: 'لا يوجد معلومات عن الملف' - REMOVE: حذف + MENUTITLE: الملفات + PAGES: 'صفحة (صفحات)' + SIZE: الحجم + TYPE: النوع + URL: الرابط SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -24,3 +18,9 @@ ar: FOLDERNAME: 'اسم المجلد' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: الأبعاد + EDIT: تعديل + EDITINFO: 'قم بتعديل هذا الملف' + FIELDNOTSET: 'لا يوجد معلومات عن الملف' + REMOVE: حذف diff --git a/lang/bg.yml b/lang/bg.yml index 61d2ab95b..6d544b9a8 100644 --- a/lang/bg.yml +++ b/lang/bg.yml @@ -1,25 +1,25 @@ bg: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Файлове BACKLINKCOUNT: 'Използвано от:' - PAGES: Страница/и - HEIGHT: Височина - SIZE: 'Големина на файла' - TYPE: 'Тип на файла' - URL: URL - WIDTH: Широчина CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: Височина ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Размери - EDITINFO: 'Редактирай този файл' - FIELDNOTSET: 'Информация за файла не беше намерена' - REMOVE: Премахни + MENUTITLE: Файлове + PAGES: Страница/и + SIZE: 'Големина на файла' + TYPE: 'Тип на файла' + URL: URL + WIDTH: Широчина SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Размери + EDITINFO: 'Редактирай този файл' + FIELDNOTSET: 'Информация за файла не беше намерена' + REMOVE: Премахни diff --git a/lang/bs.yml b/lang/bs.yml index 43b0cd6b2..bf70aa90e 100644 --- a/lang/bs.yml +++ b/lang/bs.yml @@ -1,15 +1,15 @@ bs: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Datoteke BACKLINKCOUNT: 'Korišteno ovdje:' - PAGES: strana(ice) - SIZE: Veličina - TYPE: Tip CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: Datoteke + PAGES: strana(ice) + SIZE: Veličina + TYPE: Tip SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save diff --git a/lang/cs.yml b/lang/cs.yml index 538d742e4..6ae27a8cc 100644 --- a/lang/cs.yml +++ b/lang/cs.yml @@ -1,24 +1,18 @@ cs: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Soubory BACKLINKCOUNT: 'Použito na:' - PAGES: stránka(y) - HEIGHT: Výška - SIZE: Velikost - TYPE: Typ - URL: URL - WIDTH: Šířka CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: Výška ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Rozměry - EDIT: Editovat - EDITINFO: 'Editovat tento soubor' - FIELDNOTSET: 'Žádná informace o souboru' - REMOVE: Odstranit + MENUTITLE: Soubory + PAGES: stránka(y) + SIZE: Velikost + TYPE: Typ + URL: URL + WIDTH: Šířka SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -26,3 +20,9 @@ cs: FOLDERNAME: 'Název složky' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Rozměry + EDIT: Editovat + EDITINFO: 'Editovat tento soubor' + FIELDNOTSET: 'Žádná informace o souboru' + REMOVE: Odstranit diff --git a/lang/da.yml b/lang/da.yml index e97630d93..f27b34aff 100644 --- a/lang/da.yml +++ b/lang/da.yml @@ -59,8 +59,8 @@ da: ONLY_GROUPS: 'Kun disse grupper (vælg fra listen)' ROOTNAME: '(Top niveau)' SAVE: Gem - VIEWERGROUPS: Visningsgrupper SAVED: Gemt + VIEWERGROUPS: Visningsgrupper SilverStripe\AssetAdmin\Forms\FileFormFactory: INSERT_LINK: 'Link til fil' LINKDESCR: 'Link beskrivelse' @@ -68,10 +68,10 @@ da: LINKOPTIONS: 'Link muligheder' LINKTEXT: 'Link tekst' OTHER_ACTIONS: 'Andre handlinger' - UNEMEDABLE_MESSAGE: '

Denne filtype kan kun indsættes som et link. Du kan redigere linket når det er sat ind.

' - USAGE: 'Brugt på' PUBLISH: Udgiv PUBLISHED: Udgivet + UNEMEDABLE_MESSAGE: '

Denne filtype kan kun indsættes som et link. Du kan redigere linket når det er sat ind.

' + USAGE: 'Brugt på' SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Udgivet SAVED: Gemt @@ -79,18 +79,18 @@ da: CREATE: Opret SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Mappe navn' + SilverStripe\AssetAdmin\Forms\MoveFormFactory: + CHOOSEFOLDER: 'Vælg en mappe' + MOVE: Flyt SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: AddMedia: 'Tilføj medie' Cancel: Annuller ERROR_ABSOLUTE: 'Kun absolutte URLer kan blive indlejret' - InsertMedia: 'Indsæt medie' - UrlDescription: 'Indlejr Youtube og Vimeo videoer, billeder og andre medier direkte fra nettet.' ERROR_EMBED: 'Pt. intet indhold på denne URL der kan indlejres' ERROR_PORT: 'Filens portnummer er ikke tilladt' - SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: - FileNotFound: 'Filen eller mappen kunne ikke findes' + InsertMedia: 'Indsæt medie' + UrlDescription: 'Indlejr Youtube og Vimeo videoer, billeder og andre medier direkte fra nettet.' SilverStripe\AssetAdmin\GraphQL\FileFilter: FileNotFound: 'Filen eller mappen kunne ikke findes' - SilverStripe\AssetAdmin\Forms\MoveFormFactory: - CHOOSEFOLDER: 'Vælg en mappe' - MOVE: Flyt + SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: + FileNotFound: 'Filen eller mappen kunne ikke findes' diff --git a/lang/de.yml b/lang/de.yml index e3b3d7275..be75cbf2e 100644 --- a/lang/de.yml +++ b/lang/de.yml @@ -1,4 +1,11 @@ de: + AssetAdmin: + INSERT_FILE: 'Datei einfügen' + UPDATE_FILE: 'Datei aktualisieren' + SilverStripe\Admin\FileStatusIcon: + ACCESS_RESTRICTED: 'Eingeschränkter Zugriff' + TRACKED_FORM_UPLOAD_RESTRICTED: 'Übermittlung des Formulars' + TRACKED_FORM_UPLOAD_UNRESTRICTED: 'Übermittlung des Formulars, unbeschränkter Zugang' SilverStripe\AssetAdmin\BatchAction\DeleteAssets: TITLE: 'Ordner löschen' SilverStripe\AssetAdmin\Controller\AssetAdmin: @@ -10,6 +17,7 @@ de: AlignmentRight: 'Rechts umfließend' AlignmentRightAlone: Rechts AltText: 'Alternativtext (alt)' + AltTextTip: 'Beschreibung für Besucher, die das Bild nicht sehen können (mit Screenreadern oder Bildblockern). Empfohlen für Bilder, die einen einzigartigen Kontext zum Inhalt bieten.' AppCategoryArchive: Archiv AppCategoryAudio: Audio AppCategoryDocument: Dokument @@ -31,6 +39,7 @@ de: ImageWidth: Breite LASTEDIT: 'Zuletzt geändert' LoadIntoFileFailed: 'Fehler beim Laden der Datei' + Loading: Laden MENUTITLE: Dateien NOSUMMARY: 'Keine Zusammenfassung verfügbar' NewFile: 'Neu {file}' @@ -44,8 +53,6 @@ de: UNKNOWN: Unbekannt UNPUBLISH_BUTTON: Unveröffentlicht UPLOADEDFILE: 'Datei hochgeladen' - AltTextTip: 'Beschreibung für Besucher, die das Bild nicht sehen können (mit Screenreadern oder Bildblockern). Empfohlen für Bilder, die einen einzigartigen Kontext zum Inhalt bieten.' - Loading: Laden SilverStripe\AssetAdmin\Controller\AssetAdminFile: MOVEDFOLDER: 'Datei verschoben' RENAMEDFILE: 'Datei erstetzt' @@ -62,21 +69,21 @@ de: ONLY_GROUPS: 'Nur diese Gruppen (bitte auswählen)' ROOTNAME: (Hauptebene) SAVE: Speichern - VIEWERGROUPS: Betrachtergruppen SAVED: Gespeichert + VIEWERGROUPS: Betrachtergruppen SilverStripe\AssetAdmin\Forms\FileFormFactory: + DOWNLOAD_FILE: 'Datei herunterladen' INSERT_LINK: 'Link zur Datei' LINKDESCR: 'Beschreibung des Links' LINKOPENNEWWIN: 'In neuem Fenster oder Reiter öffnen' LINKOPTIONS: Linkoptionen LINKTEXT: Linktext OTHER_ACTIONS: 'Andere Aktionen' + PUBLISH: Veröffentlichen + PUBLISHED: Veröffentlicht REPLACE_FILE: 'Datei ersetzen' UNEMEDABLE_MESSAGE: '

Dieser Dateityp kann nur als Link eingefügt werden. Sie können den Link nach dem Einfügen bearbeiten.

' USAGE: 'Benutzt in' - DOWNLOAD_FILE: 'Datei herunterladen' - PUBLISH: Veröffentlichen - PUBLISHED: Veröffentlicht SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Veröffentlicht SAVED: Gespeichert @@ -84,6 +91,9 @@ de: CREATE: Erstellen SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: Ordnername + SilverStripe\AssetAdmin\Forms\MoveFormFactory: + CHOOSEFOLDER: 'Ordner auswählen' + MOVE: Verschieben SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: AddMedia: 'Medien hinzufügen' Cancel: Abbrechen @@ -98,25 +108,15 @@ de: ErrorMaxFilesReached: one: 'Sie können nur {count} Datei hochladen.' other: 'Sie können nur {count} Dateien hochladen.' - SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: - FileNotFound: 'Datei oder Verzeichnis konnte nicht gefunden werden' - SilverStripe\AssetAdmin\GraphQL\UnpublishFileMutationCreator: - OWNER_WARNING: - one: 'Die Datei "{file}" wird an {count} Stelle benutzt.' - other: 'Die Datei "{file}" wird an {count} Stellen benutzt.' - AssetAdmin: - INSERT_FILE: 'Datei einfügen' - UPDATE_FILE: 'Datei aktualisieren' - SilverStripe\Admin\FileStatusIcon: - ACCESS_RESTRICTED: 'Eingeschränkter Zugriff' - TRACKED_FORM_UPLOAD_RESTRICTED: 'Übermittlung des Formulars' - TRACKED_FORM_UPLOAD_UNRESTRICTED: 'Übermittlung des Formulars, unbeschränkter Zugang' SilverStripe\AssetAdmin\GraphQL\FileFilter: FileNotFound: 'Datei oder Ordner konnte nicht gefunden werden' + SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: + FileNotFound: 'Datei oder Verzeichnis konnte nicht gefunden werden' SilverStripe\AssetAdmin\GraphQL\Resolvers\PublicationResolver: OWNER_WARNING: one: 'Die Datei "{file}" wird an {count} Stelle verwendet.' other: 'Die Datei "{file}" wird an {count} Stellen verwendet.' - SilverStripe\AssetAdmin\Forms\MoveFormFactory: - CHOOSEFOLDER: 'Ordner auswählen' - MOVE: Verschieben + SilverStripe\AssetAdmin\GraphQL\UnpublishFileMutationCreator: + OWNER_WARNING: + one: 'Die Datei "{file}" wird an {count} Stelle benutzt.' + other: 'Die Datei "{file}" wird an {count} Stellen benutzt.' diff --git a/lang/el.yml b/lang/el.yml index 9e7a8ec1e..5d45edcd2 100644 --- a/lang/el.yml +++ b/lang/el.yml @@ -1,13 +1,13 @@ el: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Αρχεία BACKLINKCOUNT: 'Χρησιμοποιείται σε:' - PAGES: σελίδες CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: Αρχεία + PAGES: σελίδες SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save diff --git a/lang/en.yml b/lang/en.yml index 4d4216651..04885a684 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -10,6 +10,7 @@ en: TITLE: 'Delete folders' SilverStripe\AssetAdmin\Controller\AssetAdmin: ADDTOCAMPAIGN: 'Add to campaign' + ARCHIVE_BUTTON: Archive Alignment: Alignment AlignmentCenter: Center AlignmentLeft: 'Left wrap' @@ -23,7 +24,6 @@ en: AppCategoryDocument: Document AppCategoryImage: Image AppCategoryVideo: Video - ARCHIVE_BUTTON: Archive AttributesDescription: 'These changes will only affect this particular placement of the file.' CREATED: 'First uploaded' Caption: Caption @@ -65,15 +65,18 @@ en: ANYONE: Anyone EDITHEADER: 'Who can edit this file?' EDITORGROUPS: 'Editor Groups' + EDITORMEMBERS: 'Editor Users' FILENAME: Filename FOLDERLOCATION: Location INHERIT: 'Inherit from parent folder' LOGGED_IN: 'Logged-in users' ONLY_GROUPS: 'Only these groups (choose from list)' + ONLY_MEMBERS: 'Only these users (choose from list)' ROOTNAME: '(Top level)' SAVE: Save SAVED: Saved VIEWERGROUPS: 'Viewer Groups' + VIEWERMEMBERS: 'Viewer Users' SilverStripe\AssetAdmin\Forms\FileFormFactory: DOWNLOAD_FILE: 'Download file' INSERT_LINK: 'Link to file' diff --git a/lang/eo.yml b/lang/eo.yml index 3ce762c75..383e1545f 100644 --- a/lang/eo.yml +++ b/lang/eo.yml @@ -29,6 +29,7 @@ eo: CreatePermissionDenied: 'Vi ne havas permeson por aldoni dosierojn' CurrentFolderOnly: 'Ĉu limigi al la aktuala dosierujo kaj ties subaj dosierujoj?' DELETE_BUTTON: Forigi + Eager: Avida ErrorItemPermissionDenied: 'Vi ne havas permeson por ŝanĝi {ObjectTitle}' ErrorNotFound: 'Tiu {Type} ne estas trovebla' FILE_NOT_FOUND: 'Ne trovis tiun dosieron' @@ -38,7 +39,9 @@ eo: ImageSpecs: Dimensioj ImageWidth: Larĝo LASTEDIT: 'Lastfoje ŝanĝita' + LazyDefault: 'Malavida (apriora)' LoadIntoFileFailed: 'Ne povis ŝargi dosieron' + Loading: Ŝargas MENUTITLE: Dosieroj NOSUMMARY: 'Neniu resumo disponeblas' NewFile: 'Nova {file}' @@ -52,9 +55,6 @@ eo: UNKNOWN: Nekonata UNPUBLISH_BUTTON: Malpublikigi UPLOADEDFILE: 'Alŝutita dosiero' - Eager: Avida - LazyDefault: 'Malavida (apriora)' - Loading: Ŝargas SilverStripe\AssetAdmin\Controller\AssetAdminFile: MOVEDFOLDER: 'Movis dosieron' RENAMEDFILE: 'Anstataŭigis dosieron' @@ -71,8 +71,8 @@ eo: ONLY_GROUPS: 'Nur ĉi tiuj grupoj (elektu el la listo)' ROOTNAME: '(Supra nivelo)' SAVE: Konservi - VIEWERGROUPS: 'Grupoj de vidantoj' SAVED: Konservita + VIEWERGROUPS: 'Grupoj de vidantoj' SilverStripe\AssetAdmin\Forms\FileFormFactory: DOWNLOAD_FILE: 'Elŝuti dosieron' INSERT_LINK: 'Ligi al dosiero' @@ -81,11 +81,11 @@ eo: LINKOPTIONS: 'Ligaj ebloj' LINKTEXT: 'Liga teksto' OTHER_ACTIONS: 'Aliaj agoj' + PUBLISH: Publikigi + PUBLISHED: Publikigita REPLACE_FILE: 'Anstataŭigi dosieron' UNEMEDABLE_MESSAGE: '

Ĉi tiu tipo de dosiero estas enmetebla nur kiel ligilon. Vi povas redakti la ligilon post enmeto.

' USAGE: 'Uzita je' - PUBLISH: Publikigi - PUBLISHED: Publikigita SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Publikigita SAVED: Konservita @@ -93,6 +93,9 @@ eo: CREATE: Krei SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Nomo de dosierujo' + SilverStripe\AssetAdmin\Forms\MoveFormFactory: + CHOOSEFOLDER: 'Elekti dosierujon' + MOVE: Movi SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: AddMedia: 'Aldoni aŭdvidaĵon' Cancel: Nuligi @@ -107,18 +110,15 @@ eo: ErrorMaxFilesReached: one: 'Vi povas alŝuti nur {count} dosieron.' other: 'Vi povas alŝuti nur {count} dosierojn.' - SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: - FileNotFound: 'Ne povis trovi tiun dosieron aŭ dosierujon' - SilverStripe\AssetAdmin\GraphQL\UnpublishFileMutationCreator: - OWNER_WARNING: - one: 'Dosiero "{file}" estas uzita en {count} loko.' - other: 'Dosiero "{file}" estas uzita en {count} lokoj.' SilverStripe\AssetAdmin\GraphQL\FileFilter: FileNotFound: 'Ne povis trovi tiun dosieron aŭ dosierujon' + SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: + FileNotFound: 'Ne povis trovi tiun dosieron aŭ dosierujon' SilverStripe\AssetAdmin\GraphQL\Resolvers\PublicationResolver: OWNER_WARNING: one: 'Dosiero "{file}" estas uzita en 1 loko.' other: 'Dosiero "{file}" estas uzita en {count} lokoj.' - SilverStripe\AssetAdmin\Forms\MoveFormFactory: - CHOOSEFOLDER: 'Elekti dosierujon' - MOVE: Movi + SilverStripe\AssetAdmin\GraphQL\UnpublishFileMutationCreator: + OWNER_WARNING: + one: 'Dosiero "{file}" estas uzita en {count} loko.' + other: 'Dosiero "{file}" estas uzita en {count} lokoj.' diff --git a/lang/es.yml b/lang/es.yml index 0bfc95573..1a5017f14 100644 --- a/lang/es.yml +++ b/lang/es.yml @@ -1,24 +1,18 @@ es: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Archivos BACKLINKCOUNT: 'Usado en:' - PAGES: página(s) - HEIGHT: Alto - SIZE: Tamaño - TYPE: 'Tipo de archivo' - URL: URL - WIDTH: Ancho CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: Alto ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Dimensiones - EDIT: Editar - EDITINFO: 'Editar este archivo' - FIELDNOTSET: 'No ha sido encontrada la información del archivo' - REMOVE: Eliminar + MENUTITLE: Archivos + PAGES: página(s) + SIZE: Tamaño + TYPE: 'Tipo de archivo' + URL: URL + WIDTH: Ancho SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -26,3 +20,9 @@ es: FOLDERNAME: 'Nombre de la carpeta' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Dimensiones + EDIT: Editar + EDITINFO: 'Editar este archivo' + FIELDNOTSET: 'No ha sido encontrada la información del archivo' + REMOVE: Eliminar diff --git a/lang/et_EE.yml b/lang/et_EE.yml index 014d49925..257dd783d 100644 --- a/lang/et_EE.yml +++ b/lang/et_EE.yml @@ -1,24 +1,24 @@ et_EE: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Failid BACKLINKCOUNT: 'Kasutatakse:' - PAGES: 'leht (lehed)' - SIZE: Failisuurus - TYPE: Failitüüp - URL: URL CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: Failid + PAGES: 'leht (lehed)' + SIZE: Failisuurus + TYPE: Failitüüp + URL: URL + SilverStripe\AssetAdmin\Forms\AssetFormFactory: + FILENAME: Filename + SAVE: Save + SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: + Cancel: Cancel SilverStripe\AssetAdmin\Forms\UploadField: Dimensions: Mõõtmed EDIT: Muuda EDITINFO: 'Muuda seda faili' FIELDNOTSET: 'Failiteavet ei leitud' REMOVE: Eemalda - SilverStripe\AssetAdmin\Forms\AssetFormFactory: - FILENAME: Filename - SAVE: Save - SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: - Cancel: Cancel diff --git a/lang/fa_IR.yml b/lang/fa_IR.yml index 3415ac50a..395256c93 100644 --- a/lang/fa_IR.yml +++ b/lang/fa_IR.yml @@ -1,24 +1,18 @@ fa_IR: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: فایل‌ها BACKLINKCOUNT: 'استفاده شده در:' - PAGES: صفحه(ها) - HEIGHT: ارتفاع - SIZE: 'حجم فایل' - TYPE: 'نوع فایل' - URL: 'نشانی اینترنتی' - WIDTH: پهنا CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: ارتفاع ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: ابعاد - EDIT: ویرایش - EDITINFO: 'ویرایش این فایل' - FIELDNOTSET: 'اطلاعات فایل پیدا نشد' - REMOVE: حذف + MENUTITLE: فایل‌ها + PAGES: صفحه(ها) + SIZE: 'حجم فایل' + TYPE: 'نوع فایل' + URL: 'نشانی اینترنتی' + WIDTH: پهنا SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -26,3 +20,9 @@ fa_IR: FOLDERNAME: 'نام پوشه' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: ابعاد + EDIT: ویرایش + EDITINFO: 'ویرایش این فایل' + FIELDNOTSET: 'اطلاعات فایل پیدا نشد' + REMOVE: حذف diff --git a/lang/fi.yml b/lang/fi.yml index f835fb389..f4288ac1e 100644 --- a/lang/fi.yml +++ b/lang/fi.yml @@ -1,24 +1,18 @@ fi: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Tiedostot BACKLINKCOUNT: 'Linkitetty:' - PAGES: sivu(t) - HEIGHT: Korkeus - SIZE: Koko - TYPE: Tyyppi - URL: URL - WIDTH: Leveys CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: Korkeus ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Mitat - EDIT: Muokkaa - EDITINFO: 'Muokkaa tätä tiedostoa' - FIELDNOTSET: 'Tietoja tiedostosta ei löytynyt' - REMOVE: Poista + MENUTITLE: Tiedostot + PAGES: sivu(t) + SIZE: Koko + TYPE: Tyyppi + URL: URL + WIDTH: Leveys SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -26,3 +20,9 @@ fi: FOLDERNAME: 'Kansion nimi' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Mitat + EDIT: Muokkaa + EDITINFO: 'Muokkaa tätä tiedostoa' + FIELDNOTSET: 'Tietoja tiedostosta ei löytynyt' + REMOVE: Poista diff --git a/lang/fr.yml b/lang/fr.yml index 02472f0c3..c7658f3e8 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -59,8 +59,8 @@ fr: ONLY_GROUPS: 'Uniquement ces groupes (choisir dans la liste)' ROOTNAME: (Racine) SAVE: Sauvegarder - VIEWERGROUPS: 'Groupes de visualisation' SAVED: Sauvegardé + VIEWERGROUPS: 'Groupes de visualisation' SilverStripe\AssetAdmin\Forms\FileFormFactory: INSERT_LINK: 'Lien du fichier' LINKDESCR: 'Description du lien' @@ -68,9 +68,9 @@ fr: LINKOPTIONS: 'Options du lien' LINKTEXT: 'Texte du lien' OTHER_ACTIONS: 'Autres actions' - UNEMEDABLE_MESSAGE: '

Ce type de fichier peut uniquement être inséré en tant que lien. Vous pourrez modifier le lien après qu''il aura été inséré.

' PUBLISH: Publier PUBLISHED: Publié + UNEMEDABLE_MESSAGE: '

Ce type de fichier peut uniquement être inséré en tant que lien. Vous pourrez modifier le lien après qu''il aura été inséré.

' SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Publié SAVED: Sauvegardé @@ -78,6 +78,9 @@ fr: CREATE: Créer SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Nom du dossier' + SilverStripe\AssetAdmin\Forms\MoveFormFactory: + CHOOSEFOLDER: 'Choisir un dossier' + MOVE: Déplacer SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: AddMedia: 'Ajouter un média' Cancel: Annuler @@ -86,13 +89,10 @@ fr: UrlDescription: 'Insérer des vidéos Youtube ou Vimeo, des images et d''autres médias directement à partir du web.' SilverStripe\AssetAdmin\Forms\UploadField: ErrorMaxFilesReached: + many: 'Vous ne pouvez pas téléverser plus de {count} fichiers.' one: 'Vous ne pouvez pas téléverser plus de {count} fichiers.' other: 'Vous ne pouvez pas téléverser plus de {count} fichiers.' - many: 'Vous ne pouvez pas téléverser plus de {count} fichiers.' - SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: - FileNotFound: 'Fichier ou dossier introuvable' SilverStripe\AssetAdmin\GraphQL\FileFilter: FileNotFound: 'Fichier ou dossier introuvable' - SilverStripe\AssetAdmin\Forms\MoveFormFactory: - CHOOSEFOLDER: 'Choisir un dossier' - MOVE: Déplacer + SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: + FileNotFound: 'Fichier ou dossier introuvable' diff --git a/lang/gl_ES.yml b/lang/gl_ES.yml index c61dfbd83..f626263c1 100644 --- a/lang/gl_ES.yml +++ b/lang/gl_ES.yml @@ -1,18 +1,18 @@ gl_ES: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Ficheiros - SIZE: 'Tamaño ficheiro' - TYPE: 'Tipo ficheiro' CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - EDITINFO: 'Editar este ficheiro' - FIELDNOTSET: 'Ficheiro de información non atopado' + MENUTITLE: Ficheiros + SIZE: 'Tamaño ficheiro' + TYPE: 'Tipo ficheiro' SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + EDITINFO: 'Editar este ficheiro' + FIELDNOTSET: 'Ficheiro de información non atopado' diff --git a/lang/he_IL.yml b/lang/he_IL.yml index ef519462e..cfc37855c 100644 --- a/lang/he_IL.yml +++ b/lang/he_IL.yml @@ -1,16 +1,16 @@ he_IL: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: קבצים BACKLINKCOUNT: 'נעשה שימוש בתאריך:' - PAGES: עמוד/ים - SIZE: גודל - TYPE: סוג - URL: 'כתובת הדף' CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: קבצים + PAGES: עמוד/ים + SIZE: גודל + TYPE: סוג + URL: 'כתובת הדף' SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save diff --git a/lang/hr.yml b/lang/hr.yml index d77078166..b46659adb 100644 --- a/lang/hr.yml +++ b/lang/hr.yml @@ -1,4 +1,6 @@ hr: + AssetAdmin: + INSERT_FILE: 'Ubaci datoteku' SilverStripe\AssetAdmin\BatchAction\DeleteAssets: TITLE: 'Obriši direktorije' SilverStripe\AssetAdmin\Controller\AssetAdmin: @@ -13,7 +15,9 @@ hr: AppCategoryDocument: Dokument AppCategoryImage: Slika AppCategoryVideo: Video + AttributesDescription: 'Ove promjene će utjecati samo na specifičan smještan ove datoteke.' CREATED: 'Prvi prijenos' + Caption: Natpis CreatePermissionDenied: 'Nemate prava za dodavanje datoteka' CurrentFolderOnly: 'Ograniči na trenutni direktorij i njegove pod-direktorije?' DELETE_BUTTON: Obriši @@ -33,12 +37,10 @@ hr: PUBLISHED: Objavljeno PUBLISH_BUTTON: Objavi SAVEDFILE: 'Spremljena datoteke' + TitleTooltip: 'Naslov (tooltip)' UNKNOWN: Nepoznatno UNPUBLISH_BUTTON: Odjavi UPLOADEDFILE: 'Prenesena datoteka' - AttributesDescription: 'Ove promjene će utjecati samo na specifičan smještan ove datoteke.' - Caption: Natpis - TitleTooltip: 'Naslov (tooltip)' SilverStripe\AssetAdmin\Controller\AssetAdminFile: MOVEDFOLDER: 'Premještena datoteka' RENAMEDFILE: 'Zamjenjena datoteka' @@ -63,11 +65,9 @@ hr: CREATE: Kreiraj SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Naziv direktorija' - SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: - AddMedia: 'Dodaj mediju' - Cancel: Odustani - AssetAdmin: - INSERT_FILE: 'Ubaci datoteku' SilverStripe\AssetAdmin\Forms\MoveFormFactory: CHOOSEFOLDER: 'Odaberi direktorij' MOVE: Premjesti + SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: + AddMedia: 'Dodaj mediju' + Cancel: Odustani diff --git a/lang/hu.yml b/lang/hu.yml index 1c2faf7e8..ce209e004 100644 --- a/lang/hu.yml +++ b/lang/hu.yml @@ -1,15 +1,15 @@ hu: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Állományok BACKLINKCOUNT: 'Felhasználva:' - PAGES: oldal(ak) - SIZE: Méret - TYPE: Típus CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: Állományok + PAGES: oldal(ak) + SIZE: Méret + TYPE: Típus SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save diff --git a/lang/id.yml b/lang/id.yml index 08408e53b..5e007671c 100644 --- a/lang/id.yml +++ b/lang/id.yml @@ -1,22 +1,16 @@ id: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Berkas BACKLINKCOUNT: 'Dipakai pada:' - PAGES: laman - SIZE: 'Ukuran berkas' - TYPE: 'Jenis berkas' - URL: URL CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Dimensi - EDIT: Edit - EDITINFO: 'Edit berkas ini' - FIELDNOTSET: 'Informasi berkas tidak ada' - REMOVE: Buang + MENUTITLE: Berkas + PAGES: laman + SIZE: 'Ukuran berkas' + TYPE: 'Jenis berkas' + URL: URL SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -24,3 +18,9 @@ id: FOLDERNAME: 'Nama folder' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Dimensi + EDIT: Edit + EDITINFO: 'Edit berkas ini' + FIELDNOTSET: 'Informasi berkas tidak ada' + REMOVE: Buang diff --git a/lang/it.yml b/lang/it.yml index 61de50fbc..a3009e385 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -71,8 +71,8 @@ it: ONLY_GROUPS: 'Solo questi gruppi (scegliere dalla lista)' ROOTNAME: '(Primo Livello)' SAVE: Salva - VIEWERGROUPS: 'Gruppi di visualizzatori' SAVED: Salvato + VIEWERGROUPS: 'Gruppi di visualizzatori' SilverStripe\AssetAdmin\Forms\FileFormFactory: DOWNLOAD_FILE: 'Scaricamento file' INSERT_LINK: 'Collegamento al file' @@ -81,11 +81,11 @@ it: LINKOPTIONS: 'Opzioni collegamento' LINKTEXT: 'Testo collegamento' OTHER_ACTIONS: 'Altre azioni' + PUBLISH: Pubblica + PUBLISHED: Pubblicato REPLACE_FILE: 'Sostituisci file' UNEMEDABLE_MESSAGE: '

Questo tipo di file può essere inserito solo come collegamento. Non potrai modificare il collegamento una volta inserito.

' USAGE: 'Usato da' - PUBLISH: Pubblica - PUBLISHED: Pubblicato SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Pubblicato SAVED: Salvato @@ -93,6 +93,9 @@ it: CREATE: Crea SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Nome cartella' + SilverStripe\AssetAdmin\Forms\MoveFormFactory: + CHOOSEFOLDER: 'Scegli una cartella' + MOVE: Sposta SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: AddMedia: 'Aggiungi materiale' Cancel: Annulla @@ -105,16 +108,13 @@ it: UrlDescription: 'Incorpora video YouTube e Vimeo, immagini e altro materiale direttamente dal web.' SilverStripe\AssetAdmin\Forms\UploadField: ErrorMaxFilesReached: + many: 'Puoi caricare solo {count} file.' one: 'Puoi caricare solo {count} file.' other: 'Puoi caricare solo {count} file.' - many: 'Puoi caricare solo {count} file.' SilverStripe\AssetAdmin\GraphQL\FileFilter: FileNotFound: 'Il File o la Cartella potrebbe essere inesistente' SilverStripe\AssetAdmin\GraphQL\Resolvers\PublicationResolver: OWNER_WARNING: + many: 'Il file "{file}" è usato in {count} posti.' one: 'Il file "{file}" è usato in {count} posto.' other: 'Il file "{file}" è usato in {count} posti.' - many: 'Il file "{file}" è usato in {count} posti.' - SilverStripe\AssetAdmin\Forms\MoveFormFactory: - CHOOSEFOLDER: 'Scegli una cartella' - MOVE: Sposta diff --git a/lang/ja.yml b/lang/ja.yml index c4de0a7e5..b97e532a2 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -1,22 +1,16 @@ ja: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: ファイル BACKLINKCOUNT: 以下で使用される: - PAGES: ページ - SIZE: ファイルサイズ - TYPE: ファイルの種類 - URL: URL CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: 大きさ - EDIT: 編集 - EDITINFO: このファイルを編集 - FIELDNOTSET: ファイル情報が見つかりませんでした - REMOVE: 削除 + MENUTITLE: ファイル + PAGES: ページ + SIZE: ファイルサイズ + TYPE: ファイルの種類 + URL: URL SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -24,3 +18,9 @@ ja: FOLDERNAME: フォルダ名 SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: 大きさ + EDIT: 編集 + EDITINFO: このファイルを編集 + FIELDNOTSET: ファイル情報が見つかりませんでした + REMOVE: 削除 diff --git a/lang/ko.yml b/lang/ko.yml index f6936b746..d14fc2bb3 100644 --- a/lang/ko.yml +++ b/lang/ko.yml @@ -1,13 +1,13 @@ ko: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: 파일 BACKLINKCOUNT: '다음에서 사용중 ' - PAGES: 페이지 CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: 파일 + PAGES: 페이지 SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save diff --git a/lang/lt.yml b/lang/lt.yml index 416e8fb11..61779a068 100644 --- a/lang/lt.yml +++ b/lang/lt.yml @@ -1,40 +1,40 @@ lt: + SilverStripe\Admin\FileStatusIcon: + ACCESS_RESTRICTED: 'Ribotas priėjimas' SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Bylos - BACKLINKCOUNT: 'Naudojama:' - PAGES: puslapis(-iai) - HEIGHT: Aukštis - SIZE: 'Bylos dydis' - TYPE: 'Bylos tipas' - URL: 'URL adresas' - WIDTH: Plotis AppCategoryArchive: Archyvas + BACKLINKCOUNT: 'Naudojama:' CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: Aukštis ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: Bylos + PAGES: puslapis(-iai) PUBLISHED: Publikuota PUBLISH_BUTTON: Publikuoti - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Matmenys - EDIT: Redaguoti - EDITINFO: 'Redaguoti šią bylą' - FIELDNOTSET: 'Informacija apie bylą nerasta' - REMOVE: Pašalinti - SilverStripe\Admin\FileStatusIcon: - ACCESS_RESTRICTED: 'Ribotas priėjimas' + SIZE: 'Bylos dydis' + TYPE: 'Bylos tipas' + URL: 'URL adresas' + WIDTH: Plotis SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save + SilverStripe\AssetAdmin\Forms\FileFormFactory: + PUBLISH: Publikuoti + PUBLISHED: Publikuota SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Publikuota SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Katalogo pavadinimas' - SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: - Cancel: Cancel - SilverStripe\AssetAdmin\Forms\FileFormFactory: - PUBLISH: Publikuoti - PUBLISHED: Publikuota SilverStripe\AssetAdmin\Forms\MoveFormFactory: MOVE: Perkelti + SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: + Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Matmenys + EDIT: Redaguoti + EDITINFO: 'Redaguoti šią bylą' + FIELDNOTSET: 'Informacija apie bylą nerasta' + REMOVE: Pašalinti diff --git a/lang/mi.yml b/lang/mi.yml index e7a2d6514..16e05b753 100644 --- a/lang/mi.yml +++ b/lang/mi.yml @@ -1,22 +1,16 @@ mi: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: 'Ngā Kōnae' BACKLINKCOUNT: 'I whakamahia i:' - PAGES: 'te/ngā whārangi' - SIZE: 'Rahi kōnae' - TYPE: 'Momo kōnae' - URL: PRO CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: 'Ngā Rahinga' - EDIT: Whakatika - EDITINFO: 'Whakatikatia tēnei kōnae' - FIELDNOTSET: 'Kāore i kitea te mōhiohio kōnae' - REMOVE: Tango + MENUTITLE: 'Ngā Kōnae' + PAGES: 'te/ngā whārangi' + SIZE: 'Rahi kōnae' + TYPE: 'Momo kōnae' + URL: PRO SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -24,3 +18,9 @@ mi: FOLDERNAME: 'Ingoa kōpaki' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: 'Ngā Rahinga' + EDIT: Whakatika + EDITINFO: 'Whakatikatia tēnei kōnae' + FIELDNOTSET: 'Kāore i kitea te mōhiohio kōnae' + REMOVE: Tango diff --git a/lang/nb.yml b/lang/nb.yml index 22df06e26..8c0604817 100644 --- a/lang/nb.yml +++ b/lang/nb.yml @@ -1,22 +1,16 @@ nb: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Filer BACKLINKCOUNT: 'Brukt på:' - PAGES: side(r) - SIZE: Filstørrelse - TYPE: Filtype - URL: Nettadresse CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Dimensjoner - EDIT: Rediger - EDITINFO: 'Rediger denne filen' - FIELDNOTSET: 'Filinformasjon ikke funnet' - REMOVE: Fjern + MENUTITLE: Filer + PAGES: side(r) + SIZE: Filstørrelse + TYPE: Filtype + URL: Nettadresse SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -24,3 +18,9 @@ nb: FOLDERNAME: Mappenavn SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Dimensjoner + EDIT: Rediger + EDITINFO: 'Rediger denne filen' + FIELDNOTSET: 'Filinformasjon ikke funnet' + REMOVE: Fjern diff --git a/lang/nl.yml b/lang/nl.yml index 431abefbc..fdc644005 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -71,8 +71,8 @@ nl: ONLY_GROUPS: 'Alleen deze groepen (selecteer)' ROOTNAME: '(Bovenste niveau)' SAVE: Opslaan - VIEWERGROUPS: 'Groepen met bekijkrechten' SAVED: Opgeslagen + VIEWERGROUPS: 'Groepen met bekijkrechten' SilverStripe\AssetAdmin\Forms\FileFormFactory: DOWNLOAD_FILE: 'Download bestand' INSERT_LINK: 'Link naar bestand' @@ -81,11 +81,11 @@ nl: LINKOPTIONS: Linkinstellingen LINKTEXT: 'Link tekst' OTHER_ACTIONS: 'Andere acties' + PUBLISH: Publiceer + PUBLISHED: Gepubliceerd REPLACE_FILE: 'Vervang bestand' UNEMEDABLE_MESSAGE: '

Dit bestandstype kan alleen als link ingevoegd worden. Na het invoegen kan het bewerkt worden.

' USAGE: 'In gebruik op' - PUBLISH: Publiceer - PUBLISHED: Gepubliceerd SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Gepubliceerd SAVED: Opgeslagen @@ -93,6 +93,9 @@ nl: CREATE: Aanmaken SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Naam van map' + SilverStripe\AssetAdmin\Forms\MoveFormFactory: + CHOOSEFOLDER: 'Kies een map' + MOVE: Verplaats SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: AddMedia: 'Media toevoegen' Cancel: Annuleren @@ -113,6 +116,3 @@ nl: OWNER_WARNING: one: 'Bestand "{file}" wordt op {count} plekken gebruikt.' other: 'Bestand "{file}" wordt op {count} plekken gebruikt.' - SilverStripe\AssetAdmin\Forms\MoveFormFactory: - CHOOSEFOLDER: 'Kies een map' - MOVE: Verplaats diff --git a/lang/pl.yml b/lang/pl.yml index 5888b2146..f580d2e89 100644 --- a/lang/pl.yml +++ b/lang/pl.yml @@ -1,4 +1,11 @@ pl: + AssetAdmin: + INSERT_FILE: 'Wgraj plik' + UPDATE_FILE: 'Aktualizuj plik' + SilverStripe\Admin\FileStatusIcon: + ACCESS_RESTRICTED: 'Dostęp jest ograniczony' + TRACKED_FORM_UPLOAD_RESTRICTED: 'Dane przesłane z formularza' + TRACKED_FORM_UPLOAD_UNRESTRICTED: 'Dane przesłane z formularza, nieograniczony dostęp' SilverStripe\AssetAdmin\BatchAction\DeleteAssets: TITLE: 'Usuń folder' SilverStripe\AssetAdmin\Controller\AssetAdmin: @@ -10,6 +17,7 @@ pl: AlignmentRight: 'Przyciągnij do prawej' AlignmentRightAlone: 'Samo, po prawej' AltText: 'Tekst alternatywny (alt)' + AltTextTip: 'Opis dla odwiedzających, którzy nie mogą wyświetlić obrazu (za pomocą czytników ekranu lub blokerów obrazu). Zalecane w przypadku obrazów, które zapewniają unikalny kontekst treści.' AppCategoryArchive: Archiwum AppCategoryAudio: 'Dźwięki audio' AppCategoryDocument: Dokument @@ -21,6 +29,7 @@ pl: CreatePermissionDenied: 'Nie masz uprawnień do dodawania plików' CurrentFolderOnly: 'Ogranicz do bieżącego folderu i jego podfolderów?' DELETE_BUTTON: Usuń + Eager: Zainteresowany ErrorItemPermissionDenied: 'Nie masz wymaganych uprawnień do modyfikowania {ObjectTitle}' ErrorNotFound: 'Ten {Type} nie został odnaleziony' FILE_NOT_FOUND: 'Nie znaleziono pliku' @@ -30,7 +39,9 @@ pl: ImageSpecs: Wymiary ImageWidth: Szerokość LASTEDIT: 'Ostatnia zmiana' + LazyDefault: 'Obrazki lazyload (domyślnie)' LoadIntoFileFailed: 'Nie udało się wczytać pliku' + Loading: Wczytywanie MENUTITLE: Pliki NOSUMMARY: 'Brak dostępnych podsumowań' NewFile: 'Nowy {file}' @@ -40,14 +51,10 @@ pl: Placement: Umieszczenie SAVEDFILE: 'Zapisano plik' TitleTooltip: 'Tytuł (tooltip)' + TitleTooltipTip: 'W razie potrzeby zawiera wyjaśnienie w dłuższej formie. Wyświetlane po najechaniu kursorem' UNKNOWN: Nieznany UNPUBLISH_BUTTON: 'Cofnij publikację' UPLOADEDFILE: 'Przesłano plik' - AltTextTip: 'Opis dla odwiedzających, którzy nie mogą wyświetlić obrazu (za pomocą czytników ekranu lub blokerów obrazu). Zalecane w przypadku obrazów, które zapewniają unikalny kontekst treści.' - Eager: Zainteresowany - LazyDefault: 'Obrazki lazyload (domyślnie)' - Loading: Wczytywanie - TitleTooltipTip: 'W razie potrzeby zawiera wyjaśnienie w dłuższej formie. Wyświetlane po najechaniu kursorem' SilverStripe\AssetAdmin\Controller\AssetAdminFile: MOVEDFOLDER: 'Przeniesiono plik' RENAMEDFILE: 'Zastąpiono plik' @@ -64,21 +71,21 @@ pl: ONLY_GROUPS: 'Tylko ci z grupy (wybierz z listy)' ROOTNAME: '(Najwyższy poziom)' SAVE: Zapisz - VIEWERGROUPS: 'Kto może zobaczyć (grupy)' SAVED: Zapisano + VIEWERGROUPS: 'Kto może zobaczyć (grupy)' SilverStripe\AssetAdmin\Forms\FileFormFactory: + DOWNLOAD_FILE: 'Pobierz plik' INSERT_LINK: 'Link do pliku' LINKDESCR: 'Opis linku' LINKOPENNEWWIN: 'Otwórz w nowym oknie/zakładce' LINKOPTIONS: 'Opcje linku' LINKTEXT: 'Tekst linku' OTHER_ACTIONS: 'Inne akcje' + PUBLISH: Opublikuj + PUBLISHED: Opublikowano REPLACE_FILE: 'Zastąp plik' UNEMEDABLE_MESSAGE: '

Ten typ pliku można wstawić tylko jako łącze. Możesz edytować link, gdy zostanie wstawiony.

' USAGE: 'Użyty na' - DOWNLOAD_FILE: 'Pobierz plik' - PUBLISH: Opublikuj - PUBLISHED: Opublikowano SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Opublikowano SAVED: Zapisano @@ -86,6 +93,9 @@ pl: CREATE: Utwórz SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Nazwa folderu' + SilverStripe\AssetAdmin\Forms\MoveFormFactory: + CHOOSEFOLDER: 'Wybierz folder' + MOVE: Przenieś SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: AddMedia: 'Dodaj media' Cancel: Anuluj @@ -98,27 +108,17 @@ pl: UrlDescription: 'Umieszczaj filmy, zdjęcia i inne materiały wideo z serwisu Youtube i Vimeo bezpośrednio z internetu.' SilverStripe\AssetAdmin\Forms\UploadField: ErrorMaxFilesReached: - one: 'Możesz przesyłać tylko {count} plików.' few: 'Możesz przesyłać tylko {count} plików.' many: 'Możesz przesyłać tylko {count} plików.' + one: 'Możesz przesyłać tylko {count} plików.' other: 'Możesz przesyłać tylko {count} plików.' - SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: - FileNotFound: 'Nie można znaleźć pliku lub folderu' - AssetAdmin: - INSERT_FILE: 'Wgraj plik' - UPDATE_FILE: 'Aktualizuj plik' - SilverStripe\Admin\FileStatusIcon: - ACCESS_RESTRICTED: 'Dostęp jest ograniczony' - TRACKED_FORM_UPLOAD_RESTRICTED: 'Dane przesłane z formularza' - TRACKED_FORM_UPLOAD_UNRESTRICTED: 'Dane przesłane z formularza, nieograniczony dostęp' SilverStripe\AssetAdmin\GraphQL\FileFilter: FileNotFound: 'Nie można znaleźć pliku lub folderu' + SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: + FileNotFound: 'Nie można znaleźć pliku lub folderu' SilverStripe\AssetAdmin\GraphQL\Resolvers\PublicationResolver: OWNER_WARNING: - one: 'Plik "{file}" jest używany w jednym {count} miejscu.' few: 'Plik "{file}" jest używany w kilku {count} miejscach.' many: 'Plik "{file}" jest używany w wielu {count} miejscach.' + one: 'Plik "{file}" jest używany w jednym {count} miejscu.' other: 'Plik "{file}" jest używany w {count} miejscach.' - SilverStripe\AssetAdmin\Forms\MoveFormFactory: - CHOOSEFOLDER: 'Wybierz folder' - MOVE: Przenieś diff --git a/lang/pt.yml b/lang/pt.yml index 369c460c4..53a91d58d 100644 --- a/lang/pt.yml +++ b/lang/pt.yml @@ -1,18 +1,18 @@ pt: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Ficheiros BACKLINKCOUNT: 'Usado em:' - PAGES: página(s) CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - EDITINFO: 'Editar este ficheiro' - FIELDNOTSET: 'Informação do ficheiro não encontrada' + MENUTITLE: Ficheiros + PAGES: página(s) SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + EDITINFO: 'Editar este ficheiro' + FIELDNOTSET: 'Informação do ficheiro não encontrada' diff --git a/lang/ro.yml b/lang/ro.yml index 0839edede..36bb1c682 100644 --- a/lang/ro.yml +++ b/lang/ro.yml @@ -1,15 +1,13 @@ ro: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Fişiere BACKLINKCOUNT: 'Folosit la' - PAGES: pagină(pagini) CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - EDITINFO: 'Editeaza acest fisier' + MENUTITLE: Fişiere + PAGES: pagină(pagini) SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -17,3 +15,5 @@ ro: FOLDERNAME: 'Nume dosar' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + EDITINFO: 'Editeaza acest fisier' diff --git a/lang/ru.yml b/lang/ru.yml index 0e585c65c..096f1fe44 100644 --- a/lang/ru.yml +++ b/lang/ru.yml @@ -1,24 +1,18 @@ ru: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Файлы BACKLINKCOUNT: 'Используется на:' - PAGES: страниц(а) - HEIGHT: Высота - SIZE: Размер - TYPE: Тип - URL: URL - WIDTH: Ширина CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: Высота ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Размеры - EDIT: Редактировать - EDITINFO: 'Редактировать этот файл' - FIELDNOTSET: 'Информация о файле не найдена' - REMOVE: Удалить + MENUTITLE: Файлы + PAGES: страниц(а) + SIZE: Размер + TYPE: Тип + URL: URL + WIDTH: Ширина SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -26,3 +20,9 @@ ru: FOLDERNAME: 'Имя директории' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Размеры + EDIT: Редактировать + EDITINFO: 'Редактировать этот файл' + FIELDNOTSET: 'Информация о файле не найдена' + REMOVE: Удалить diff --git a/lang/sk.yml b/lang/sk.yml index 746f55f1b..d2946d0e4 100644 --- a/lang/sk.yml +++ b/lang/sk.yml @@ -1,24 +1,18 @@ sk: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Súbory BACKLINKCOUNT: 'Použité na:' - PAGES: stránka(y) - HEIGHT: Výška - SIZE: Veľkosť - TYPE: Typ - URL: URL - WIDTH: Šírka CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: Výška ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Rozmery - EDIT: Editovať - EDITINFO: 'Editovať súbor' - FIELDNOTSET: 'Žiadna informácia o súbore' - REMOVE: Odstrániť + MENUTITLE: Súbory + PAGES: stránka(y) + SIZE: Veľkosť + TYPE: Typ + URL: URL + WIDTH: Šírka SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -26,3 +20,9 @@ sk: FOLDERNAME: 'Názov složky' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Rozmery + EDIT: Editovať + EDITINFO: 'Editovať súbor' + FIELDNOTSET: 'Žiadna informácia o súbore' + REMOVE: Odstrániť diff --git a/lang/sl.yml b/lang/sl.yml index 3483a4501..ff4508411 100644 --- a/lang/sl.yml +++ b/lang/sl.yml @@ -68,8 +68,8 @@ sl: ONLY_GROUPS: 'Samo naslednje skupine (izberite s seznama)' ROOTNAME: '(Prvi nivo)' SAVE: Shrani - VIEWERGROUPS: 'Skupine ogledovalcev' SAVED: Shranjeno + VIEWERGROUPS: 'Skupine ogledovalcev' SilverStripe\AssetAdmin\Forms\FileFormFactory: DOWNLOAD_FILE: 'Prenesi datoteko' INSERT_LINK: 'Vstavi povezavo do datoteke' @@ -78,11 +78,11 @@ sl: LINKOPTIONS: 'Dodatne nastavitve' LINKTEXT: 'Besedilo v povezavi' OTHER_ACTIONS: 'Drugi postopki' + PUBLISH: Objavi + PUBLISHED: Objavljeno REPLACE_FILE: 'Menjaj datoteko' UNEMEDABLE_MESSAGE: '

Ta tip datoteke lahko vstavite samo v kot povezavo. Povezavo lahko naknadno tudi uredite.

' USAGE: 'Uporabljena na' - PUBLISH: Objavi - PUBLISHED: Objavljeno SilverStripe\AssetAdmin\Forms\FileHistoryFormFactory: PUBLISHED: Objavljeno SAVED: Shranjeno @@ -90,6 +90,9 @@ sl: CREATE: Ustvari SilverStripe\AssetAdmin\Forms\FolderFormFactory: FOLDERNAME: 'Ime mape' + SilverStripe\AssetAdmin\Forms\MoveFormFactory: + CHOOSEFOLDER: 'Izberite mapo' + MOVE: Premakni SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: AddMedia: 'Dodaj datoteke' Cancel: Prekliči @@ -102,20 +105,17 @@ sl: UrlDescription: 'Vgradite sliko, video Youtube ali Vimeo in druge večpredstavnostne elemente neposredno s spleta' SilverStripe\AssetAdmin\Forms\UploadField: ErrorMaxFilesReached: - one: 'Prenesete lahko le {count} datoteko.' - two: 'Prenesete lahko le {count} datoteki.' few: 'Prenesete lahko le {count} datotek.' + one: 'Prenesete lahko le {count} datoteko.' other: 'Prenesete lahko le {count} datotek.' + two: 'Prenesete lahko le {count} datoteki.' + SilverStripe\AssetAdmin\GraphQL\FileFilter: + FileNotFound: 'Mapa ali datoteka ne obstaja' SilverStripe\AssetAdmin\GraphQL\FileFilterInputTypeCreator: FileNotFound: 'Mapa ali datoteka ne obstaja' SilverStripe\AssetAdmin\GraphQL\UnpublishFileMutationCreator: OWNER_WARNING: - one: 'Datoteka "{file}" se uporablja na {count} koncu.' - two: 'Datoteka "{file}" se uporablja na {count} koncih.' few: 'Datoteka "{file}" se uporablja na {count} koncih.' + one: 'Datoteka "{file}" se uporablja na {count} koncu.' other: 'Datoteka "{file}" se uporablja na {count} koncih.' - SilverStripe\AssetAdmin\GraphQL\FileFilter: - FileNotFound: 'Mapa ali datoteka ne obstaja' - SilverStripe\AssetAdmin\Forms\MoveFormFactory: - CHOOSEFOLDER: 'Izberite mapo' - MOVE: Premakni + two: 'Datoteka "{file}" se uporablja na {count} koncih.' diff --git a/lang/sr.yml b/lang/sr.yml index cfdb7c421..0aed215e5 100644 --- a/lang/sr.yml +++ b/lang/sr.yml @@ -1,22 +1,16 @@ sr: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Датотеке BACKLINKCOUNT: 'Користи се на:' - PAGES: страници(а) - SIZE: Величина - TYPE: Тип - URL: URL CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Димензије - EDIT: Измени - EDITINFO: 'Измени ову датотеку' - FIELDNOTSET: 'Информације о датотеци нису пронађене' - REMOVE: Уклони + MENUTITLE: Датотеке + PAGES: страници(а) + SIZE: Величина + TYPE: Тип + URL: URL SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -24,3 +18,9 @@ sr: FOLDERNAME: 'Име фасцикле' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Димензије + EDIT: Измени + EDITINFO: 'Измени ову датотеку' + FIELDNOTSET: 'Информације о датотеци нису пронађене' + REMOVE: Уклони diff --git a/lang/sr_RS@latin.yml b/lang/sr_RS@latin.yml index 9d02fbecf..19bcbaf90 100644 --- a/lang/sr_RS@latin.yml +++ b/lang/sr_RS@latin.yml @@ -1,22 +1,16 @@ sr_RS@latin: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Datoteke BACKLINKCOUNT: 'Koristi se na:' - PAGES: stranici(a) - SIZE: Veličina - TYPE: Tip - URL: URL CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Dimenzije - EDIT: Izmeni - EDITINFO: 'Izmeni ovu datoteku' - FIELDNOTSET: 'Informacije o datoteci nisu pronađene' - REMOVE: Ukloni + MENUTITLE: Datoteke + PAGES: stranici(a) + SIZE: Veličina + TYPE: Tip + URL: URL SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -24,3 +18,9 @@ sr_RS@latin: FOLDERNAME: 'Ime fascikle' SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Dimenzije + EDIT: Izmeni + EDITINFO: 'Izmeni ovu datoteku' + FIELDNOTSET: 'Informacije o datoteci nisu pronađene' + REMOVE: Ukloni diff --git a/lang/sv.yml b/lang/sv.yml index 08cc69a6a..6b0fbd638 100644 --- a/lang/sv.yml +++ b/lang/sv.yml @@ -1,24 +1,18 @@ sv: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Filer BACKLINKCOUNT: 'Använd på:' - PAGES: sida(-or) - HEIGHT: Höjd - SIZE: Filstorlek - TYPE: Filtyp - URL: URL - WIDTH: Bredd CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' + HEIGHT: Höjd ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: Dimensioner - EDIT: Ändra - EDITINFO: 'Redigera filen' - FIELDNOTSET: 'Hittade ingen filinformation' - REMOVE: 'Ta bort' + MENUTITLE: Filer + PAGES: sida(-or) + SIZE: Filstorlek + TYPE: Filtyp + URL: URL + WIDTH: Bredd SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -26,3 +20,9 @@ sv: FOLDERNAME: Mappnamn SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: Dimensioner + EDIT: Ändra + EDITINFO: 'Redigera filen' + FIELDNOTSET: 'Hittade ingen filinformation' + REMOVE: 'Ta bort' diff --git a/lang/th.yml b/lang/th.yml index ad6c0330e..b21c7856d 100644 --- a/lang/th.yml +++ b/lang/th.yml @@ -1,23 +1,23 @@ th: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: ไฟล์ BACKLINKCOUNT: 'ถูกใช้งานเมื่อ:' - PAGES: หน้า - SIZE: ขนาด - TYPE: ชนิด CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' + MENUTITLE: ไฟล์ + PAGES: หน้า + SIZE: ขนาด + TYPE: ชนิด + SilverStripe\AssetAdmin\Forms\AssetFormFactory: + FILENAME: Filename + SAVE: Save + SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: + Cancel: Cancel SilverStripe\AssetAdmin\Forms\UploadField: Dimensions: ขนาดสัดส่วน EDIT: แก้ไข EDITINFO: แก้ไขไฟล์นี้ FIELDNOTSET: ไม่พบข้อมูลเกี่ยวกับไฟล์ REMOVE: ลบออก - SilverStripe\AssetAdmin\Forms\AssetFormFactory: - FILENAME: Filename - SAVE: Save - SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: - Cancel: Cancel diff --git a/lang/uk.yml b/lang/uk.yml index 0f6327d43..9ae1c52b8 100644 --- a/lang/uk.yml +++ b/lang/uk.yml @@ -1,19 +1,19 @@ uk: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: Файли BACKLINKCOUNT: 'Використовується в:' - PAGES: сторінка(и) - SIZE: Розмір - TYPE: Тип CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - EDITINFO: 'Редагувати цей файл' + MENUTITLE: Файли + PAGES: сторінка(и) + SIZE: Розмір + TYPE: Тип SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + EDITINFO: 'Редагувати цей файл' diff --git a/lang/zh.yml b/lang/zh.yml index 196c5370a..e1398c220 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -1,22 +1,16 @@ zh: SilverStripe\AssetAdmin\Controller\AssetAdmin: - MENUTITLE: 文件 BACKLINKCOUNT: 应用于: - PAGES: 单个或多个页面 - SIZE: 文件尺寸 - TYPE: 文件类型 - URL: 网址 CREATED: 'First uploaded' DELETE_BUTTON: Delete Filetype: 'File type' ImageSpecs: Dimensions LASTEDIT: 'Last changed' - SilverStripe\AssetAdmin\Forms\UploadField: - Dimensions: 尺寸 - EDIT: 编辑 - EDITINFO: 编辑该文件 - FIELDNOTSET: 没有找到文件信息 - REMOVE: 移除 + MENUTITLE: 文件 + PAGES: 单个或多个页面 + SIZE: 文件尺寸 + TYPE: 文件类型 + URL: 网址 SilverStripe\AssetAdmin\Forms\AssetFormFactory: FILENAME: Filename SAVE: Save @@ -24,3 +18,9 @@ zh: FOLDERNAME: 文件夹名称 SilverStripe\AssetAdmin\Forms\RemoteFileFormFactory: Cancel: Cancel + SilverStripe\AssetAdmin\Forms\UploadField: + Dimensions: 尺寸 + EDIT: 编辑 + EDITINFO: 编辑该文件 + FIELDNOTSET: 没有找到文件信息 + REMOVE: 移除