diff --git a/apps/encryption/l10n/es.js b/apps/encryption/l10n/es.js index 6145083a96..9f88054ba1 100644 --- a/apps/encryption/l10n/es.js +++ b/apps/encryption/l10n/es.js @@ -3,7 +3,7 @@ OC.L10N.register( { "Missing recovery key password" : "Falta la contraseña de recuperación", "Please repeat the recovery key password" : "Por favor, repita la contraseña de recuperación", - "Repeated recovery key password does not match the provided recovery key password" : "La contraseña repetida no coincide con la contraseña proporcionada", + "Repeated recovery key password does not match the provided recovery key password" : "La contraseña repetida no coincide con la contraseña inicial", "Recovery key successfully enabled" : "La contraseña de recuperación se ha activado con éxito", "Could not enable recovery key. Please check your recovery key password!" : "No se ha podido habilitar la contraseña de recuperación. Por favor, ¡compruebe su contraseña de recuperación!", "Recovery key successfully disabled" : "Contraseña de recuperación deshabilitada", @@ -42,7 +42,7 @@ OC.L10N.register( "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Al activar esta opción se encriptarán todos los archivos almacenados en la memoria principal, de lo contrario serán cifrados sólo los archivos de almacenamiento externo", "Enable recovery key" : "Activa la clave de recuperación", "Disable recovery key" : "Desactiva la clave de recuperación", - "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La clave de recuperación es una clave de cifrado extra que se usa para cifrar archivos . Permite la recuperación de los archivos de un usuario si él o ella olvida su contraseña.", + "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La clave de recuperación es una clave de cifrado extra que se usa para cifrar archivos. Permite la recuperación de los archivos de un usuario si él o ella olvida su contraseña.", "Recovery key password" : "Contraseña de clave de recuperación", "Repeat recovery key password" : "Repita la contraseña de recuperación", "Change recovery key password:" : "Cambiar la contraseña de la clave de recuperación", diff --git a/apps/encryption/l10n/es.json b/apps/encryption/l10n/es.json index cd4e2b5d77..a354ce5586 100644 --- a/apps/encryption/l10n/es.json +++ b/apps/encryption/l10n/es.json @@ -1,7 +1,7 @@ { "translations": { "Missing recovery key password" : "Falta la contraseña de recuperación", "Please repeat the recovery key password" : "Por favor, repita la contraseña de recuperación", - "Repeated recovery key password does not match the provided recovery key password" : "La contraseña repetida no coincide con la contraseña proporcionada", + "Repeated recovery key password does not match the provided recovery key password" : "La contraseña repetida no coincide con la contraseña inicial", "Recovery key successfully enabled" : "La contraseña de recuperación se ha activado con éxito", "Could not enable recovery key. Please check your recovery key password!" : "No se ha podido habilitar la contraseña de recuperación. Por favor, ¡compruebe su contraseña de recuperación!", "Recovery key successfully disabled" : "Contraseña de recuperación deshabilitada", @@ -40,7 +40,7 @@ "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Al activar esta opción se encriptarán todos los archivos almacenados en la memoria principal, de lo contrario serán cifrados sólo los archivos de almacenamiento externo", "Enable recovery key" : "Activa la clave de recuperación", "Disable recovery key" : "Desactiva la clave de recuperación", - "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La clave de recuperación es una clave de cifrado extra que se usa para cifrar archivos . Permite la recuperación de los archivos de un usuario si él o ella olvida su contraseña.", + "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La clave de recuperación es una clave de cifrado extra que se usa para cifrar archivos. Permite la recuperación de los archivos de un usuario si él o ella olvida su contraseña.", "Recovery key password" : "Contraseña de clave de recuperación", "Repeat recovery key password" : "Repita la contraseña de recuperación", "Change recovery key password:" : "Cambiar la contraseña de la clave de recuperación", diff --git a/apps/federation/l10n/es.js b/apps/federation/l10n/es.js index 109c010a6e..e85cde3926 100644 --- a/apps/federation/l10n/es.js +++ b/apps/federation/l10n/es.js @@ -9,6 +9,7 @@ OC.L10N.register( "Federation allows you to connect with other trusted servers to exchange the user directory." : "Federación te permite conectar con otros servidores de confianza para intercambiar el directorio de usuarios.", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, esto se usará para autocompletar la selección de usuarios externos al compartir en federación.", "Trusted servers" : "Servidores de confianza", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La Federación le permite conectarse con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se utilizará para autocompletar a los usuarios externos para el intercambio federado. No es necesario añadir un servidor como servidor de confianza para crear una recurso compartido federado.", "Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente", "+ Add trusted server" : "+ Añadir servidor de confianza", "Trusted server" : "Servidor de confianza", diff --git a/apps/federation/l10n/es.json b/apps/federation/l10n/es.json index 347d8922f9..ed4b450b91 100644 --- a/apps/federation/l10n/es.json +++ b/apps/federation/l10n/es.json @@ -7,6 +7,7 @@ "Federation allows you to connect with other trusted servers to exchange the user directory." : "Federación te permite conectar con otros servidores de confianza para intercambiar el directorio de usuarios.", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, esto se usará para autocompletar la selección de usuarios externos al compartir en federación.", "Trusted servers" : "Servidores de confianza", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La Federación le permite conectarse con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se utilizará para autocompletar a los usuarios externos para el intercambio federado. No es necesario añadir un servidor como servidor de confianza para crear una recurso compartido federado.", "Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente", "+ Add trusted server" : "+ Añadir servidor de confianza", "Trusted server" : "Servidor de confianza", diff --git a/apps/federation/l10n/sr.js b/apps/federation/l10n/sr.js index 4d3bf69584..cc5cc46302 100644 --- a/apps/federation/l10n/sr.js +++ b/apps/federation/l10n/sr.js @@ -9,6 +9,7 @@ OC.L10N.register( "Federation allows you to connect with other trusted servers to exchange the user directory." : "Здруживање омогућава да се повежете са другим серверима од поверења и да размењујете корисничке директоријуме.", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Здруживање омогућава да се повежете са другим серверима од поверења и да мењате корисничке директоријуме.", "Trusted servers" : "Сервери од поверења", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Здруживање омогућава да се повежете са другим серверима од поверења и да мењате корисничке директоријуме. На пример, федерација ће се користити за налажење спољних корисника код креирања здруженог дељења. Није потребно додати сервер као сервер од поверења да бисте направили здружено дељење.", "Add server automatically once a federated share was created successfully" : "Додај сервер аутоматски по успешном прављењу здруженог дељења", "+ Add trusted server" : "+ Додај сервер од поверења", "Trusted server" : "Сервер од поверења", diff --git a/apps/federation/l10n/sr.json b/apps/federation/l10n/sr.json index 45207c0c61..bab149e6e1 100644 --- a/apps/federation/l10n/sr.json +++ b/apps/federation/l10n/sr.json @@ -7,6 +7,7 @@ "Federation allows you to connect with other trusted servers to exchange the user directory." : "Здруживање омогућава да се повежете са другим серверима од поверења и да размењујете корисничке директоријуме.", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Здруживање омогућава да се повежете са другим серверима од поверења и да мењате корисничке директоријуме.", "Trusted servers" : "Сервери од поверења", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Здруживање омогућава да се повежете са другим серверима од поверења и да мењате корисничке директоријуме. На пример, федерација ће се користити за налажење спољних корисника код креирања здруженог дељења. Није потребно додати сервер као сервер од поверења да бисте направили здружено дељење.", "Add server automatically once a federated share was created successfully" : "Додај сервер аутоматски по успешном прављењу здруженог дељења", "+ Add trusted server" : "+ Додај сервер од поверења", "Trusted server" : "Сервер од поверења", diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index a04176cdf7..c92b1b4d41 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -201,6 +201,7 @@ OC.L10N.register( "this share just expired." : "ово дељење је управо истекло.", "Link to a file" : "Веза ка фајлу", "Error creating the share" : "Грешка при прављењу дељења", + "Error deleting the share" : "Грешка при брисању дељења", "Error updating the share" : "Грешка при ажурирању дељења", "Shared" : "Подељено", "Share" : "Подели", diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index 26a407971f..f18c754d56 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -199,6 +199,7 @@ "this share just expired." : "ово дељење је управо истекло.", "Link to a file" : "Веза ка фајлу", "Error creating the share" : "Грешка при прављењу дељења", + "Error deleting the share" : "Грешка при брисању дељења", "Error updating the share" : "Грешка при ажурирању дељења", "Shared" : "Подељено", "Share" : "Подели", diff --git a/apps/systemtags/l10n/bg.js b/apps/systemtags/l10n/bg.js index 1abe964a27..22721d76d0 100644 --- a/apps/systemtags/l10n/bg.js +++ b/apps/systemtags/l10n/bg.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Етикети", "Update" : "Актуализирай", "Create" : "Създай", "Select tag…" : "Изберете етикет...", @@ -34,6 +33,7 @@ OC.L10N.register( "%1$s removed system tag %3$s from %2$s" : "%1$s премахна системни етикет %3$s от %2$s", "{actor} removed system tag {systemtag} from {file}" : "{actor} премахна системен етикет {systemtag} от {file}", "System tags for a file have been modified" : "Промяна на системни етикети за файл", + "Tags" : "Етикети", "Collaborative tags" : "Съвместни етикети", "Tagged files" : "Отбелязани файлове", "Select tags to filter by" : "Филтриране по етикет", diff --git a/apps/systemtags/l10n/bg.json b/apps/systemtags/l10n/bg.json index b075e14941..331b0bac1e 100644 --- a/apps/systemtags/l10n/bg.json +++ b/apps/systemtags/l10n/bg.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Етикети", "Update" : "Актуализирай", "Create" : "Създай", "Select tag…" : "Изберете етикет...", @@ -32,6 +31,7 @@ "%1$s removed system tag %3$s from %2$s" : "%1$s премахна системни етикет %3$s от %2$s", "{actor} removed system tag {systemtag} from {file}" : "{actor} премахна системен етикет {systemtag} от {file}", "System tags for a file have been modified" : "Промяна на системни етикети за файл", + "Tags" : "Етикети", "Collaborative tags" : "Съвместни етикети", "Tagged files" : "Отбелязани файлове", "Select tags to filter by" : "Филтриране по етикет", diff --git a/apps/systemtags/l10n/ca.js b/apps/systemtags/l10n/ca.js index 2a5a3ec91c..6ae93b16e5 100644 --- a/apps/systemtags/l10n/ca.js +++ b/apps/systemtags/l10n/ca.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetes", "Tag name is empty" : "El nom de l'etiqueta és buit", "Update" : "Actualitza", "Create" : "Crea", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringit)", "%s (invisible)" : "%s (invisible)", "System tags for a file have been modified" : "S'han modificat les etiquetes de sistema d'un fitxer", + "Tags" : "Etiquetes", "Collaborative tags" : "Etiquetes col·laboratives", "Collaborative tagging functionality which shares tags among users." : "Funcionalitat d'etiquetatge col·laboratiu que permet compartir etiquetes entre usuaris.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalitat d'etiquetatge col·laboratiu que permet compartir etiquetes entre usuaris. Genial per a equips.\n\t(Si sou un proveïdor emprant una instància de Nextcloud per a múltiples clients, s'aconsella desactivar aquesta aplicació perquè les etiquetes són compartides amb tots.)", diff --git a/apps/systemtags/l10n/ca.json b/apps/systemtags/l10n/ca.json index 7029256e9b..910592d0e3 100644 --- a/apps/systemtags/l10n/ca.json +++ b/apps/systemtags/l10n/ca.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetes", "Tag name is empty" : "El nom de l'etiqueta és buit", "Update" : "Actualitza", "Create" : "Crea", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (restringit)", "%s (invisible)" : "%s (invisible)", "System tags for a file have been modified" : "S'han modificat les etiquetes de sistema d'un fitxer", + "Tags" : "Etiquetes", "Collaborative tags" : "Etiquetes col·laboratives", "Collaborative tagging functionality which shares tags among users." : "Funcionalitat d'etiquetatge col·laboratiu que permet compartir etiquetes entre usuaris.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalitat d'etiquetatge col·laboratiu que permet compartir etiquetes entre usuaris. Genial per a equips.\n\t(Si sou un proveïdor emprant una instància de Nextcloud per a múltiples clients, s'aconsella desactivar aquesta aplicació perquè les etiquetes són compartides amb tots.)", diff --git a/apps/systemtags/l10n/cs.js b/apps/systemtags/l10n/cs.js index 66e0ea35fd..df03f61a68 100644 --- a/apps/systemtags/l10n/cs.js +++ b/apps/systemtags/l10n/cs.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Štítky", "Tag name is empty" : "Název štítku je prázdný", "Update" : "Aktualizovat", "Create" : "Vytvořit", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (omezeno)", "%s (invisible)" : "%s (neviditelný)", "System tags for a file have been modified" : "Systémové štítky souboru byly upraveny", + "Tags" : "Štítky", "Collaborative tags" : "Štítky pro spolupráci", "Collaborative tagging functionality which shares tags among users." : "Funkce pro spolupráci při opatřování štítky, sdílenými mezi uživateli.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkce pro spolupráci při opatřování štítky, sdílenými mezi uživateli. Skvělé pro týmy.\n\t(Pokud jste poskytovatel instalace, sloužící více subjektům, je doporučeno tuto aplikaci vypnout, protože štítky jsou sdílené.)", diff --git a/apps/systemtags/l10n/cs.json b/apps/systemtags/l10n/cs.json index a98dcb5c7b..ddffe8e67f 100644 --- a/apps/systemtags/l10n/cs.json +++ b/apps/systemtags/l10n/cs.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Štítky", "Tag name is empty" : "Název štítku je prázdný", "Update" : "Aktualizovat", "Create" : "Vytvořit", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (omezeno)", "%s (invisible)" : "%s (neviditelný)", "System tags for a file have been modified" : "Systémové štítky souboru byly upraveny", + "Tags" : "Štítky", "Collaborative tags" : "Štítky pro spolupráci", "Collaborative tagging functionality which shares tags among users." : "Funkce pro spolupráci při opatřování štítky, sdílenými mezi uživateli.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkce pro spolupráci při opatřování štítky, sdílenými mezi uživateli. Skvělé pro týmy.\n\t(Pokud jste poskytovatel instalace, sloužící více subjektům, je doporučeno tuto aplikaci vypnout, protože štítky jsou sdílené.)", diff --git a/apps/systemtags/l10n/da.js b/apps/systemtags/l10n/da.js index ca080b78fe..3a613e4fa4 100644 --- a/apps/systemtags/l10n/da.js +++ b/apps/systemtags/l10n/da.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Mærker", "Update" : "Opdater", "Create" : "Opret", "Select tag…" : "Vælg tag...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (begrænset)", "%s (invisible)" : "%s (usynlig)", "System tags for a file have been modified" : "En fils systemmærkning er blevet ændret", + "Tags" : "Mærker", "Collaborative tags" : "Kollaborativ tags", "Tagged files" : "Mærkede filer", "Select tags to filter by" : "Vælg de mærker, der skal filtreres efter", diff --git a/apps/systemtags/l10n/da.json b/apps/systemtags/l10n/da.json index 487170f73d..18ea6809dd 100644 --- a/apps/systemtags/l10n/da.json +++ b/apps/systemtags/l10n/da.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Mærker", "Update" : "Opdater", "Create" : "Opret", "Select tag…" : "Vælg tag...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (begrænset)", "%s (invisible)" : "%s (usynlig)", "System tags for a file have been modified" : "En fils systemmærkning er blevet ændret", + "Tags" : "Mærker", "Collaborative tags" : "Kollaborativ tags", "Tagged files" : "Mærkede filer", "Select tags to filter by" : "Vælg de mærker, der skal filtreres efter", diff --git a/apps/systemtags/l10n/de.js b/apps/systemtags/l10n/de.js index 2bf8627067..340ec8e15d 100644 --- a/apps/systemtags/l10n/de.js +++ b/apps/systemtags/l10n/de.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Tags", "Tag name is empty" : "Schlagwortbezeichnung ist leer", "Update" : "Aktualisieren", "Create" : "Erstellen", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (eingeschränkt)", "%s (invisible)" : "%s (unsichtbar)", "System tags for a file have been modified" : "System-Tags für eine Datei wurden geändert", + "Tags" : "Tags", "Collaborative tags" : "Kollaborative Tags", "Collaborative tagging functionality which shares tags among users." : "Kollaborative Tags Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt. Sehr gut für Gruppen.\n(Wenn Du ein Anbieter mit einer Mehrkundeninstallation bist, so ist angeraten diese App zu deaktiveren, da die Schlagworte mit allen Kunden geteilt werden.)", diff --git a/apps/systemtags/l10n/de.json b/apps/systemtags/l10n/de.json index 9d9171c22e..dff0526b94 100644 --- a/apps/systemtags/l10n/de.json +++ b/apps/systemtags/l10n/de.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Tags", "Tag name is empty" : "Schlagwortbezeichnung ist leer", "Update" : "Aktualisieren", "Create" : "Erstellen", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (eingeschränkt)", "%s (invisible)" : "%s (unsichtbar)", "System tags for a file have been modified" : "System-Tags für eine Datei wurden geändert", + "Tags" : "Tags", "Collaborative tags" : "Kollaborative Tags", "Collaborative tagging functionality which shares tags among users." : "Kollaborative Tags Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt. Sehr gut für Gruppen.\n(Wenn Du ein Anbieter mit einer Mehrkundeninstallation bist, so ist angeraten diese App zu deaktiveren, da die Schlagworte mit allen Kunden geteilt werden.)", diff --git a/apps/systemtags/l10n/de_DE.js b/apps/systemtags/l10n/de_DE.js index bd999fbae7..4c9d05e320 100644 --- a/apps/systemtags/l10n/de_DE.js +++ b/apps/systemtags/l10n/de_DE.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Tags", "Tag name is empty" : "Schlagwortbezeichnung ist leer", "Update" : "Aktualisieren", "Create" : "Erstellen", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (eingeschränkt)", "%s (invisible)" : "%s (unsichtbar)", "System tags for a file have been modified" : "System-Tag für eine Datei wurden geändert", + "Tags" : "Tags", "Collaborative tags" : "Kollaborative Tags", "Collaborative tagging functionality which shares tags among users." : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt. Sehr gut für Gruppen.\n\t(Wenn Sie ein Anbieter mit einer Mehrkundeninstallation sind, so ist angeraten diese App zu deaktiveren, da die Schlagworte mit allen Kunden geteilt werden.)", diff --git a/apps/systemtags/l10n/de_DE.json b/apps/systemtags/l10n/de_DE.json index 0105a6bcab..00255800cd 100644 --- a/apps/systemtags/l10n/de_DE.json +++ b/apps/systemtags/l10n/de_DE.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Tags", "Tag name is empty" : "Schlagwortbezeichnung ist leer", "Update" : "Aktualisieren", "Create" : "Erstellen", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (eingeschränkt)", "%s (invisible)" : "%s (unsichtbar)", "System tags for a file have been modified" : "System-Tag für eine Datei wurden geändert", + "Tags" : "Tags", "Collaborative tags" : "Kollaborative Tags", "Collaborative tagging functionality which shares tags among users." : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt. Sehr gut für Gruppen.\n\t(Wenn Sie ein Anbieter mit einer Mehrkundeninstallation sind, so ist angeraten diese App zu deaktiveren, da die Schlagworte mit allen Kunden geteilt werden.)", diff --git a/apps/systemtags/l10n/el.js b/apps/systemtags/l10n/el.js index 49596fb570..9082f20079 100644 --- a/apps/systemtags/l10n/el.js +++ b/apps/systemtags/l10n/el.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Ετικέτες", "Tag name is empty" : "Το όνομα ετικέτας είναι κενό", "Update" : "Ενημέρωση", "Create" : "Δημιουργία", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (περιορισμένο)", "%s (invisible)" : "%s (αόρατο)", "System tags for a file have been modified" : "Οι ετικέτες συστήματος για ένα αρχείο έχουν τροποποιηθεί", + "Tags" : "Ετικέτες", "Collaborative tags" : "Ετικέτες συνεργασίας", "Collaborative tagging functionality which shares tags among users." : "Λειτουργία προσθήκης ετικετών με συνεργασία που μοιράζεται ετικέτες μεταξύ χρηστών.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Λειτουργία προσθήκης ετικετών με συνεργασία που μοιράζεται ετικέτες μεταξύ χρηστών. Χρήσιμο για ομάδες.\n\t(Εάν είστε πάροχος με πολλαπλές εγκαταστάσεις, συνιστάται να απενεργοποιήσετε αυτήν την εφαρμογή καθώς οι ετικέτες μοιράζονται.)", diff --git a/apps/systemtags/l10n/el.json b/apps/systemtags/l10n/el.json index d1cf988895..c977896e14 100644 --- a/apps/systemtags/l10n/el.json +++ b/apps/systemtags/l10n/el.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Ετικέτες", "Tag name is empty" : "Το όνομα ετικέτας είναι κενό", "Update" : "Ενημέρωση", "Create" : "Δημιουργία", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (περιορισμένο)", "%s (invisible)" : "%s (αόρατο)", "System tags for a file have been modified" : "Οι ετικέτες συστήματος για ένα αρχείο έχουν τροποποιηθεί", + "Tags" : "Ετικέτες", "Collaborative tags" : "Ετικέτες συνεργασίας", "Collaborative tagging functionality which shares tags among users." : "Λειτουργία προσθήκης ετικετών με συνεργασία που μοιράζεται ετικέτες μεταξύ χρηστών.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Λειτουργία προσθήκης ετικετών με συνεργασία που μοιράζεται ετικέτες μεταξύ χρηστών. Χρήσιμο για ομάδες.\n\t(Εάν είστε πάροχος με πολλαπλές εγκαταστάσεις, συνιστάται να απενεργοποιήσετε αυτήν την εφαρμογή καθώς οι ετικέτες μοιράζονται.)", diff --git a/apps/systemtags/l10n/en_GB.js b/apps/systemtags/l10n/en_GB.js index ed4843a7a1..2ad0362490 100644 --- a/apps/systemtags/l10n/en_GB.js +++ b/apps/systemtags/l10n/en_GB.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Tags", "Update" : "Update", "Create" : "Create", "Select tag…" : "Select tag…", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restricted)", "%s (invisible)" : "%s (invisible)", "System tags for a file have been modified" : "System tags for a file have been modified", + "Tags" : "Tags", "Collaborative tags" : "Collaborative tags", "Collaborative tagging functionality which shares tags among users." : "Collaborative tagging functionality which shares tags among users.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)", diff --git a/apps/systemtags/l10n/en_GB.json b/apps/systemtags/l10n/en_GB.json index e72178f0fa..811524a0df 100644 --- a/apps/systemtags/l10n/en_GB.json +++ b/apps/systemtags/l10n/en_GB.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Tags", "Update" : "Update", "Create" : "Create", "Select tag…" : "Select tag…", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restricted)", "%s (invisible)" : "%s (invisible)", "System tags for a file have been modified" : "System tags for a file have been modified", + "Tags" : "Tags", "Collaborative tags" : "Collaborative tags", "Collaborative tagging functionality which shares tags among users." : "Collaborative tagging functionality which shares tags among users.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)", diff --git a/apps/systemtags/l10n/eo.js b/apps/systemtags/l10n/eo.js index 7d998d9d2b..d1f334d2b7 100644 --- a/apps/systemtags/l10n/eo.js +++ b/apps/systemtags/l10n/eo.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etikedoj", "Tag name is empty" : "Etikednomo malplenas", "Update" : "Ĝisdatigi", "Create" : "Krei", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (limigita)", "%s (invisible)" : "%s (nevidebla)", "System tags for a file have been modified" : "Sistemaj etikedoj por dosiero modifiĝis", + "Tags" : "Etikedoj", "Collaborative tags" : "Kunlaboraj etikedoj", "Collaborative tagging functionality which shares tags among users." : "Kunlabora etikedado por kunhavigi etikedojn inter uzantoj.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Kunlabora etikedado por kunhavigi etikedojn inter uzantoj. Taŭga por teamoj.\n\n(Se vi estas provizanto kun plurklienta instalado, oni konsilas malŝalti tiun aplikaĵon, alimaniere etikedoj estus kunhavigitaj inter ĉiuj klientoj.)", diff --git a/apps/systemtags/l10n/eo.json b/apps/systemtags/l10n/eo.json index 84eb02de8c..f73a73b1c8 100644 --- a/apps/systemtags/l10n/eo.json +++ b/apps/systemtags/l10n/eo.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etikedoj", "Tag name is empty" : "Etikednomo malplenas", "Update" : "Ĝisdatigi", "Create" : "Krei", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (limigita)", "%s (invisible)" : "%s (nevidebla)", "System tags for a file have been modified" : "Sistemaj etikedoj por dosiero modifiĝis", + "Tags" : "Etikedoj", "Collaborative tags" : "Kunlaboraj etikedoj", "Collaborative tagging functionality which shares tags among users." : "Kunlabora etikedado por kunhavigi etikedojn inter uzantoj.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Kunlabora etikedado por kunhavigi etikedojn inter uzantoj. Taŭga por teamoj.\n\n(Se vi estas provizanto kun plurklienta instalado, oni konsilas malŝalti tiun aplikaĵon, alimaniere etikedoj estus kunhavigitaj inter ĉiuj klientoj.)", diff --git a/apps/systemtags/l10n/es.js b/apps/systemtags/l10n/es.js index b711584972..95e41390f1 100644 --- a/apps/systemtags/l10n/es.js +++ b/apps/systemtags/l10n/es.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Tag name is empty" : "El nombre de la etiqueta está vacío", "Update" : "Actualizar", "Create" : "Crear", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible)", "System tags for a file have been modified" : "Se han modificado las etiquetas de sistema de un archivo", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Collaborative tagging functionality which shares tags among users." : "Funcionalidad de etiquetado colaborativo que comparte las etiquetas entre usuarios.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidad de etiquetado colaborativo que comparte las etiquetas entre usuarios. Adecuado para equipos.\n\n(Si eres un proveedor con una instalación en multitenencia), se aconseja desactivar esta app pues las etiquetas se comparten).", diff --git a/apps/systemtags/l10n/es.json b/apps/systemtags/l10n/es.json index 1b859eb231..35a616282b 100644 --- a/apps/systemtags/l10n/es.json +++ b/apps/systemtags/l10n/es.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Tag name is empty" : "El nombre de la etiqueta está vacío", "Update" : "Actualizar", "Create" : "Crear", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible)", "System tags for a file have been modified" : "Se han modificado las etiquetas de sistema de un archivo", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Collaborative tagging functionality which shares tags among users." : "Funcionalidad de etiquetado colaborativo que comparte las etiquetas entre usuarios.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidad de etiquetado colaborativo que comparte las etiquetas entre usuarios. Adecuado para equipos.\n\n(Si eres un proveedor con una instalación en multitenencia), se aconseja desactivar esta app pues las etiquetas se comparten).", diff --git a/apps/systemtags/l10n/es_419.js b/apps/systemtags/l10n/es_419.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_419.js +++ b/apps/systemtags/l10n/es_419.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_419.json b/apps/systemtags/l10n/es_419.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_419.json +++ b/apps/systemtags/l10n/es_419.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_AR.js b/apps/systemtags/l10n/es_AR.js index 5478b5df97..83c8953e20 100644 --- a/apps/systemtags/l10n/es_AR.js +++ b/apps/systemtags/l10n/es_AR.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Seleccione las etiquetas para el filtro", diff --git a/apps/systemtags/l10n/es_AR.json b/apps/systemtags/l10n/es_AR.json index 5fe9e4aa32..189fc79998 100644 --- a/apps/systemtags/l10n/es_AR.json +++ b/apps/systemtags/l10n/es_AR.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Seleccione las etiquetas para el filtro", diff --git a/apps/systemtags/l10n/es_CL.js b/apps/systemtags/l10n/es_CL.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_CL.js +++ b/apps/systemtags/l10n/es_CL.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_CL.json b/apps/systemtags/l10n/es_CL.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_CL.json +++ b/apps/systemtags/l10n/es_CL.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_CO.js b/apps/systemtags/l10n/es_CO.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_CO.js +++ b/apps/systemtags/l10n/es_CO.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_CO.json b/apps/systemtags/l10n/es_CO.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_CO.json +++ b/apps/systemtags/l10n/es_CO.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_CR.js b/apps/systemtags/l10n/es_CR.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_CR.js +++ b/apps/systemtags/l10n/es_CR.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_CR.json b/apps/systemtags/l10n/es_CR.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_CR.json +++ b/apps/systemtags/l10n/es_CR.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_DO.js b/apps/systemtags/l10n/es_DO.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_DO.js +++ b/apps/systemtags/l10n/es_DO.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_DO.json b/apps/systemtags/l10n/es_DO.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_DO.json +++ b/apps/systemtags/l10n/es_DO.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_EC.js b/apps/systemtags/l10n/es_EC.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_EC.js +++ b/apps/systemtags/l10n/es_EC.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_EC.json b/apps/systemtags/l10n/es_EC.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_EC.json +++ b/apps/systemtags/l10n/es_EC.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_GT.js b/apps/systemtags/l10n/es_GT.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_GT.js +++ b/apps/systemtags/l10n/es_GT.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_GT.json b/apps/systemtags/l10n/es_GT.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_GT.json +++ b/apps/systemtags/l10n/es_GT.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_HN.js b/apps/systemtags/l10n/es_HN.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_HN.js +++ b/apps/systemtags/l10n/es_HN.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_HN.json b/apps/systemtags/l10n/es_HN.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_HN.json +++ b/apps/systemtags/l10n/es_HN.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_MX.js b/apps/systemtags/l10n/es_MX.js index 0639e26517..d7b299a1af 100644 --- a/apps/systemtags/l10n/es_MX.js +++ b/apps/systemtags/l10n/es_MX.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Collaborative tagging functionality which shares tags among users." : "Funcionalidad de etiquetas colaborativas que comparte las etiquetas entre usuarios.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidad de etiquetear collaborativamente que comparte las etiquetas entre usuarios. Grandioso para equipos.\n\t(Si eres un proveedor con una instalación multi subarrendada, se recomienda desactivar esta aplicación ya que las etiquetas son compartidas.)", diff --git a/apps/systemtags/l10n/es_MX.json b/apps/systemtags/l10n/es_MX.json index ff1d2542e4..845b78330b 100644 --- a/apps/systemtags/l10n/es_MX.json +++ b/apps/systemtags/l10n/es_MX.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Collaborative tagging functionality which shares tags among users." : "Funcionalidad de etiquetas colaborativas que comparte las etiquetas entre usuarios.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidad de etiquetear collaborativamente que comparte las etiquetas entre usuarios. Grandioso para equipos.\n\t(Si eres un proveedor con una instalación multi subarrendada, se recomienda desactivar esta aplicación ya que las etiquetas son compartidas.)", diff --git a/apps/systemtags/l10n/es_NI.js b/apps/systemtags/l10n/es_NI.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_NI.js +++ b/apps/systemtags/l10n/es_NI.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_NI.json b/apps/systemtags/l10n/es_NI.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_NI.json +++ b/apps/systemtags/l10n/es_NI.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_PA.js b/apps/systemtags/l10n/es_PA.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_PA.js +++ b/apps/systemtags/l10n/es_PA.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_PA.json b/apps/systemtags/l10n/es_PA.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_PA.json +++ b/apps/systemtags/l10n/es_PA.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_PE.js b/apps/systemtags/l10n/es_PE.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_PE.js +++ b/apps/systemtags/l10n/es_PE.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_PE.json b/apps/systemtags/l10n/es_PE.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_PE.json +++ b/apps/systemtags/l10n/es_PE.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_PR.js b/apps/systemtags/l10n/es_PR.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_PR.js +++ b/apps/systemtags/l10n/es_PR.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_PR.json b/apps/systemtags/l10n/es_PR.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_PR.json +++ b/apps/systemtags/l10n/es_PR.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_PY.js b/apps/systemtags/l10n/es_PY.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_PY.js +++ b/apps/systemtags/l10n/es_PY.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_PY.json b/apps/systemtags/l10n/es_PY.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_PY.json +++ b/apps/systemtags/l10n/es_PY.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_SV.js b/apps/systemtags/l10n/es_SV.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_SV.js +++ b/apps/systemtags/l10n/es_SV.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_SV.json b/apps/systemtags/l10n/es_SV.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_SV.json +++ b/apps/systemtags/l10n/es_SV.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_UY.js b/apps/systemtags/l10n/es_UY.js index b21ad216b3..9cb2c6b69a 100644 --- a/apps/systemtags/l10n/es_UY.js +++ b/apps/systemtags/l10n/es_UY.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/es_UY.json b/apps/systemtags/l10n/es_UY.json index 4b04fc1611..69e52b113f 100644 --- a/apps/systemtags/l10n/es_UY.json +++ b/apps/systemtags/l10n/es_UY.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Update" : "Actualizar", "Create" : "Crear", "Select tag…" : "Seleccionar etiqueta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", "System tags for a file have been modified" : "Las etiquetas del sistema para un archivo han sido modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Tagged files" : "Archivos etiquetados", "Select tags to filter by" : "Selecciona las etiquetas del filtro", diff --git a/apps/systemtags/l10n/et_EE.js b/apps/systemtags/l10n/et_EE.js index ca4242ef75..eb10d322bb 100644 --- a/apps/systemtags/l10n/et_EE.js +++ b/apps/systemtags/l10n/et_EE.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Sildid", "Update" : "Uuenda", "Create" : "Loo", "Select tag…" : "Vali silt...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (piiratud)", "%s (invisible)" : "%s (nähtamatu)", "System tags for a file have been modified" : "Süsteemi sildid sellele failile on muudetud", + "Tags" : "Sildid", "Collaborative tags" : "Koostöö sildid", "Tagged files" : "Sildistatud failid", "Select tags to filter by" : "Vali sildid, mille järgi filtreerida", diff --git a/apps/systemtags/l10n/et_EE.json b/apps/systemtags/l10n/et_EE.json index 944aab4b75..71392b4d59 100644 --- a/apps/systemtags/l10n/et_EE.json +++ b/apps/systemtags/l10n/et_EE.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Sildid", "Update" : "Uuenda", "Create" : "Loo", "Select tag…" : "Vali silt...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (piiratud)", "%s (invisible)" : "%s (nähtamatu)", "System tags for a file have been modified" : "Süsteemi sildid sellele failile on muudetud", + "Tags" : "Sildid", "Collaborative tags" : "Koostöö sildid", "Tagged files" : "Sildistatud failid", "Select tags to filter by" : "Vali sildid, mille järgi filtreerida", diff --git a/apps/systemtags/l10n/eu.js b/apps/systemtags/l10n/eu.js index 60746be81e..c527a19935 100644 --- a/apps/systemtags/l10n/eu.js +++ b/apps/systemtags/l10n/eu.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiketak", "Tag name is empty" : "Etiketaren izena hutsik dago", "Update" : "Eguneratu", "Create" : "Sortu", @@ -34,6 +33,7 @@ OC.L10N.register( "%s (restricted)" : "%s (mugatua)", "%s (invisible)" : "%s (ikusezina)", "System tags for a file have been modified" : "Fitxategi baten sistema-etiketak aldatu egin dira", + "Tags" : "Etiketak", "Collaborative tags" : "Elkarlaneko etiketak", "Tagged files" : "Etiketatutako fitxategiak", "Select tags to filter by" : "Hautatu etiketak iragazteko", diff --git a/apps/systemtags/l10n/eu.json b/apps/systemtags/l10n/eu.json index 490c455a6b..14e27b1478 100644 --- a/apps/systemtags/l10n/eu.json +++ b/apps/systemtags/l10n/eu.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiketak", "Tag name is empty" : "Etiketaren izena hutsik dago", "Update" : "Eguneratu", "Create" : "Sortu", @@ -32,6 +31,7 @@ "%s (restricted)" : "%s (mugatua)", "%s (invisible)" : "%s (ikusezina)", "System tags for a file have been modified" : "Fitxategi baten sistema-etiketak aldatu egin dira", + "Tags" : "Etiketak", "Collaborative tags" : "Elkarlaneko etiketak", "Tagged files" : "Etiketatutako fitxategiak", "Select tags to filter by" : "Hautatu etiketak iragazteko", diff --git a/apps/systemtags/l10n/fi.js b/apps/systemtags/l10n/fi.js index b95c6f435b..6cc4ad8995 100644 --- a/apps/systemtags/l10n/fi.js +++ b/apps/systemtags/l10n/fi.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Tunnisteet", "Tag name is empty" : "Tunnisteen nimi on tyhjä", "Update" : "Päivitys", "Create" : "Luo", @@ -39,6 +38,7 @@ OC.L10N.register( "%s (restricted)" : "%s (rajoitettu)", "%s (invisible)" : "%s (näkymätön)", "System tags for a file have been modified" : "Tiedoston järjestelmätunnisteita on muokattu", + "Tags" : "Tunnisteet", "Collaborative tags" : "Yhteistyölliset tunnisteet", "Collaborative tagging functionality which shares tags among users." : "Yhteisöllistä tunnistetoiminnallisuutta, lopputuloksena tunnisteet jaetaan käyttäjien kesken.", "Tagged files" : "Tunnisteella merkityt tiedostot", diff --git a/apps/systemtags/l10n/fi.json b/apps/systemtags/l10n/fi.json index f105911ccd..91db6f3a19 100644 --- a/apps/systemtags/l10n/fi.json +++ b/apps/systemtags/l10n/fi.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Tunnisteet", "Tag name is empty" : "Tunnisteen nimi on tyhjä", "Update" : "Päivitys", "Create" : "Luo", @@ -37,6 +36,7 @@ "%s (restricted)" : "%s (rajoitettu)", "%s (invisible)" : "%s (näkymätön)", "System tags for a file have been modified" : "Tiedoston järjestelmätunnisteita on muokattu", + "Tags" : "Tunnisteet", "Collaborative tags" : "Yhteistyölliset tunnisteet", "Collaborative tagging functionality which shares tags among users." : "Yhteisöllistä tunnistetoiminnallisuutta, lopputuloksena tunnisteet jaetaan käyttäjien kesken.", "Tagged files" : "Tunnisteella merkityt tiedostot", diff --git a/apps/systemtags/l10n/fr.js b/apps/systemtags/l10n/fr.js index c3dbdfc77f..c67a1aeb86 100644 --- a/apps/systemtags/l10n/fr.js +++ b/apps/systemtags/l10n/fr.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Étiquettes", "Tag name is empty" : "Le nom de l'étiquette est vide", "Update" : "Mise à jour", "Create" : "Créer", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restreint)", "%s (invisible)" : "%s (invisible)", "System tags for a file have been modified" : "Les étiquettes collaboratives pour un fichier ont été modifiées", + "Tags" : "Étiquettes", "Collaborative tags" : "Étiquettes collaboratives ", "Collaborative tagging functionality which shares tags among users." : "Fonctionnalité de tag collaboratif qui partage les tags entre les utilisateurs.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Fonctionnalité de tag collaboratif qui partage les tags entre les utilisateurs. Génial pour les équipes.\n\t(Si vous êtes un fournisseur avec plusieurs installations, il est conseillé de désactiver cette application car sinon les tags seront partagés)", diff --git a/apps/systemtags/l10n/fr.json b/apps/systemtags/l10n/fr.json index 6e23062dca..89f68ba994 100644 --- a/apps/systemtags/l10n/fr.json +++ b/apps/systemtags/l10n/fr.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Étiquettes", "Tag name is empty" : "Le nom de l'étiquette est vide", "Update" : "Mise à jour", "Create" : "Créer", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (restreint)", "%s (invisible)" : "%s (invisible)", "System tags for a file have been modified" : "Les étiquettes collaboratives pour un fichier ont été modifiées", + "Tags" : "Étiquettes", "Collaborative tags" : "Étiquettes collaboratives ", "Collaborative tagging functionality which shares tags among users." : "Fonctionnalité de tag collaboratif qui partage les tags entre les utilisateurs.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Fonctionnalité de tag collaboratif qui partage les tags entre les utilisateurs. Génial pour les équipes.\n\t(Si vous êtes un fournisseur avec plusieurs installations, il est conseillé de désactiver cette application car sinon les tags seront partagés)", diff --git a/apps/systemtags/l10n/gl.js b/apps/systemtags/l10n/gl.js index e4a07f81f3..1b19eab151 100644 --- a/apps/systemtags/l10n/gl.js +++ b/apps/systemtags/l10n/gl.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Tag name is empty" : "O nome da etiqueta está baleiro", "Update" : "Actualizar", "Create" : "Crear", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restrinxida)", "%s (invisible)" : "%s (invisíbel)", "System tags for a file have been modified" : "Modificáronse as etiquetas de sistemas dun ficheio", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Collaborative tagging functionality which shares tags among users." : "Funcionalidade de etiquetado colaborativo que comparte as etiquetas entre usuarios.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidade de etiquetado colaborativo que comparte as etiquetas entre usuarios. Moi axeitado para equipos.\n(Se vostede é un provedor cunha instalación de varias instalacións, recoméndase desactivar esta aplicación xa que as etiquetas compártense).", diff --git a/apps/systemtags/l10n/gl.json b/apps/systemtags/l10n/gl.json index 8c91bc59de..d11efecc62 100644 --- a/apps/systemtags/l10n/gl.json +++ b/apps/systemtags/l10n/gl.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Tag name is empty" : "O nome da etiqueta está baleiro", "Update" : "Actualizar", "Create" : "Crear", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (restrinxida)", "%s (invisible)" : "%s (invisíbel)", "System tags for a file have been modified" : "Modificáronse as etiquetas de sistemas dun ficheio", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Collaborative tagging functionality which shares tags among users." : "Funcionalidade de etiquetado colaborativo que comparte as etiquetas entre usuarios.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidade de etiquetado colaborativo que comparte as etiquetas entre usuarios. Moi axeitado para equipos.\n(Se vostede é un provedor cunha instalación de varias instalacións, recoméndase desactivar esta aplicación xa que as etiquetas compártense).", diff --git a/apps/systemtags/l10n/he.js b/apps/systemtags/l10n/he.js index b32eb81c1f..4e4802af5e 100644 --- a/apps/systemtags/l10n/he.js +++ b/apps/systemtags/l10n/he.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "תגיות", "Tag name is empty" : "שם התגית ריק", "Update" : "עדכון", "Create" : "יצירה", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (מוגבל)", "%s (invisible)" : "%s (נסתר)", "System tags for a file have been modified" : "תגיות מערכת שהשתנו עבור קובץ", + "Tags" : "תגיות", "Collaborative tags" : "תגיות שיתופיות", "Collaborative tagging functionality which shares tags among users." : "תכונת תיוג שיתופים שמשתפת תגיות בין המשתמשים.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "תכונת התיוג השיתופי שמשתפת תגיות בין משתמשים. מעולה לעבודת צוות.\n\t(אם בבעלותך התקנה עם מגוון מערכות נפרדות, מוטב להשבית את היישומון הזה כיוון שהתגיות משותפות.)", diff --git a/apps/systemtags/l10n/he.json b/apps/systemtags/l10n/he.json index fa1d21325b..86d6e55e2f 100644 --- a/apps/systemtags/l10n/he.json +++ b/apps/systemtags/l10n/he.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "תגיות", "Tag name is empty" : "שם התגית ריק", "Update" : "עדכון", "Create" : "יצירה", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (מוגבל)", "%s (invisible)" : "%s (נסתר)", "System tags for a file have been modified" : "תגיות מערכת שהשתנו עבור קובץ", + "Tags" : "תגיות", "Collaborative tags" : "תגיות שיתופיות", "Collaborative tagging functionality which shares tags among users." : "תכונת תיוג שיתופים שמשתפת תגיות בין המשתמשים.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "תכונת התיוג השיתופי שמשתפת תגיות בין משתמשים. מעולה לעבודת צוות.\n\t(אם בבעלותך התקנה עם מגוון מערכות נפרדות, מוטב להשבית את היישומון הזה כיוון שהתגיות משותפות.)", diff --git a/apps/systemtags/l10n/hr.js b/apps/systemtags/l10n/hr.js index c4dd0aa604..f64cd05ba6 100644 --- a/apps/systemtags/l10n/hr.js +++ b/apps/systemtags/l10n/hr.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Oznake", "Tag name is empty" : "Nema naziva oznake", "Update" : "Ažuriraj", "Create" : "Stvori", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (ograničeno)", "%s (invisible)" : "%s (nevidljivo)", "System tags for a file have been modified" : "Oznake sustava za datoteku su izmijenjene", + "Tags" : "Oznake", "Collaborative tags" : "Oznake za suradnju", "Collaborative tagging functionality which shares tags among users." : "Funkcija kolaborativnog označavanja dijeli oznake među korisnicima.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkcija kolaborativnog označavanja dijeli oznake među korisnicima. Izvrsna ideja za timove.\n\t(Ako ste davatelj usluga s instalacijom za više stanara, deaktivirajte ovu aplikaciju jer se dijele oznake.)", diff --git a/apps/systemtags/l10n/hr.json b/apps/systemtags/l10n/hr.json index 12cb0d3ae9..16d08d91b8 100644 --- a/apps/systemtags/l10n/hr.json +++ b/apps/systemtags/l10n/hr.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Oznake", "Tag name is empty" : "Nema naziva oznake", "Update" : "Ažuriraj", "Create" : "Stvori", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (ograničeno)", "%s (invisible)" : "%s (nevidljivo)", "System tags for a file have been modified" : "Oznake sustava za datoteku su izmijenjene", + "Tags" : "Oznake", "Collaborative tags" : "Oznake za suradnju", "Collaborative tagging functionality which shares tags among users." : "Funkcija kolaborativnog označavanja dijeli oznake među korisnicima.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkcija kolaborativnog označavanja dijeli oznake među korisnicima. Izvrsna ideja za timove.\n\t(Ako ste davatelj usluga s instalacijom za više stanara, deaktivirajte ovu aplikaciju jer se dijele oznake.)", diff --git a/apps/systemtags/l10n/hu.js b/apps/systemtags/l10n/hu.js index 87041934ad..e598cd6564 100644 --- a/apps/systemtags/l10n/hu.js +++ b/apps/systemtags/l10n/hu.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Címkék", "Update" : "Frissítés", "Create" : "Létrehozás", "Select tag…" : "Címke választás...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (korlátozott)", "%s (invisible)" : "%s (láthatatlan)", "System tags for a file have been modified" : "A fájl rendszer címkéje módosítva lett", + "Tags" : "Címkék", "Collaborative tags" : "Együttműködési címkék", "Tagged files" : "Címkézett fájlok", "Select tags to filter by" : "Kiválasztott címkék a szűrő által:", diff --git a/apps/systemtags/l10n/hu.json b/apps/systemtags/l10n/hu.json index af3d78b636..9ad808a90d 100644 --- a/apps/systemtags/l10n/hu.json +++ b/apps/systemtags/l10n/hu.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Címkék", "Update" : "Frissítés", "Create" : "Létrehozás", "Select tag…" : "Címke választás...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (korlátozott)", "%s (invisible)" : "%s (láthatatlan)", "System tags for a file have been modified" : "A fájl rendszer címkéje módosítva lett", + "Tags" : "Címkék", "Collaborative tags" : "Együttműködési címkék", "Tagged files" : "Címkézett fájlok", "Select tags to filter by" : "Kiválasztott címkék a szűrő által:", diff --git a/apps/systemtags/l10n/ia.js b/apps/systemtags/l10n/ia.js index 44a268a355..c6863ec5f3 100644 --- a/apps/systemtags/l10n/ia.js +++ b/apps/systemtags/l10n/ia.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquettas", "Update" : "Actualisation", "Create" : "Crear", "Select tag…" : "Selectionar etiquetta...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restringite)", "%s (invisible)" : "%s (invisibile)", "System tags for a file have been modified" : "Le etiquettas de systema de un file esseva modificate", + "Tags" : "Etiquettas", "Collaborative tags" : "Etiquettas collaborative", "Tagged files" : "Files etiquettate", "Select tags to filter by" : "Selectionar etiquettas a filtrar per", diff --git a/apps/systemtags/l10n/ia.json b/apps/systemtags/l10n/ia.json index 5a503699f9..f653213d1f 100644 --- a/apps/systemtags/l10n/ia.json +++ b/apps/systemtags/l10n/ia.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquettas", "Update" : "Actualisation", "Create" : "Crear", "Select tag…" : "Selectionar etiquetta...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (restringite)", "%s (invisible)" : "%s (invisibile)", "System tags for a file have been modified" : "Le etiquettas de systema de un file esseva modificate", + "Tags" : "Etiquettas", "Collaborative tags" : "Etiquettas collaborative", "Tagged files" : "Files etiquettate", "Select tags to filter by" : "Selectionar etiquettas a filtrar per", diff --git a/apps/systemtags/l10n/is.js b/apps/systemtags/l10n/is.js index b3711b4fb8..de28c68bb7 100644 --- a/apps/systemtags/l10n/is.js +++ b/apps/systemtags/l10n/is.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Merki", "Tag name is empty" : "Nafn merkis vantar", "Update" : "Uppfæra", "Create" : "Búa til", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (takmarkaður aðgangur)", "%s (invisible)" : "%s (ósýnilegt)", "System tags for a file have been modified" : "Kerfismerkjum á skrá hefur verið breytt", + "Tags" : "Merki", "Collaborative tags" : "Samstarfsmerkingar", "Collaborative tagging functionality which shares tags among users." : "Samstarfsmerkingareiginleiki sem deilir merkjum á milli notenda.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Samstarfsmerkingareiginleiki sem deilir merkjum á milli notenda. Frábært fyrir hópvinnu.\n\t(Ef þú ert þjónustuaðili með margar uppsetningar á sömu þjónum, þá er ráðlagt að gera þetta óvirkt því merkin eru sameiginleg.)", diff --git a/apps/systemtags/l10n/is.json b/apps/systemtags/l10n/is.json index 2500414bc1..a801711e03 100644 --- a/apps/systemtags/l10n/is.json +++ b/apps/systemtags/l10n/is.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Merki", "Tag name is empty" : "Nafn merkis vantar", "Update" : "Uppfæra", "Create" : "Búa til", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (takmarkaður aðgangur)", "%s (invisible)" : "%s (ósýnilegt)", "System tags for a file have been modified" : "Kerfismerkjum á skrá hefur verið breytt", + "Tags" : "Merki", "Collaborative tags" : "Samstarfsmerkingar", "Collaborative tagging functionality which shares tags among users." : "Samstarfsmerkingareiginleiki sem deilir merkjum á milli notenda.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Samstarfsmerkingareiginleiki sem deilir merkjum á milli notenda. Frábært fyrir hópvinnu.\n\t(Ef þú ert þjónustuaðili með margar uppsetningar á sömu þjónum, þá er ráðlagt að gera þetta óvirkt því merkin eru sameiginleg.)", diff --git a/apps/systemtags/l10n/it.js b/apps/systemtags/l10n/it.js index ba7bb8ea38..0dcd76b3d9 100644 --- a/apps/systemtags/l10n/it.js +++ b/apps/systemtags/l10n/it.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etichette", "Tag name is empty" : "Il nome dell'etichetta è vuoto", "Update" : "Aggiorna", "Create" : "Crea", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (limitato)", "%s (invisible)" : "%s (invisibile)", "System tags for a file have been modified" : "Le etichette di sistema per un file sono state modificate", + "Tags" : "Etichette", "Collaborative tags" : "Etichette collaborative", "Collaborative tagging functionality which shares tags among users." : "Funzionalità di etichettatura collaborativa che condivide le etichette tra gli utenti.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funzionalità di etichettatura collaborativa che condivide le etichette tra gli utenti. Ottima per le squadre.\n\t(Se sei un fornitore con un'installazione multi-tenant, ti consigliamo di disattivare questa applicazione poiché le etichette sono condivise.)", diff --git a/apps/systemtags/l10n/it.json b/apps/systemtags/l10n/it.json index 728b2cf79d..4795a03b5e 100644 --- a/apps/systemtags/l10n/it.json +++ b/apps/systemtags/l10n/it.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etichette", "Tag name is empty" : "Il nome dell'etichetta è vuoto", "Update" : "Aggiorna", "Create" : "Crea", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (limitato)", "%s (invisible)" : "%s (invisibile)", "System tags for a file have been modified" : "Le etichette di sistema per un file sono state modificate", + "Tags" : "Etichette", "Collaborative tags" : "Etichette collaborative", "Collaborative tagging functionality which shares tags among users." : "Funzionalità di etichettatura collaborativa che condivide le etichette tra gli utenti.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funzionalità di etichettatura collaborativa che condivide le etichette tra gli utenti. Ottima per le squadre.\n\t(Se sei un fornitore con un'installazione multi-tenant, ti consigliamo di disattivare questa applicazione poiché le etichette sono condivise.)", diff --git a/apps/systemtags/l10n/ja.js b/apps/systemtags/l10n/ja.js index 23fb626666..e56bfeeeb2 100644 --- a/apps/systemtags/l10n/ja.js +++ b/apps/systemtags/l10n/ja.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "タグ", "Tag name is empty" : "タグ名が空です", "Update" : "更新", "Create" : "作成", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (制限)", "%s (invisible)" : "%s (不可視)", "System tags for a file have been modified" : "ファイルのタグが変更されたとき", + "Tags" : "タグ", "Collaborative tags" : "コラボタグ", "Collaborative tagging functionality which shares tags among users." : "ユーザー間でタグを共有するコラボレーティブタグ機能。", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "ユーザー間でタグを共有する共同タグ機能。 チームに最適です。\n(マルチテナンシーインストールのプロバイダーの場合は、タグが共有されているため、このアプリを非アクティブ化することをお勧めします。)", diff --git a/apps/systemtags/l10n/ja.json b/apps/systemtags/l10n/ja.json index fc26d2a5e2..804f8e5e99 100644 --- a/apps/systemtags/l10n/ja.json +++ b/apps/systemtags/l10n/ja.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "タグ", "Tag name is empty" : "タグ名が空です", "Update" : "更新", "Create" : "作成", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (制限)", "%s (invisible)" : "%s (不可視)", "System tags for a file have been modified" : "ファイルのタグが変更されたとき", + "Tags" : "タグ", "Collaborative tags" : "コラボタグ", "Collaborative tagging functionality which shares tags among users." : "ユーザー間でタグを共有するコラボレーティブタグ機能。", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "ユーザー間でタグを共有する共同タグ機能。 チームに最適です。\n(マルチテナンシーインストールのプロバイダーの場合は、タグが共有されているため、このアプリを非アクティブ化することをお勧めします。)", diff --git a/apps/systemtags/l10n/ka_GE.js b/apps/systemtags/l10n/ka_GE.js index 0d1341ed33..f5a4d2e0ab 100644 --- a/apps/systemtags/l10n/ka_GE.js +++ b/apps/systemtags/l10n/ka_GE.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "ტეგები", "Update" : "განახლება", "Create" : "შექმნა", "Select tag…" : "ტეგის არჩევა…", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (აკრძალული)", "%s (invisible)" : "%s (უჩინარი)", "System tags for a file have been modified" : "სისტემური ტეგები ფაილისთვის შეიცვალა", + "Tags" : "ტეგები", "Collaborative tags" : "თანამშრომლობის ტეგები", "Tagged files" : "დატაგული ფაილები", "Select tags to filter by" : "ფილტრაციისთვის აირჩიეთ ტეგები", diff --git a/apps/systemtags/l10n/ka_GE.json b/apps/systemtags/l10n/ka_GE.json index ad2174a187..787d688ca3 100644 --- a/apps/systemtags/l10n/ka_GE.json +++ b/apps/systemtags/l10n/ka_GE.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "ტეგები", "Update" : "განახლება", "Create" : "შექმნა", "Select tag…" : "ტეგის არჩევა…", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (აკრძალული)", "%s (invisible)" : "%s (უჩინარი)", "System tags for a file have been modified" : "სისტემური ტეგები ფაილისთვის შეიცვალა", + "Tags" : "ტეგები", "Collaborative tags" : "თანამშრომლობის ტეგები", "Tagged files" : "დატაგული ფაილები", "Select tags to filter by" : "ფილტრაციისთვის აირჩიეთ ტეგები", diff --git a/apps/systemtags/l10n/ko.js b/apps/systemtags/l10n/ko.js index 5426e2843e..4b3da5c836 100644 --- a/apps/systemtags/l10n/ko.js +++ b/apps/systemtags/l10n/ko.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "태그", "Update" : "업데이트", "Create" : "만들기", "Select tag…" : "태그 선택…", @@ -42,6 +41,7 @@ OC.L10N.register( "%s (restricted)" : "%s(제한됨)", "%s (invisible)" : "%s(숨겨짐)", "System tags for a file have been modified" : "파일의 시스템 태그가 수정됨", + "Tags" : "태그", "Collaborative tags" : "협업 태그", "Collaborative tagging functionality which shares tags among users." : "사용자간 태그를 공유하는 협업 태그 기능입니다.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "사용자간 태그를 공유하는 협업 태그 기능입니다. 팀에 유용합니다.\n\t(여러 사람이 공유하도록 시스템을 설치한 공급자라면 태그가 공유되기 때문에 이 앱을 비활성화하는 것을 추천합니다.)", diff --git a/apps/systemtags/l10n/ko.json b/apps/systemtags/l10n/ko.json index 8d83c2dfc3..a6b57bb9c2 100644 --- a/apps/systemtags/l10n/ko.json +++ b/apps/systemtags/l10n/ko.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "태그", "Update" : "업데이트", "Create" : "만들기", "Select tag…" : "태그 선택…", @@ -40,6 +39,7 @@ "%s (restricted)" : "%s(제한됨)", "%s (invisible)" : "%s(숨겨짐)", "System tags for a file have been modified" : "파일의 시스템 태그가 수정됨", + "Tags" : "태그", "Collaborative tags" : "협업 태그", "Collaborative tagging functionality which shares tags among users." : "사용자간 태그를 공유하는 협업 태그 기능입니다.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "사용자간 태그를 공유하는 협업 태그 기능입니다. 팀에 유용합니다.\n\t(여러 사람이 공유하도록 시스템을 설치한 공급자라면 태그가 공유되기 때문에 이 앱을 비활성화하는 것을 추천합니다.)", diff --git a/apps/systemtags/l10n/lt_LT.js b/apps/systemtags/l10n/lt_LT.js index 77461b516c..3f9b3b12b6 100644 --- a/apps/systemtags/l10n/lt_LT.js +++ b/apps/systemtags/l10n/lt_LT.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Žymės", "Update" : "Atnaujinti", "Create" : "Sukurti", "Select tag…" : "Pasirinkti žymę...", @@ -38,6 +37,7 @@ OC.L10N.register( "%s (restricted)" : "%s (apribotas)", "%s (invisible)" : "%s (nematomas)", "System tags for a file have been modified" : "Modifikuotos failo sistemos žymės", + "Tags" : "Žymės", "Collaborative tags" : "Bendradarbiavimo žymės", "Tagged files" : "Pažymėti failai", "Select tags to filter by" : "Pasirinkite žymes, pagal kurias filtruoti", diff --git a/apps/systemtags/l10n/lt_LT.json b/apps/systemtags/l10n/lt_LT.json index 351c6f368c..49e36b95ae 100644 --- a/apps/systemtags/l10n/lt_LT.json +++ b/apps/systemtags/l10n/lt_LT.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Žymės", "Update" : "Atnaujinti", "Create" : "Sukurti", "Select tag…" : "Pasirinkti žymę...", @@ -36,6 +35,7 @@ "%s (restricted)" : "%s (apribotas)", "%s (invisible)" : "%s (nematomas)", "System tags for a file have been modified" : "Modifikuotos failo sistemos žymės", + "Tags" : "Žymės", "Collaborative tags" : "Bendradarbiavimo žymės", "Tagged files" : "Pažymėti failai", "Select tags to filter by" : "Pasirinkite žymes, pagal kurias filtruoti", diff --git a/apps/systemtags/l10n/lv.js b/apps/systemtags/l10n/lv.js index 4eb3e34a54..38c608e168 100644 --- a/apps/systemtags/l10n/lv.js +++ b/apps/systemtags/l10n/lv.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Birkas", "Update" : "Atjaunināt", "Create" : "Izveidot", "Select tag…" : "Izvēlieties birku...", @@ -37,6 +36,7 @@ OC.L10N.register( "%s (restricted)" : "%s (ierobežots)", "%s (invisible)" : "%s (neredzams)", "System tags for a file have been modified" : "Sistēmas birkas datnei tikušas mainītas", + "Tags" : "Birkas", "Collaborative tags" : "Sadarbības birkas", "Tagged files" : "Atzīmētās datnes", "Select tags to filter by" : "Izvēlieties birkas, pēc kurām filtrēt", diff --git a/apps/systemtags/l10n/lv.json b/apps/systemtags/l10n/lv.json index c4adf6833f..9ecb36eab1 100644 --- a/apps/systemtags/l10n/lv.json +++ b/apps/systemtags/l10n/lv.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Birkas", "Update" : "Atjaunināt", "Create" : "Izveidot", "Select tag…" : "Izvēlieties birku...", @@ -35,6 +34,7 @@ "%s (restricted)" : "%s (ierobežots)", "%s (invisible)" : "%s (neredzams)", "System tags for a file have been modified" : "Sistēmas birkas datnei tikušas mainītas", + "Tags" : "Birkas", "Collaborative tags" : "Sadarbības birkas", "Tagged files" : "Atzīmētās datnes", "Select tags to filter by" : "Izvēlieties birkas, pēc kurām filtrēt", diff --git a/apps/systemtags/l10n/mk.js b/apps/systemtags/l10n/mk.js index 8ad0b5ef36..1054129e9f 100644 --- a/apps/systemtags/l10n/mk.js +++ b/apps/systemtags/l10n/mk.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Ознаки", "Tag name is empty" : "Името на ознаката е празна", "Update" : "Ажурирај", "Create" : "Креирај", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (ограничена)", "%s (invisible)" : "%s (невидлива)", "System tags for a file have been modified" : "Изменета е Системска ознака за датотека", + "Tags" : "Ознаки", "Collaborative tags" : "Колаборативна ознака", "Collaborative tagging functionality which shares tags among users." : "Колаборативна ознака е можност да се споделуваат ознаките со корисниците.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Колаборативна ознака е можност да се споделуваат ознаките со корисниците. Одлично за тимско работење.\n\t(Доколку користите провајдер со инсталирани повеќе инстанци, се препорачува да се оневозможи оваа апликацика бидејќи ознаките ќе бидат споделени.)", diff --git a/apps/systemtags/l10n/mk.json b/apps/systemtags/l10n/mk.json index be25e6d6e6..4153704212 100644 --- a/apps/systemtags/l10n/mk.json +++ b/apps/systemtags/l10n/mk.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Ознаки", "Tag name is empty" : "Името на ознаката е празна", "Update" : "Ажурирај", "Create" : "Креирај", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (ограничена)", "%s (invisible)" : "%s (невидлива)", "System tags for a file have been modified" : "Изменета е Системска ознака за датотека", + "Tags" : "Ознаки", "Collaborative tags" : "Колаборативна ознака", "Collaborative tagging functionality which shares tags among users." : "Колаборативна ознака е можност да се споделуваат ознаките со корисниците.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Колаборативна ознака е можност да се споделуваат ознаките со корисниците. Одлично за тимско работење.\n\t(Доколку користите провајдер со инсталирани повеќе инстанци, се препорачува да се оневозможи оваа апликацика бидејќи ознаките ќе бидат споделени.)", diff --git a/apps/systemtags/l10n/nb.js b/apps/systemtags/l10n/nb.js index 79ef7e0b10..15323669e5 100644 --- a/apps/systemtags/l10n/nb.js +++ b/apps/systemtags/l10n/nb.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Merkelapper", "Update" : "Oppdater", "Create" : "Opprett", "Select tag…" : "Velg merkelapp…", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (begrenset)", "%s (invisible)" : "%s (usynlig)", "System tags for a file have been modified" : "Endringer av en fils System-merkelapper", + "Tags" : "Merkelapper", "Collaborative tags" : "Samarbeidsmerkelapper", "Tagged files" : "Filer med merkelapper", "Select tags to filter by" : "Velg merkelapper å filtrere etter", diff --git a/apps/systemtags/l10n/nb.json b/apps/systemtags/l10n/nb.json index 4f1b4a1faf..e8e398240b 100644 --- a/apps/systemtags/l10n/nb.json +++ b/apps/systemtags/l10n/nb.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Merkelapper", "Update" : "Oppdater", "Create" : "Opprett", "Select tag…" : "Velg merkelapp…", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (begrenset)", "%s (invisible)" : "%s (usynlig)", "System tags for a file have been modified" : "Endringer av en fils System-merkelapper", + "Tags" : "Merkelapper", "Collaborative tags" : "Samarbeidsmerkelapper", "Tagged files" : "Filer med merkelapper", "Select tags to filter by" : "Velg merkelapper å filtrere etter", diff --git a/apps/systemtags/l10n/nl.js b/apps/systemtags/l10n/nl.js index 6d9fd72180..1eb79383c4 100644 --- a/apps/systemtags/l10n/nl.js +++ b/apps/systemtags/l10n/nl.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Markering", "Tag name is empty" : "Markeringsnaam is niet ingevuld", "Update" : "Update", "Create" : "Opslaan", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (beperkt)", "%s (invisible)" : "%s (onzichtbaar)", "System tags for a file have been modified" : "Systeemmarkeringen voor een bestand zijn gewijzigd", + "Tags" : "Markering", "Collaborative tags" : "Systeemtags", "Collaborative tagging functionality which shares tags among users." : "Samenwerkings tagfunctionaliteit, waardoor je tags kunt delen onder gebruikers.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Samenwerkings tagfunctionaliteit, waardoor je tags kunt delen onder gebruikers. Perfect voor teams\n(als je een provider met een multi-tenancy installatie bent, adviseren we om deze app uit te schakelen omdat tags worden gedeeld.)", diff --git a/apps/systemtags/l10n/nl.json b/apps/systemtags/l10n/nl.json index c9c7b629a7..24f0db45b7 100644 --- a/apps/systemtags/l10n/nl.json +++ b/apps/systemtags/l10n/nl.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Markering", "Tag name is empty" : "Markeringsnaam is niet ingevuld", "Update" : "Update", "Create" : "Opslaan", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (beperkt)", "%s (invisible)" : "%s (onzichtbaar)", "System tags for a file have been modified" : "Systeemmarkeringen voor een bestand zijn gewijzigd", + "Tags" : "Markering", "Collaborative tags" : "Systeemtags", "Collaborative tagging functionality which shares tags among users." : "Samenwerkings tagfunctionaliteit, waardoor je tags kunt delen onder gebruikers.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Samenwerkings tagfunctionaliteit, waardoor je tags kunt delen onder gebruikers. Perfect voor teams\n(als je een provider met een multi-tenancy installatie bent, adviseren we om deze app uit te schakelen omdat tags worden gedeeld.)", diff --git a/apps/systemtags/l10n/pl.js b/apps/systemtags/l10n/pl.js index 35cb8704bb..9aca693546 100644 --- a/apps/systemtags/l10n/pl.js +++ b/apps/systemtags/l10n/pl.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etykiety", "Tag name is empty" : "Nazwa etykiety jest pusta", "Update" : "Uaktualnij", "Create" : "Utwórz", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (ograniczony)", "%s (invisible)" : "%s (niewidoczny)", "System tags for a file have been modified" : "Etykieta systemowa dla pliku została zmieniona", + "Tags" : "Etykiety", "Collaborative tags" : "Wspólne etykiety", "Collaborative tagging functionality which shares tags among users." : "Wspólna funkcja tagowania, która udostępnia etykiety użytkownikom.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Wspólna funkcja tagowania, która udostępnia etykiety użytkownikom. Idealne dla zespołów.\n\t(Jeśli jesteś dostawcą instalacji dla wielu odbiorców, zaleca się dezaktywację tej aplikacji, ponieważ etykiety są udostępniane.)", diff --git a/apps/systemtags/l10n/pl.json b/apps/systemtags/l10n/pl.json index 8b999076d7..e923265483 100644 --- a/apps/systemtags/l10n/pl.json +++ b/apps/systemtags/l10n/pl.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etykiety", "Tag name is empty" : "Nazwa etykiety jest pusta", "Update" : "Uaktualnij", "Create" : "Utwórz", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (ograniczony)", "%s (invisible)" : "%s (niewidoczny)", "System tags for a file have been modified" : "Etykieta systemowa dla pliku została zmieniona", + "Tags" : "Etykiety", "Collaborative tags" : "Wspólne etykiety", "Collaborative tagging functionality which shares tags among users." : "Wspólna funkcja tagowania, która udostępnia etykiety użytkownikom.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Wspólna funkcja tagowania, która udostępnia etykiety użytkownikom. Idealne dla zespołów.\n\t(Jeśli jesteś dostawcą instalacji dla wielu odbiorców, zaleca się dezaktywację tej aplikacji, ponieważ etykiety są udostępniane.)", diff --git a/apps/systemtags/l10n/pt_BR.js b/apps/systemtags/l10n/pt_BR.js index a3f23363ab..7ed814e157 100644 --- a/apps/systemtags/l10n/pt_BR.js +++ b/apps/systemtags/l10n/pt_BR.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiquetas", "Tag name is empty" : "O nome do rótulo está vazio", "Update" : "Atualizar", "Create" : "Criar", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (restrito)", "%s (invisible)" : "%s (invisível)", "System tags for a file have been modified" : "As etiquetas de sistema para um arquivo foram modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Collaborative tagging functionality which shares tags among users." : "Funcionalidade de marcação colaborativa que compartilha rótulos entre usuários.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidade de marcação colaborativa que compartilha rótulos entre usuários. Ótimo para equipes.\n\t(Se você for um provedor de uma instalação de multilocação, é aconselhável desativar isso, pois os rótulos são compartilhados.)", diff --git a/apps/systemtags/l10n/pt_BR.json b/apps/systemtags/l10n/pt_BR.json index 1cea1b0ed9..8dc226e6cf 100644 --- a/apps/systemtags/l10n/pt_BR.json +++ b/apps/systemtags/l10n/pt_BR.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiquetas", "Tag name is empty" : "O nome do rótulo está vazio", "Update" : "Atualizar", "Create" : "Criar", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (restrito)", "%s (invisible)" : "%s (invisível)", "System tags for a file have been modified" : "As etiquetas de sistema para um arquivo foram modificadas", + "Tags" : "Etiquetas", "Collaborative tags" : "Etiquetas colaborativas", "Collaborative tagging functionality which shares tags among users." : "Funcionalidade de marcação colaborativa que compartilha rótulos entre usuários.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidade de marcação colaborativa que compartilha rótulos entre usuários. Ótimo para equipes.\n\t(Se você for um provedor de uma instalação de multilocação, é aconselhável desativar isso, pois os rótulos são compartilhados.)", diff --git a/apps/systemtags/l10n/ru.js b/apps/systemtags/l10n/ru.js index 79c14bb362..efaaf40bb5 100644 --- a/apps/systemtags/l10n/ru.js +++ b/apps/systemtags/l10n/ru.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Метки", "Tag name is empty" : "Имя метки пусто", "Update" : "Обновить", "Create" : "Создать", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (ограниченная)", "%s (invisible)" : "%s (невидимая)", "System tags for a file have been modified" : "Системные метки файла были изменены", + "Tags" : "Метки", "Collaborative tags" : "Метки совместной работы", "Collaborative tagging functionality which shares tags among users." : "Совместная работа с метками файлов.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Совместная работа с метками файлов, предназначенная для групп пользователей. (Провайдерам с большим количеством клиентов рекомендуется отключить это приложение, так как метки являются общими).", diff --git a/apps/systemtags/l10n/ru.json b/apps/systemtags/l10n/ru.json index efb13a6d4e..57129f330e 100644 --- a/apps/systemtags/l10n/ru.json +++ b/apps/systemtags/l10n/ru.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Метки", "Tag name is empty" : "Имя метки пусто", "Update" : "Обновить", "Create" : "Создать", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (ограниченная)", "%s (invisible)" : "%s (невидимая)", "System tags for a file have been modified" : "Системные метки файла были изменены", + "Tags" : "Метки", "Collaborative tags" : "Метки совместной работы", "Collaborative tagging functionality which shares tags among users." : "Совместная работа с метками файлов.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Совместная работа с метками файлов, предназначенная для групп пользователей. (Провайдерам с большим количеством клиентов рекомендуется отключить это приложение, так как метки являются общими).", diff --git a/apps/systemtags/l10n/sk.js b/apps/systemtags/l10n/sk.js index 1982fc0e91..41b49a168a 100644 --- a/apps/systemtags/l10n/sk.js +++ b/apps/systemtags/l10n/sk.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Štítky", "Tag name is empty" : "Názov štítku je prázdny", "Update" : "Aktualizovať", "Create" : "Vytvoriť", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (obmedzené)", "%s (invisible)" : "%s (neviditeľné)", "System tags for a file have been modified" : "Systémové štítky súboru boli upravené", + "Tags" : "Štítky", "Collaborative tags" : "Značky pre spoluprácu", "Collaborative tagging functionality which shares tags among users." : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi. Skvelé pre tímy.\n\t (Ak ste poskytovateľom inštalácie pre viacero subjektov, odporúča sa túto aplikáciu deaktivovať, pretože štítky sú zdieľané.)", diff --git a/apps/systemtags/l10n/sk.json b/apps/systemtags/l10n/sk.json index 4cf928a373..c53843f68b 100644 --- a/apps/systemtags/l10n/sk.json +++ b/apps/systemtags/l10n/sk.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Štítky", "Tag name is empty" : "Názov štítku je prázdny", "Update" : "Aktualizovať", "Create" : "Vytvoriť", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (obmedzené)", "%s (invisible)" : "%s (neviditeľné)", "System tags for a file have been modified" : "Systémové štítky súboru boli upravené", + "Tags" : "Štítky", "Collaborative tags" : "Značky pre spoluprácu", "Collaborative tagging functionality which shares tags among users." : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi. Skvelé pre tímy.\n\t (Ak ste poskytovateľom inštalácie pre viacero subjektov, odporúča sa túto aplikáciu deaktivovať, pretože štítky sú zdieľané.)", diff --git a/apps/systemtags/l10n/sl.js b/apps/systemtags/l10n/sl.js index e936f6a96f..efa8e7c846 100644 --- a/apps/systemtags/l10n/sl.js +++ b/apps/systemtags/l10n/sl.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Oznake", "Update" : "Posodobi", "Create" : "Ustvari", "Select tag…" : "Izbor oznake ...", @@ -20,6 +19,7 @@ OC.L10N.register( "%s (restricted)" : "%s (omejeno)", "%s (invisible)" : "%s (nevidno)", "System tags for a file have been modified" : "Sistemske oznake datoteke so bile spremenjene", + "Tags" : "Oznake", "Collaborative tags" : "Sodelovalne oznake", "Collaborative tagging functionality which shares tags among users." : "Možnost dodajanja sodelovalnih oznak za souporabo med uporabniki.", "Tagged files" : "Označene datoteke", diff --git a/apps/systemtags/l10n/sl.json b/apps/systemtags/l10n/sl.json index de706c38bf..f7df4494f2 100644 --- a/apps/systemtags/l10n/sl.json +++ b/apps/systemtags/l10n/sl.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Oznake", "Update" : "Posodobi", "Create" : "Ustvari", "Select tag…" : "Izbor oznake ...", @@ -18,6 +17,7 @@ "%s (restricted)" : "%s (omejeno)", "%s (invisible)" : "%s (nevidno)", "System tags for a file have been modified" : "Sistemske oznake datoteke so bile spremenjene", + "Tags" : "Oznake", "Collaborative tags" : "Sodelovalne oznake", "Collaborative tagging functionality which shares tags among users." : "Možnost dodajanja sodelovalnih oznak za souporabo med uporabniki.", "Tagged files" : "Označene datoteke", diff --git a/apps/systemtags/l10n/sq.js b/apps/systemtags/l10n/sq.js index 0bcbcfb901..a00bbc4b43 100644 --- a/apps/systemtags/l10n/sq.js +++ b/apps/systemtags/l10n/sq.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiketa", "Update" : "Përditëso", "Create" : "Krijo", "Select tag…" : "Përzgjidh etiketën...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (e kufizuar)", "%s (invisible)" : "%s (e padukshme)", "System tags for a file have been modified" : "U ndryshyan etiketa sistemipër një kartelë", + "Tags" : "Etiketa", "Collaborative tags" : "Etiketa bashkëpunuese", "Tagged files" : "Kartela të etiketuara", "Select tags to filter by" : "Përzgjidhni etiketa sipas të cilat të bëhet filtrimi", diff --git a/apps/systemtags/l10n/sq.json b/apps/systemtags/l10n/sq.json index 88da208a41..82056f1912 100644 --- a/apps/systemtags/l10n/sq.json +++ b/apps/systemtags/l10n/sq.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiketa", "Update" : "Përditëso", "Create" : "Krijo", "Select tag…" : "Përzgjidh etiketën...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (e kufizuar)", "%s (invisible)" : "%s (e padukshme)", "System tags for a file have been modified" : "U ndryshyan etiketa sistemipër një kartelë", + "Tags" : "Etiketa", "Collaborative tags" : "Etiketa bashkëpunuese", "Tagged files" : "Kartela të etiketuara", "Select tags to filter by" : "Përzgjidhni etiketa sipas të cilat të bëhet filtrimi", diff --git a/apps/systemtags/l10n/sr.js b/apps/systemtags/l10n/sr.js index 831114c389..a7183171bb 100644 --- a/apps/systemtags/l10n/sr.js +++ b/apps/systemtags/l10n/sr.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Ознаке", "Tag name is empty" : "Име ознаке је празно", "Update" : "Ажурирај", "Create" : "Направи", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (ограничена)", "%s (invisible)" : "%s (невидљива)", "System tags for a file have been modified" : "Системске ознаке за фајл су измењене", + "Tags" : "Ознаке", "Collaborative tags" : "Тимске ознаке", "Collaborative tagging functionality which shares tags among users." : "Могућност заједничког означавања којим се деле ознаке међу корисницима.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Могућност заједничког означавања којим се деле ознаке међу корисницима. Сјајно за тимове.\n\t(ако сте провајдер инсталације за одвојене кориснике/предузећа, саветује се да иксључите ову апликацију пошто су ознаке дељене.)", diff --git a/apps/systemtags/l10n/sr.json b/apps/systemtags/l10n/sr.json index 04eff74df1..d1e7235302 100644 --- a/apps/systemtags/l10n/sr.json +++ b/apps/systemtags/l10n/sr.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Ознаке", "Tag name is empty" : "Име ознаке је празно", "Update" : "Ажурирај", "Create" : "Направи", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (ограничена)", "%s (invisible)" : "%s (невидљива)", "System tags for a file have been modified" : "Системске ознаке за фајл су измењене", + "Tags" : "Ознаке", "Collaborative tags" : "Тимске ознаке", "Collaborative tagging functionality which shares tags among users." : "Могућност заједничког означавања којим се деле ознаке међу корисницима.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Могућност заједничког означавања којим се деле ознаке међу корисницима. Сјајно за тимове.\n\t(ако сте провајдер инсталације за одвојене кориснике/предузећа, саветује се да иксључите ову апликацију пошто су ознаке дељене.)", diff --git a/apps/systemtags/l10n/sv.js b/apps/systemtags/l10n/sv.js index 57e1b2da31..219a0f732a 100644 --- a/apps/systemtags/l10n/sv.js +++ b/apps/systemtags/l10n/sv.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Taggar", "Tag name is empty" : "Taggens namn är tomt", "Update" : "Uppdatera", "Create" : "Skapa", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (begränsad)", "%s (invisible)" : "%s (osynlig)", "System tags for a file have been modified" : "Systemtaggar för en fil har blivit ändrade", + "Tags" : "Taggar", "Collaborative tags" : "Samverkande taggar", "Collaborative tagging functionality which shares tags among users." : "Samarbetande tagg-funktionalitet som delar taggar bland användare.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Samarbetande tagg-funktionalitet som delar taggar bland användare. Utmärkt för arbetsgrupper.\n\t(Om du är en leverantör med flera kunder, rekommenderas att deaktivera den här appen eftersom taggar delas.)", diff --git a/apps/systemtags/l10n/sv.json b/apps/systemtags/l10n/sv.json index 3810d379bb..f89a8e75eb 100644 --- a/apps/systemtags/l10n/sv.json +++ b/apps/systemtags/l10n/sv.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Taggar", "Tag name is empty" : "Taggens namn är tomt", "Update" : "Uppdatera", "Create" : "Skapa", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (begränsad)", "%s (invisible)" : "%s (osynlig)", "System tags for a file have been modified" : "Systemtaggar för en fil har blivit ändrade", + "Tags" : "Taggar", "Collaborative tags" : "Samverkande taggar", "Collaborative tagging functionality which shares tags among users." : "Samarbetande tagg-funktionalitet som delar taggar bland användare.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Samarbetande tagg-funktionalitet som delar taggar bland användare. Utmärkt för arbetsgrupper.\n\t(Om du är en leverantör med flera kunder, rekommenderas att deaktivera den här appen eftersom taggar delas.)", diff --git a/apps/systemtags/l10n/tr.js b/apps/systemtags/l10n/tr.js index 1c3f1472e6..7490d09563 100644 --- a/apps/systemtags/l10n/tr.js +++ b/apps/systemtags/l10n/tr.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Etiketler", "Tag name is empty" : "Etiket adı boş", "Update" : "Güncelle", "Create" : "Ekle", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s (kısıtlı)", "%s (invisible)" : "%s (gizli)", "System tags for a file have been modified" : "Bir dosyanın sistem etiketleri değiştirildi", + "Tags" : "Etiketler", "Collaborative tags" : "İşbirliği etiketleri", "Collaborative tagging functionality which shares tags among users." : "Etiketlerin kullanıcılar arasında paylaşılabilmesini sağlayan işbirlikli etiketleme özelliği.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "İşbirlikli etiketleme özelliği etiketlerin kullanıcılar arasında paylaşılabilmesini sağlar. Takımlar için harikadır. \n\t(Birden çok kuruluşun olduğu bir kurulumda etiketler zaten paylaşıldığı için bu uygulamanın devre dışı bırakılması önerilir).", diff --git a/apps/systemtags/l10n/tr.json b/apps/systemtags/l10n/tr.json index c64cce22e2..276625df6e 100644 --- a/apps/systemtags/l10n/tr.json +++ b/apps/systemtags/l10n/tr.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Etiketler", "Tag name is empty" : "Etiket adı boş", "Update" : "Güncelle", "Create" : "Ekle", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s (kısıtlı)", "%s (invisible)" : "%s (gizli)", "System tags for a file have been modified" : "Bir dosyanın sistem etiketleri değiştirildi", + "Tags" : "Etiketler", "Collaborative tags" : "İşbirliği etiketleri", "Collaborative tagging functionality which shares tags among users." : "Etiketlerin kullanıcılar arasında paylaşılabilmesini sağlayan işbirlikli etiketleme özelliği.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "İşbirlikli etiketleme özelliği etiketlerin kullanıcılar arasında paylaşılabilmesini sağlar. Takımlar için harikadır. \n\t(Birden çok kuruluşun olduğu bir kurulumda etiketler zaten paylaşıldığı için bu uygulamanın devre dışı bırakılması önerilir).", diff --git a/apps/systemtags/l10n/vi.js b/apps/systemtags/l10n/vi.js index c9ac88ac1e..9b7825038f 100644 --- a/apps/systemtags/l10n/vi.js +++ b/apps/systemtags/l10n/vi.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "Nhãn", "Update" : "Cập nhật", "Create" : "Tạo", "Select tag…" : "Chọn nhãn...", @@ -36,6 +35,7 @@ OC.L10N.register( "%s (restricted)" : "%s (bị hạn chế)", "%s (invisible)" : "%s (vô hình)", "System tags for a file have been modified" : "Nhãn cho một tập tin đã được sửa đổi", + "Tags" : "Nhãn", "Collaborative tags" : "Thẻ cộng tác", "Tagged files" : "Các tệp được dán nhãn", "Select tags to filter by" : "Chọn nhãn để lọc theo", diff --git a/apps/systemtags/l10n/vi.json b/apps/systemtags/l10n/vi.json index df4d1caa85..76cded8612 100644 --- a/apps/systemtags/l10n/vi.json +++ b/apps/systemtags/l10n/vi.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "Nhãn", "Update" : "Cập nhật", "Create" : "Tạo", "Select tag…" : "Chọn nhãn...", @@ -34,6 +33,7 @@ "%s (restricted)" : "%s (bị hạn chế)", "%s (invisible)" : "%s (vô hình)", "System tags for a file have been modified" : "Nhãn cho một tập tin đã được sửa đổi", + "Tags" : "Nhãn", "Collaborative tags" : "Thẻ cộng tác", "Tagged files" : "Các tệp được dán nhãn", "Select tags to filter by" : "Chọn nhãn để lọc theo", diff --git a/apps/systemtags/l10n/zh_CN.js b/apps/systemtags/l10n/zh_CN.js index 9433f6f848..4246e10eb2 100644 --- a/apps/systemtags/l10n/zh_CN.js +++ b/apps/systemtags/l10n/zh_CN.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "标签", "Tag name is empty" : "标签名为空", "Update" : "更新", "Create" : "创建", @@ -43,6 +42,7 @@ OC.L10N.register( "%s (restricted)" : "%s(受限)", "%s (invisible)" : "%s(不可见)", "System tags for a file have been modified" : "已更改的文件的系统标签 ", + "Tags" : "标签", "Collaborative tags" : "协作标签", "Collaborative tagging functionality which shares tags among users." : "协作标签功能在用户间共享标签。", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "协作标签功能在用户间共享标签。适合团队使用。\n\n\t(如果您是一个多租户安装实例的提供者,建议在标签共享时禁用此应用)", diff --git a/apps/systemtags/l10n/zh_CN.json b/apps/systemtags/l10n/zh_CN.json index 702c95bdf9..548502f9c0 100644 --- a/apps/systemtags/l10n/zh_CN.json +++ b/apps/systemtags/l10n/zh_CN.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "标签", "Tag name is empty" : "标签名为空", "Update" : "更新", "Create" : "创建", @@ -41,6 +40,7 @@ "%s (restricted)" : "%s(受限)", "%s (invisible)" : "%s(不可见)", "System tags for a file have been modified" : "已更改的文件的系统标签 ", + "Tags" : "标签", "Collaborative tags" : "协作标签", "Collaborative tagging functionality which shares tags among users." : "协作标签功能在用户间共享标签。", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "协作标签功能在用户间共享标签。适合团队使用。\n\n\t(如果您是一个多租户安装实例的提供者,建议在标签共享时禁用此应用)", diff --git a/apps/systemtags/l10n/zh_TW.js b/apps/systemtags/l10n/zh_TW.js index 0e67121995..c41b14161b 100644 --- a/apps/systemtags/l10n/zh_TW.js +++ b/apps/systemtags/l10n/zh_TW.js @@ -1,7 +1,6 @@ OC.L10N.register( "systemtags", { - "Tags" : "標籤", "Update" : "套用", "Create" : "新增", "Select tag…" : "選擇標籤", @@ -27,6 +26,7 @@ OC.L10N.register( "%s (restricted)" : "%s (受限)", "%s (invisible)" : "%s (隱藏)", "System tags for a file have been modified" : "一個檔案的系統標籤已經被修改", + "Tags" : "標籤", "Collaborative tags" : "協作標籤", "Tagged files" : "已標籤檔案", "Select tags to filter by" : "依照選擇的標籤篩選", diff --git a/apps/systemtags/l10n/zh_TW.json b/apps/systemtags/l10n/zh_TW.json index a5349d470a..8ca1f3ea4c 100644 --- a/apps/systemtags/l10n/zh_TW.json +++ b/apps/systemtags/l10n/zh_TW.json @@ -1,5 +1,4 @@ { "translations": { - "Tags" : "標籤", "Update" : "套用", "Create" : "新增", "Select tag…" : "選擇標籤", @@ -25,6 +24,7 @@ "%s (restricted)" : "%s (受限)", "%s (invisible)" : "%s (隱藏)", "System tags for a file have been modified" : "一個檔案的系統標籤已經被修改", + "Tags" : "標籤", "Collaborative tags" : "協作標籤", "Tagged files" : "已標籤檔案", "Select tags to filter by" : "依照選擇的標籤篩選", diff --git a/core/l10n/br.js b/core/l10n/br.js index 0b4a87ef79..fd0dcf66b2 100644 --- a/core/l10n/br.js +++ b/core/l10n/br.js @@ -101,11 +101,18 @@ OC.L10N.register( "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read the documentation page about this." : "O von en un azgoulenn gant ur genstagenn sur maoc'h, padal o azgoulenn a grou URLoù disur. Talvout a ra emaoc'h a-dreiñ ur reverse proxy hag an argemmenn adskrivañ e config n'int ket stummed mat. Lennit ar bajenn dielvadur diwar ben ze.", "Error occurred while checking server setup" : "Ur vazi a zo bet pa omp o gwiriañ staliadur ar servijour", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "An rouadennoù teuliadoù ha restroù a zo marteze posuple bezha tizet dre Internet. Ar restr .htacces na gerzh ket. Kinniget krennañ eo stummañ o servijour web avit ma ne vefe ket tizaple ar rouadennoù teuliadoù, pe fival anezhi er maez eus diel grwiz ar servijour web.", + "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'eo ket stumm \"{expected}\". Posuple eo bezha ur gudenn surentez pe prevezted, kinniget eo cheñch ar stumm mañ.", + "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'eo ket stumm \"{expected}\". Keweriusterioù zo na labouro ket mat, kinniget eo cheñch ar stumm mañ.", + "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'en deus ket \"{expected}\". Posuple eo bezha ur gudenn surentez pe prevezted, kinniget eo cheñch ar stumm mañ.", + "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the W3C Recommendation ↗." : "N'eo ket stummed penn HTTP \"{header}\" da \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" pe \"{val5}\". Posuple eo titouroù an daveer tec'hout kuit. sellit ouzh W3C Recommendation ↗.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips ↗." : "Penn HTTP \"Strict-Transport-Security\" n'eo ket stummed da, d'an neubeutan, \"{seconds}\" eilenn. Evit gwellaat ar surentez, kinniget eo aotrei HSTS evel diskribet er kuzulioù surentez ↗.", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the security tips ↗." : "Monet war al lec'hienn gant HTTp n'eo ket sur. Kinniget eo deoc'h stummañ o servijour evel m'en dije ezhomp eus HTTPS kentoc'h, evel diskribet er kuzulioù surentez ↗.", "unknown text" : "testenn dianv", "Hello world!" : "Demat d'ar bed !", "sunny" : "heoliek", "Hello {name}, the weather is {weather}" : "Demat {name}, {weather} eo an amzer", "Hello {name}" : "Demat {name}", + "These are your search results" : "Setu disoc'hoù o enklask", "new" : "nevez", "_download %n file_::_download %n files_" : ["O pelkargañ %n restr","O pelkargañ %n restr","O pelkargañ %n restr","O pelkargañ %n restr","O pelkargañ %n restr"], "The update is in progress, leaving this page might interrupt the process in some environments." : "An adnevesadenn a zo o treiñ, na zilezik ket ar bajenn, m'o all e hel beza troc'het an oberenn war endroioù zo.", @@ -121,6 +128,7 @@ OC.L10N.register( "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all"], "Log in" : "Mon-tre", "Logging in …" : "O mon-tre ...", + "Server side authentication failed!" : "Dilesa kostez servijour c'hwited !", "Please contact your administrator." : "M'ar-plij galvit o administratour", "An internal error occurred." : "Ur fazi diabarzh a zo bet.", "Please try again or contact your administrator." : "M'ar-plij, klaskit en dro pe galvit o administratour", @@ -128,13 +136,18 @@ OC.L10N.register( "Password" : "Ger-tremen", "Wrong username or password." : "Anv implijet per ger-tremenn fall", "User disabled" : "Implijer disaotreet", + "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Gwelet on eus eo bet klasket mon-tre dro dre o IP. Ne vo posuple deoc'h klask en dro a-benn 30 eilenn.", "Your account is not setup for passwordless login." : "N'eo ket stummed o c'hont evit ur mon-tre hep ger-tremenn.", + "Passwordless authentication is not supported in your browser." : "Ne vez ket douget an dilesa hep ger-tremenn gant o vrowser", + "Passwordless authentication is only available over a secure connection." : "Dilesa hep ger-tremen a vez kinniget fant ur c'henstagadur sur nemetken.", "Reset password" : "Cheñch ger-tremenn", + "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ur gemenadenn evit cheñch o ger-tremenn a zo bet kaset d'ar chom-lec'h e-mail ar c'hont mañ. M'a n'eo ket bet resevet ganeoc'h, slout en o teuliad spam/junk pe goulennit d'o administratour lec'h.", "If it is not there ask your local administrator." : "M'a n'eo ket amañ, goulennit o administratour lec'h.", "Couldn't send reset email. Please contact your administrator." : "N'eo ket posuple kas ar vail adober. M'ar plij, kelaouit o administratour.", "Password can not be changed. Please contact your administrator." : "N'eo ket posuple cheñch ar ger-tremenn. M'ar plij galvit o administratour.", "Back to login" : "Distro d'ar mon-tre", "New password" : "Ger-tremen nevez", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ennoet eo o restroù. Ne vo ket posuple adtapout o rouadennoù goude m'a vo bet cheñchet o ger-tremenn. Ma n'oc'h ket sur eus petra ober, goulennit d'o administratour a raok kendec'hel. Kendec'hel o p'eus c'houant ?", "I know what I'm doing" : "Gouzout a ran petra a ran", "Resetting password" : "O cheñch ger-tremenn", "Recommended apps" : "Meziantoù kinniget", @@ -146,6 +159,12 @@ OC.L10N.register( "Can't install this app because it is not compatible" : "N'eo ket posuple staliañ ar meziant blam n'eo ket kenglot", "Can't install this app" : "N'eo ket posuple staliañ ar meziant", "Cancel" : "Arrest", + "Schedule work & meetings, synced with all your devices." : "Implij amzer & emvodoù, kemprenet gant toud o ardivinkoù.", + "Keep your colleagues and friends in one place without leaking their private info." : "Kavit o mignoned ha genseurted en ul lec'h, hep reiñ o ditouroù prevez.", + "Simple email app nicely integrated with Files, Contacts and Calendar." : "Ur meziant email simpl enfammet gant Restroù, Darempredoù ha Deizataer.", + "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chattañ, pellgomzadennoù video, rannañ skramm, emvodoù dre linnen, ha web brezegennoù - gant o browser ha gant o meziantoù pellgomzerioù-hezoug.", + "Collaboratively edit office documents." : "Embennit o dielloù office asambless.", + "Local document editing back-end used by the Collabora Online app." : "Emban lec'hiet pennañ diell implijet gant ar meziant Collabora Online.", "Forgot password?" : "Ger-tremenn ankouaet ?", "Log in with a device" : "Mon-tre gan un ardivink", "Back" : "Distro", @@ -173,9 +192,11 @@ OC.L10N.register( "Choose" : "Dibab", "Copy" : "Eilañ", "Move" : "Diplasañ", + "Error loading file picker template: {error}" : "Ur fazi a zo bet en ur c'hargañ ar choazer eskelet restr : {error}", "OK" : "OK", "Error loading message template: {error}" : "Ur fazi zo bet pa voe karget stumm skouer ar gemenadenn : [error]", "read-only" : "lennable nemetken", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} diemglev restr","{count} diemglev restr","{count} diemglev restr","{count} diemglev restr","{count} diemglev restr"], "One file conflict" : "Diemglev gant ur restr", "New Files" : "Restroù nevez", "Already existing files" : "Bez ez eus dija eus ar rentr", @@ -189,17 +210,22 @@ OC.L10N.register( "Copy to {folder}" : "Eilan e {folder}", "Move to {folder}" : "Diblasañ da {folder}", "Saving …" : "Orc'h enrolliñ", + "Authentication required" : "Eus un dilesa ez eus ezhomp", "This action requires you to confirm your password" : "An oberen mañ en deus ezhomp et kadarnit o ger-tremenn", "Confirm" : "Kadarnañ", + "Failed to authenticate, try again" : "Dilesa c'hwitet, klaskit en dro", "seconds ago" : "eilenn zo", "Connection to server lost" : "Kelet eo bet ar c'henstagañ gant ar servijour", + "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn"], "Add to a project" : "Ouzhpennañ d'ar ragtres", "Show details" : "Diskouel ar munudoù", "Hide details" : "Skoachañ ar munudoù", "Rename project" : "Adenvel ar ragtress", "Failed to rename the project" : "C'hwitet eo bet adenvel ar ragtres", "Failed to create a project" : "Krouiñ ar ragtres a zo bet c'hwitet", + "Failed to add the item to the project" : "C'hwitet eo bet ouzhpennaden an dra er ragtress", "Connect items to a project to make them easier to find" : "Kenstagit traoù d'o ragtress m'a vefe aesoc'h da gavout", + "Type to search for existing projects" : "Skrivit evit klask ar ragtressoù dija krouet", "New in" : "Nevez e-bazh", "View changelog" : "Sellet ar changelog", "Very weak password" : "Ger-tremen skanv kenan", @@ -208,12 +234,14 @@ OC.L10N.register( "Good password" : "Ger-tremen mat", "Strong password" : "Ger-tremenn kreñv", "No action available" : "Oberen ebet posuple", + "Error fetching contact actions" : "Ur fazi a zo bet en ur tapout an darempred", "Non-existing tag #{tag}" : "N'ez eus ket eus an tag #{tag}", "restricted" : "strizhaet", "invisible" : "diwelus", "Delete" : "Dilemel", "Rename" : "Adenvel", "Collaborative tags" : "Tag rannet", + "No tags found" : "Tag ebet kavet", "Personal" : "Personel", "Users" : "Implijer", "Apps" : "Meziant", @@ -221,9 +249,13 @@ OC.L10N.register( "Help" : "Skoazell", "Access forbidden" : "N'oc'h ket aotreet tremen", "File not found" : "N'eo ket bet kavet ar restr", + "The document could not be found on the server. Maybe the share was deleted or has expired?" : "N'eo ket posuple kavout ar ragtress war ar servijour. Marteze eo re gozh pe ez eo bet lammet ar rannadenn.", "Back to %s" : "Distro da %s", "Error" : "Fazi", "Internal Server Error" : "Fazi servijour diabazh", + "The server was unable to complete your request." : "N'eo ket gouest ar servijour ober pez o peus goulennet.", + "If this happens again, please send the technical details below to the server administrator." : "M'a c'hoarvez an dra ze adare, kasit ar munudoù teknikel dindan d'o administratour servijour m'ar plij.", + "More details can be found in the server log." : "Munudoù all a zo posuple kavout e kazetenn ar servijour", "Technical details" : "Munidoù teknikel", "Remote Address: %s" : "Chom-loc'h pell : %s", "Request ID: %s" : "ID goulennet : %s", @@ -232,7 +264,10 @@ OC.L10N.register( "Message: %s" : "Kemenadenn : %s", "File: %s" : "Restr : %s", "Line: %s" : "Linenn :%s", + "Trace" : "Trace", "Security warning" : "Kemmenadenn surentez", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O teuliad ha restroù rouadennoù a zo posuple tizout a dalek ar rouaedad, blam ne gerzh ket ar restr .htaccess.", + "For information how to properly configure your server, please see the documentation." : "Evit kaout titouroù diwar benn penaos stumman mat o servijour, sellit ouz an dielvadur m'ar plij.", "Create an admin account" : "Krouiñ ur c'hont administratour", "Username" : "anv implijer", "Show password" : "Diskouez ar ger-tremenn", @@ -241,18 +276,29 @@ OC.L10N.register( "Configure the database" : "Stumman ar rouadennoù-diaz", "Only %s is available." : "%s digarg nemetken", "Install and activate additional PHP modules to choose other database types." : "Lakaat ha difraeañ molladoù PHP ouzhpenn evit dibab doare rouedennoù-diaz all", + "For more details check out the documentation." : "Sellit ouz an dielladur evit munudoù ouzhpenn.", "Database user" : "Rouadennoù-diaz an implijourien", "Database password" : "Rouadennoù-diaz ar gerioù-trermenn", "Database name" : "Rouadennoù-diaz an anvioù", + "Database tablespace" : "Lec'h berniañ ar rouadennoù-diaz", "Database host" : "Rouadenn-diaz ostiz", + "Please specify the port number along with the host name (e.g., localhost:5432)." : "Lakit an niverenn porzh gant an anv ostiz (skouer, localhost:5432).", "Performance warning" : "Diwal digonusted", + "You chose SQLite as database." : "Choazet o peus SQLite evel rouadennoù-diaz.", + "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite a zlefe beahñ implijet evit azgoulennoù bihañ ha/pe dioren. Kinniget eo kemer ur backend rouadennoù-diaz all evit ar c'hendec'h.", + "If you use clients for file syncing, the use of SQLite is highly discouraged." : "M'a vez implijet ar c'hliant evit ar c'hemprenañ, kinniget eo implij un dra kreñvoc'h eget SQLite", "Install recommended apps" : "Staliit ar meziantoù kinniget", "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Deizadur, Darempredoù, Komz, Mailoù & embanadure a stroll", "Finish setup" : "Stalian echu", "Finishing …" : "Oc'h echuién ...", "Need help?" : "Sikour o po ?", "See the documentation" : "Sellit ouz an dielladur", + "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Seblant a ra bezhañ emaoc'h o adstaliañ Nexcloud. N'ez eus ket eus arrestr CAN_INSTALL en o teuliad config. Crouit ar restr CAN_INSTALL en teuliad config evit kendec'hel.", + "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "N'eo ket posupl lemel CAN_INSTALL eus an teuliad config. Lamit anezhañ gan an dorn m'ar plij.", + "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ezhomp en deus ar meziant eus JavaScript evit kerzhout mat. M'ar plij, {linkstart}aotreit JavaScript{linkend} hag adkargit ar bajenn.", "Get your own free account" : "Tapit o c'hont digoust", + "Skip to main content" : "Kit d'an dalc'h penna", + "Skip to navigation of app" : "Mont d'ar meziant merdeerezh", "More apps" : "Muioc'h a veziantoù", "More" : "Muioc'h", "More apps menu" : "Muioc'h a roll-mezioù meziantoù", @@ -262,32 +308,53 @@ OC.L10N.register( "Contacts menu" : "Roll-mezioù an darempredoù", "Settings menu" : "Roll-mezioù an arventennoù", "Confirm your password" : "Kadarnañ o ger-tremenn", + "Connect to your account" : "Kevreit gant o c'hont", + "Please log in before granting %1$s access to your %2$s account." : "Kit-tre a raok reiñ %1$s tremen d'o c'hont %2$s.", "App token" : "Jedouer meziant", "Grant access" : "Reiñ an tremen", + "Alternative log in using app token" : "Ur mon-tre diseñvel en ur implij ar jedouer meziant", + "Account access" : "Mon d'ar c'hont", + "You are about to grant %1$s access to your %2$s account." : "O vont da reiñ an aotre tremenn %1$s d'o c'hont %2$s.", "Account connected" : "Kont kenstaged", "Your client should now be connected!" : "O c'hliant azlefe bezhañ kenstaget !", "You can close this window." : "Posuple eo deoc'h seriñ ar prenestr.", "This share is password-protected" : "Al liamm a zo difennet gant ur ger-tremenn", "The password is wrong. Try again." : "Faoz et ar ger-tremenn. Klaskit en dro.", + "Two-factor authentication" : "Eil- elfenn dilesa", + "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Ar surentez gwelaet a zo bet lkaet war o c'hont. Chazhit un eil elfenn evit an dilesa : ", + "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Ne oa ket posuple kargañ d'an neubeutañ unan aus o doar eil-elfenn dilesa. Kelaouit o administratour m'ar-plij.", + "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Rediet eo bet an eil-elfenn dilesa mes n'eo ket bet stummet war o c'hont. Kelaouit o administratour evit kaout sikour.", + "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Eil-elfenn dilesa a zo bet rediet mes n'eo ket bet stummet war o c'hont. Kendalc'hit da stummañ o eil-elfenn dilesa.", + "Set up two-factor authentication" : "Stummañ un eil-elfenn dilesa", + "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Eil-elfenn dilsea a zo bet rediet mes n'eo ket bet stummed mat. Implijit unan eus o kodoù sikour evit mon-tre pe galvit o administratour evit kaout sikour.", "Use backup code" : "Implij ar c'hod sikour", "Cancel login" : "Arrest ar mont-tre", + "Setup two-factor authentication" : "Stummañ un eil-elfenn dilesa", + "Enhanced security is enforced for your account. Choose which provider to set up:" : "Ar surentez gwelaet a zo bet rediet war o c'hont. choazit peseurt pourvezer o peus c'hoant implij :", + "Error while validating your second factor" : "Ur fazi a zo bet en ur gwiriañ o eil-elfenn", "Access through untrusted domain" : "Tremen dre un domani difiziet", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Galvit o administratour m'ar-plij. M'az orc'h c'hwi an administratour, cheñchit ar stummoù \"trusted_domains\" e barzh config/config.php evel er skouer e barzh config.sample.php.", + "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Muioc'h a titouroù evit penaoz stummañ a zo posuple kavout en %1$s dielvadur %2$s.", "App update required" : "Un adnevesaden en deus ezomp ar meziant", "%1$s will be updated to version %2$s" : "%1$s a vo adnevesaet d'ar stumm %2$s", "The following apps will be updated:" : "Ar meziantoù mañ a vo Ar meziantoù mañ a vo adnevesaet :", + "These incompatible apps will be disabled:" : "Ar meziantoù diglotus mañ a vo disaotreet :", "The theme %s has been disabled." : "An tem %s a zo bet disaotreet.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Grit sur m'az eo ar rouadennoù-diaz, an teuliad config hag an teuliad rouadenn-où a zo bet rag-enrollet a raok lakaat da dreiñ m'ar plij.", "Start update" : "Kregiñ an adnevesadur", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Evit trement e-biou dale blam da diazezadurioù brazoc'h, posuble eo doc'h implijout an urzh war-lec'h adalek ho teuliad diazezadur :", "Detailed logs" : "Kazetenn munudet", "Update needed" : "Un adnevesadur ez eu ezhomp", + "Please use the command line updater because you have a big instance with more than 50 users." : "M'ar-plij, implijit al linnen urz updater blam m'az eo brazh o azgoulenn gant muioc'h eget 50 implijer.", "For help, see the documentation." : "Evit kavout skoazel, sellit ouzh an dielvadur.", "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Gouzout a rañ eo posupl m'a kendalc'hañ an adnevesaden gant web UI, m'az afe va goulenn en un timeout hag e c'hell koll rouadennoù, mes ur backup am eus ha gouzout a rañ penaos adkrouiñ va azgoulenn m'a vez c'huitet.", "Upgrade via web on my own risk" : "Adnevesaat dre ar web gant va rislkoù d'in me nemetken", "Maintenance mode" : "Mod dec'hel", "This %s instance is currently in maintenance mode, which may take a while." : "Adnevesaet a vez %s, pez a kemero sur awalc'h amzer ", + "This page will refresh itself when the instance is available again." : "Ar bajenn a azgreeno e unan pa vo vak an azgoulenn en dro.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kit e darempred gant an administrator reizhad ma chomm ar c'hemenadenn-mañ, pe ma ze war well dic'hortozet ", "Following apps have been disabled: %s" : "Ar meziantoù mañ a vo disaotreet : %s", + "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "O implijour PHP 5.6 emaoc'h. Stumm pennañ Nexcloud a vo an hini divezhañ douget gant PHP 5.6. Kinnigetr eo nevesaat PHP d'e stumm 7.0 pe muioc'h evit galout adnevesat da Nexcloud 14.", "Shared" : "Rannet", "Shared with" : "Rannet da", "Shared by" : "Rannet gant", diff --git a/core/l10n/br.json b/core/l10n/br.json index 19dea8c4a0..4c0e477c02 100644 --- a/core/l10n/br.json +++ b/core/l10n/br.json @@ -99,11 +99,18 @@ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read the documentation page about this." : "O von en un azgoulenn gant ur genstagenn sur maoc'h, padal o azgoulenn a grou URLoù disur. Talvout a ra emaoc'h a-dreiñ ur reverse proxy hag an argemmenn adskrivañ e config n'int ket stummed mat. Lennit ar bajenn dielvadur diwar ben ze.", "Error occurred while checking server setup" : "Ur vazi a zo bet pa omp o gwiriañ staliadur ar servijour", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "An rouadennoù teuliadoù ha restroù a zo marteze posuple bezha tizet dre Internet. Ar restr .htacces na gerzh ket. Kinniget krennañ eo stummañ o servijour web avit ma ne vefe ket tizaple ar rouadennoù teuliadoù, pe fival anezhi er maez eus diel grwiz ar servijour web.", + "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'eo ket stumm \"{expected}\". Posuple eo bezha ur gudenn surentez pe prevezted, kinniget eo cheñch ar stumm mañ.", + "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'eo ket stumm \"{expected}\". Keweriusterioù zo na labouro ket mat, kinniget eo cheñch ar stumm mañ.", + "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'en deus ket \"{expected}\". Posuple eo bezha ur gudenn surentez pe prevezted, kinniget eo cheñch ar stumm mañ.", + "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the W3C Recommendation ↗." : "N'eo ket stummed penn HTTP \"{header}\" da \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" pe \"{val5}\". Posuple eo titouroù an daveer tec'hout kuit. sellit ouzh W3C Recommendation ↗.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips ↗." : "Penn HTTP \"Strict-Transport-Security\" n'eo ket stummed da, d'an neubeutan, \"{seconds}\" eilenn. Evit gwellaat ar surentez, kinniget eo aotrei HSTS evel diskribet er kuzulioù surentez ↗.", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the security tips ↗." : "Monet war al lec'hienn gant HTTp n'eo ket sur. Kinniget eo deoc'h stummañ o servijour evel m'en dije ezhomp eus HTTPS kentoc'h, evel diskribet er kuzulioù surentez ↗.", "unknown text" : "testenn dianv", "Hello world!" : "Demat d'ar bed !", "sunny" : "heoliek", "Hello {name}, the weather is {weather}" : "Demat {name}, {weather} eo an amzer", "Hello {name}" : "Demat {name}", + "These are your search results" : "Setu disoc'hoù o enklask", "new" : "nevez", "_download %n file_::_download %n files_" : ["O pelkargañ %n restr","O pelkargañ %n restr","O pelkargañ %n restr","O pelkargañ %n restr","O pelkargañ %n restr"], "The update is in progress, leaving this page might interrupt the process in some environments." : "An adnevesadenn a zo o treiñ, na zilezik ket ar bajenn, m'o all e hel beza troc'het an oberenn war endroioù zo.", @@ -119,6 +126,7 @@ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all"], "Log in" : "Mon-tre", "Logging in …" : "O mon-tre ...", + "Server side authentication failed!" : "Dilesa kostez servijour c'hwited !", "Please contact your administrator." : "M'ar-plij galvit o administratour", "An internal error occurred." : "Ur fazi diabarzh a zo bet.", "Please try again or contact your administrator." : "M'ar-plij, klaskit en dro pe galvit o administratour", @@ -126,13 +134,18 @@ "Password" : "Ger-tremen", "Wrong username or password." : "Anv implijet per ger-tremenn fall", "User disabled" : "Implijer disaotreet", + "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Gwelet on eus eo bet klasket mon-tre dro dre o IP. Ne vo posuple deoc'h klask en dro a-benn 30 eilenn.", "Your account is not setup for passwordless login." : "N'eo ket stummed o c'hont evit ur mon-tre hep ger-tremenn.", + "Passwordless authentication is not supported in your browser." : "Ne vez ket douget an dilesa hep ger-tremenn gant o vrowser", + "Passwordless authentication is only available over a secure connection." : "Dilesa hep ger-tremen a vez kinniget fant ur c'henstagadur sur nemetken.", "Reset password" : "Cheñch ger-tremenn", + "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ur gemenadenn evit cheñch o ger-tremenn a zo bet kaset d'ar chom-lec'h e-mail ar c'hont mañ. M'a n'eo ket bet resevet ganeoc'h, slout en o teuliad spam/junk pe goulennit d'o administratour lec'h.", "If it is not there ask your local administrator." : "M'a n'eo ket amañ, goulennit o administratour lec'h.", "Couldn't send reset email. Please contact your administrator." : "N'eo ket posuple kas ar vail adober. M'ar plij, kelaouit o administratour.", "Password can not be changed. Please contact your administrator." : "N'eo ket posuple cheñch ar ger-tremenn. M'ar plij galvit o administratour.", "Back to login" : "Distro d'ar mon-tre", "New password" : "Ger-tremen nevez", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ennoet eo o restroù. Ne vo ket posuple adtapout o rouadennoù goude m'a vo bet cheñchet o ger-tremenn. Ma n'oc'h ket sur eus petra ober, goulennit d'o administratour a raok kendec'hel. Kendec'hel o p'eus c'houant ?", "I know what I'm doing" : "Gouzout a ran petra a ran", "Resetting password" : "O cheñch ger-tremenn", "Recommended apps" : "Meziantoù kinniget", @@ -144,6 +157,12 @@ "Can't install this app because it is not compatible" : "N'eo ket posuple staliañ ar meziant blam n'eo ket kenglot", "Can't install this app" : "N'eo ket posuple staliañ ar meziant", "Cancel" : "Arrest", + "Schedule work & meetings, synced with all your devices." : "Implij amzer & emvodoù, kemprenet gant toud o ardivinkoù.", + "Keep your colleagues and friends in one place without leaking their private info." : "Kavit o mignoned ha genseurted en ul lec'h, hep reiñ o ditouroù prevez.", + "Simple email app nicely integrated with Files, Contacts and Calendar." : "Ur meziant email simpl enfammet gant Restroù, Darempredoù ha Deizataer.", + "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chattañ, pellgomzadennoù video, rannañ skramm, emvodoù dre linnen, ha web brezegennoù - gant o browser ha gant o meziantoù pellgomzerioù-hezoug.", + "Collaboratively edit office documents." : "Embennit o dielloù office asambless.", + "Local document editing back-end used by the Collabora Online app." : "Emban lec'hiet pennañ diell implijet gant ar meziant Collabora Online.", "Forgot password?" : "Ger-tremenn ankouaet ?", "Log in with a device" : "Mon-tre gan un ardivink", "Back" : "Distro", @@ -171,9 +190,11 @@ "Choose" : "Dibab", "Copy" : "Eilañ", "Move" : "Diplasañ", + "Error loading file picker template: {error}" : "Ur fazi a zo bet en ur c'hargañ ar choazer eskelet restr : {error}", "OK" : "OK", "Error loading message template: {error}" : "Ur fazi zo bet pa voe karget stumm skouer ar gemenadenn : [error]", "read-only" : "lennable nemetken", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} diemglev restr","{count} diemglev restr","{count} diemglev restr","{count} diemglev restr","{count} diemglev restr"], "One file conflict" : "Diemglev gant ur restr", "New Files" : "Restroù nevez", "Already existing files" : "Bez ez eus dija eus ar rentr", @@ -187,17 +208,22 @@ "Copy to {folder}" : "Eilan e {folder}", "Move to {folder}" : "Diblasañ da {folder}", "Saving …" : "Orc'h enrolliñ", + "Authentication required" : "Eus un dilesa ez eus ezhomp", "This action requires you to confirm your password" : "An oberen mañ en deus ezhomp et kadarnit o ger-tremenn", "Confirm" : "Kadarnañ", + "Failed to authenticate, try again" : "Dilesa c'hwitet, klaskit en dro", "seconds ago" : "eilenn zo", "Connection to server lost" : "Kelet eo bet ar c'henstagañ gant ar servijour", + "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn"], "Add to a project" : "Ouzhpennañ d'ar ragtres", "Show details" : "Diskouel ar munudoù", "Hide details" : "Skoachañ ar munudoù", "Rename project" : "Adenvel ar ragtress", "Failed to rename the project" : "C'hwitet eo bet adenvel ar ragtres", "Failed to create a project" : "Krouiñ ar ragtres a zo bet c'hwitet", + "Failed to add the item to the project" : "C'hwitet eo bet ouzhpennaden an dra er ragtress", "Connect items to a project to make them easier to find" : "Kenstagit traoù d'o ragtress m'a vefe aesoc'h da gavout", + "Type to search for existing projects" : "Skrivit evit klask ar ragtressoù dija krouet", "New in" : "Nevez e-bazh", "View changelog" : "Sellet ar changelog", "Very weak password" : "Ger-tremen skanv kenan", @@ -206,12 +232,14 @@ "Good password" : "Ger-tremen mat", "Strong password" : "Ger-tremenn kreñv", "No action available" : "Oberen ebet posuple", + "Error fetching contact actions" : "Ur fazi a zo bet en ur tapout an darempred", "Non-existing tag #{tag}" : "N'ez eus ket eus an tag #{tag}", "restricted" : "strizhaet", "invisible" : "diwelus", "Delete" : "Dilemel", "Rename" : "Adenvel", "Collaborative tags" : "Tag rannet", + "No tags found" : "Tag ebet kavet", "Personal" : "Personel", "Users" : "Implijer", "Apps" : "Meziant", @@ -219,9 +247,13 @@ "Help" : "Skoazell", "Access forbidden" : "N'oc'h ket aotreet tremen", "File not found" : "N'eo ket bet kavet ar restr", + "The document could not be found on the server. Maybe the share was deleted or has expired?" : "N'eo ket posuple kavout ar ragtress war ar servijour. Marteze eo re gozh pe ez eo bet lammet ar rannadenn.", "Back to %s" : "Distro da %s", "Error" : "Fazi", "Internal Server Error" : "Fazi servijour diabazh", + "The server was unable to complete your request." : "N'eo ket gouest ar servijour ober pez o peus goulennet.", + "If this happens again, please send the technical details below to the server administrator." : "M'a c'hoarvez an dra ze adare, kasit ar munudoù teknikel dindan d'o administratour servijour m'ar plij.", + "More details can be found in the server log." : "Munudoù all a zo posuple kavout e kazetenn ar servijour", "Technical details" : "Munidoù teknikel", "Remote Address: %s" : "Chom-loc'h pell : %s", "Request ID: %s" : "ID goulennet : %s", @@ -230,7 +262,10 @@ "Message: %s" : "Kemenadenn : %s", "File: %s" : "Restr : %s", "Line: %s" : "Linenn :%s", + "Trace" : "Trace", "Security warning" : "Kemmenadenn surentez", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O teuliad ha restroù rouadennoù a zo posuple tizout a dalek ar rouaedad, blam ne gerzh ket ar restr .htaccess.", + "For information how to properly configure your server, please see the documentation." : "Evit kaout titouroù diwar benn penaos stumman mat o servijour, sellit ouz an dielvadur m'ar plij.", "Create an admin account" : "Krouiñ ur c'hont administratour", "Username" : "anv implijer", "Show password" : "Diskouez ar ger-tremenn", @@ -239,18 +274,29 @@ "Configure the database" : "Stumman ar rouadennoù-diaz", "Only %s is available." : "%s digarg nemetken", "Install and activate additional PHP modules to choose other database types." : "Lakaat ha difraeañ molladoù PHP ouzhpenn evit dibab doare rouedennoù-diaz all", + "For more details check out the documentation." : "Sellit ouz an dielladur evit munudoù ouzhpenn.", "Database user" : "Rouadennoù-diaz an implijourien", "Database password" : "Rouadennoù-diaz ar gerioù-trermenn", "Database name" : "Rouadennoù-diaz an anvioù", + "Database tablespace" : "Lec'h berniañ ar rouadennoù-diaz", "Database host" : "Rouadenn-diaz ostiz", + "Please specify the port number along with the host name (e.g., localhost:5432)." : "Lakit an niverenn porzh gant an anv ostiz (skouer, localhost:5432).", "Performance warning" : "Diwal digonusted", + "You chose SQLite as database." : "Choazet o peus SQLite evel rouadennoù-diaz.", + "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite a zlefe beahñ implijet evit azgoulennoù bihañ ha/pe dioren. Kinniget eo kemer ur backend rouadennoù-diaz all evit ar c'hendec'h.", + "If you use clients for file syncing, the use of SQLite is highly discouraged." : "M'a vez implijet ar c'hliant evit ar c'hemprenañ, kinniget eo implij un dra kreñvoc'h eget SQLite", "Install recommended apps" : "Staliit ar meziantoù kinniget", "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Deizadur, Darempredoù, Komz, Mailoù & embanadure a stroll", "Finish setup" : "Stalian echu", "Finishing …" : "Oc'h echuién ...", "Need help?" : "Sikour o po ?", "See the documentation" : "Sellit ouz an dielladur", + "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Seblant a ra bezhañ emaoc'h o adstaliañ Nexcloud. N'ez eus ket eus arrestr CAN_INSTALL en o teuliad config. Crouit ar restr CAN_INSTALL en teuliad config evit kendec'hel.", + "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "N'eo ket posupl lemel CAN_INSTALL eus an teuliad config. Lamit anezhañ gan an dorn m'ar plij.", + "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ezhomp en deus ar meziant eus JavaScript evit kerzhout mat. M'ar plij, {linkstart}aotreit JavaScript{linkend} hag adkargit ar bajenn.", "Get your own free account" : "Tapit o c'hont digoust", + "Skip to main content" : "Kit d'an dalc'h penna", + "Skip to navigation of app" : "Mont d'ar meziant merdeerezh", "More apps" : "Muioc'h a veziantoù", "More" : "Muioc'h", "More apps menu" : "Muioc'h a roll-mezioù meziantoù", @@ -260,32 +306,53 @@ "Contacts menu" : "Roll-mezioù an darempredoù", "Settings menu" : "Roll-mezioù an arventennoù", "Confirm your password" : "Kadarnañ o ger-tremenn", + "Connect to your account" : "Kevreit gant o c'hont", + "Please log in before granting %1$s access to your %2$s account." : "Kit-tre a raok reiñ %1$s tremen d'o c'hont %2$s.", "App token" : "Jedouer meziant", "Grant access" : "Reiñ an tremen", + "Alternative log in using app token" : "Ur mon-tre diseñvel en ur implij ar jedouer meziant", + "Account access" : "Mon d'ar c'hont", + "You are about to grant %1$s access to your %2$s account." : "O vont da reiñ an aotre tremenn %1$s d'o c'hont %2$s.", "Account connected" : "Kont kenstaged", "Your client should now be connected!" : "O c'hliant azlefe bezhañ kenstaget !", "You can close this window." : "Posuple eo deoc'h seriñ ar prenestr.", "This share is password-protected" : "Al liamm a zo difennet gant ur ger-tremenn", "The password is wrong. Try again." : "Faoz et ar ger-tremenn. Klaskit en dro.", + "Two-factor authentication" : "Eil- elfenn dilesa", + "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Ar surentez gwelaet a zo bet lkaet war o c'hont. Chazhit un eil elfenn evit an dilesa : ", + "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Ne oa ket posuple kargañ d'an neubeutañ unan aus o doar eil-elfenn dilesa. Kelaouit o administratour m'ar-plij.", + "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Rediet eo bet an eil-elfenn dilesa mes n'eo ket bet stummet war o c'hont. Kelaouit o administratour evit kaout sikour.", + "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Eil-elfenn dilesa a zo bet rediet mes n'eo ket bet stummet war o c'hont. Kendalc'hit da stummañ o eil-elfenn dilesa.", + "Set up two-factor authentication" : "Stummañ un eil-elfenn dilesa", + "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Eil-elfenn dilsea a zo bet rediet mes n'eo ket bet stummed mat. Implijit unan eus o kodoù sikour evit mon-tre pe galvit o administratour evit kaout sikour.", "Use backup code" : "Implij ar c'hod sikour", "Cancel login" : "Arrest ar mont-tre", + "Setup two-factor authentication" : "Stummañ un eil-elfenn dilesa", + "Enhanced security is enforced for your account. Choose which provider to set up:" : "Ar surentez gwelaet a zo bet rediet war o c'hont. choazit peseurt pourvezer o peus c'hoant implij :", + "Error while validating your second factor" : "Ur fazi a zo bet en ur gwiriañ o eil-elfenn", "Access through untrusted domain" : "Tremen dre un domani difiziet", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Galvit o administratour m'ar-plij. M'az orc'h c'hwi an administratour, cheñchit ar stummoù \"trusted_domains\" e barzh config/config.php evel er skouer e barzh config.sample.php.", + "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Muioc'h a titouroù evit penaoz stummañ a zo posuple kavout en %1$s dielvadur %2$s.", "App update required" : "Un adnevesaden en deus ezomp ar meziant", "%1$s will be updated to version %2$s" : "%1$s a vo adnevesaet d'ar stumm %2$s", "The following apps will be updated:" : "Ar meziantoù mañ a vo Ar meziantoù mañ a vo adnevesaet :", + "These incompatible apps will be disabled:" : "Ar meziantoù diglotus mañ a vo disaotreet :", "The theme %s has been disabled." : "An tem %s a zo bet disaotreet.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Grit sur m'az eo ar rouadennoù-diaz, an teuliad config hag an teuliad rouadenn-où a zo bet rag-enrollet a raok lakaat da dreiñ m'ar plij.", "Start update" : "Kregiñ an adnevesadur", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Evit trement e-biou dale blam da diazezadurioù brazoc'h, posuble eo doc'h implijout an urzh war-lec'h adalek ho teuliad diazezadur :", "Detailed logs" : "Kazetenn munudet", "Update needed" : "Un adnevesadur ez eu ezhomp", + "Please use the command line updater because you have a big instance with more than 50 users." : "M'ar-plij, implijit al linnen urz updater blam m'az eo brazh o azgoulenn gant muioc'h eget 50 implijer.", "For help, see the documentation." : "Evit kavout skoazel, sellit ouzh an dielvadur.", "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Gouzout a rañ eo posupl m'a kendalc'hañ an adnevesaden gant web UI, m'az afe va goulenn en un timeout hag e c'hell koll rouadennoù, mes ur backup am eus ha gouzout a rañ penaos adkrouiñ va azgoulenn m'a vez c'huitet.", "Upgrade via web on my own risk" : "Adnevesaat dre ar web gant va rislkoù d'in me nemetken", "Maintenance mode" : "Mod dec'hel", "This %s instance is currently in maintenance mode, which may take a while." : "Adnevesaet a vez %s, pez a kemero sur awalc'h amzer ", + "This page will refresh itself when the instance is available again." : "Ar bajenn a azgreeno e unan pa vo vak an azgoulenn en dro.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kit e darempred gant an administrator reizhad ma chomm ar c'hemenadenn-mañ, pe ma ze war well dic'hortozet ", "Following apps have been disabled: %s" : "Ar meziantoù mañ a vo disaotreet : %s", + "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "O implijour PHP 5.6 emaoc'h. Stumm pennañ Nexcloud a vo an hini divezhañ douget gant PHP 5.6. Kinnigetr eo nevesaat PHP d'e stumm 7.0 pe muioc'h evit galout adnevesat da Nexcloud 14.", "Shared" : "Rannet", "Shared with" : "Rannet da", "Shared by" : "Rannet gant", diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 3b8be584d7..ec378e0109 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -15,6 +15,7 @@ OC.L10N.register( "No valid crop data provided" : "Нема исправних података о опсецању", "Crop is not square" : "Опсецање није квадратног облика", "State token does not match" : "Стање жетона се не слаже", + "Invalid app password" : "Неисправна апликативна лозинка", "Could not complete login" : "Не могу да довршим пријављивање", "Your login token is invalid or has expired" : "Ваш жетон за пријављивање је неисправан или је истекао", "Password reset is disabled" : "Ресетовање лозинке није омогућено", @@ -55,6 +56,7 @@ OC.L10N.register( "Starting code integrity check" : "Почињем проверу интегритета кода", "Finished code integrity check" : "Завршена провера интегритета кода", "%s (incompatible)" : "%s (некомпатибилан)", + "The following apps have been disabled: %s" : "Следеће апликације су искључене: %s", "Already up to date" : "Већ је ажурна", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Сервер није правилно подешен за синхронизацију фајлова. Изгледа да је ВебДАВ сучеље покварено.", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "Ваш сервер није правилно подешен да разлучи „{url}“. Можете наћи више информација у документацији.", @@ -162,6 +164,7 @@ OC.L10N.register( "Simple email app nicely integrated with Files, Contacts and Calendar." : "Једноставна е-мејл апликација која се лепо интегрише са Фајловима, Контактима и Календаром.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Ћаскање, видео позиви, дељење екрана, састанци на интернету & веб конференције – на десктоп рачунару и преко мобилних апликација.", "Collaboratively edit office documents." : "Уређујте документа заједно.", + "Local document editing back-end used by the Collabora Online app." : "Позадински мотор за локално уређивање докумената који користи Collabora апликацију.", "Forgot password?" : "Заборавили сте лозинку?", "Log in with a device" : "Пријава са уређајем", "Back" : "Назад", @@ -285,6 +288,7 @@ OC.L10N.register( "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite треба да се користи само за најмање инстанце или за инстанце за развој. За продукцију, препоручујемо други тип база података.", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Коришћење SQLite базе података нарочите није препоручљиво ако користите клијенте за синхронизацију фајлова.", "Install recommended apps" : "Инсталирајте препоручене апликације", + "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, контакти, разговор, пошта & заједничко уређивање", "Finish setup" : "Заврши подешавање", "Finishing …" : "Завршавам…", "Need help?" : "Треба Вам помоћ?", @@ -333,6 +337,7 @@ OC.L10N.register( "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Више информација о томе како ово подесити можете да нађете у %1$s документацији%2$s.", "App update required" : "Потребно ажурирање апликације", "%1$s will be updated to version %2$s" : "%1$s ће бити ажурирана на верзију %2$s", + "The following apps will be updated:" : "Следеће апликације ће бити ажуриране:", "These incompatible apps will be disabled:" : "Следеће некомпатибилне апликације ће бити онемогућене:", "The theme %s has been disabled." : "Тема %s је онемогућена.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Проверите да ли сте направили резервну копију фасцикли са подешавањима и подацима пре него што наставите.", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index f85903a1e3..9f35a6ffd5 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -13,6 +13,7 @@ "No valid crop data provided" : "Нема исправних података о опсецању", "Crop is not square" : "Опсецање није квадратног облика", "State token does not match" : "Стање жетона се не слаже", + "Invalid app password" : "Неисправна апликативна лозинка", "Could not complete login" : "Не могу да довршим пријављивање", "Your login token is invalid or has expired" : "Ваш жетон за пријављивање је неисправан или је истекао", "Password reset is disabled" : "Ресетовање лозинке није омогућено", @@ -53,6 +54,7 @@ "Starting code integrity check" : "Почињем проверу интегритета кода", "Finished code integrity check" : "Завршена провера интегритета кода", "%s (incompatible)" : "%s (некомпатибилан)", + "The following apps have been disabled: %s" : "Следеће апликације су искључене: %s", "Already up to date" : "Већ је ажурна", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Сервер није правилно подешен за синхронизацију фајлова. Изгледа да је ВебДАВ сучеље покварено.", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "Ваш сервер није правилно подешен да разлучи „{url}“. Можете наћи више информација у документацији.", @@ -160,6 +162,7 @@ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Једноставна е-мејл апликација која се лепо интегрише са Фајловима, Контактима и Календаром.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Ћаскање, видео позиви, дељење екрана, састанци на интернету & веб конференције – на десктоп рачунару и преко мобилних апликација.", "Collaboratively edit office documents." : "Уређујте документа заједно.", + "Local document editing back-end used by the Collabora Online app." : "Позадински мотор за локално уређивање докумената који користи Collabora апликацију.", "Forgot password?" : "Заборавили сте лозинку?", "Log in with a device" : "Пријава са уређајем", "Back" : "Назад", @@ -283,6 +286,7 @@ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite треба да се користи само за најмање инстанце или за инстанце за развој. За продукцију, препоручујемо други тип база података.", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Коришћење SQLite базе података нарочите није препоручљиво ако користите клијенте за синхронизацију фајлова.", "Install recommended apps" : "Инсталирајте препоручене апликације", + "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, контакти, разговор, пошта & заједничко уређивање", "Finish setup" : "Заврши подешавање", "Finishing …" : "Завршавам…", "Need help?" : "Треба Вам помоћ?", @@ -331,6 +335,7 @@ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Више информација о томе како ово подесити можете да нађете у %1$s документацији%2$s.", "App update required" : "Потребно ажурирање апликације", "%1$s will be updated to version %2$s" : "%1$s ће бити ажурирана на верзију %2$s", + "The following apps will be updated:" : "Следеће апликације ће бити ажуриране:", "These incompatible apps will be disabled:" : "Следеће некомпатибилне апликације ће бити онемогућене:", "The theme %s has been disabled." : "Тема %s је онемогућена.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Проверите да ли сте направили резервну копију фасцикли са подешавањима и подацима пре него што наставите.",