[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-02-10 01:56:05 -05:00
parent 53d57bffed
commit 9ebcc4ce31
90 changed files with 94 additions and 74 deletions

View File

@ -18,6 +18,7 @@ OC.L10N.register(
"Unsatisfied authentication mechanism parameters" : "Los parámetros del mecanismo de autentificación no son válidos",
"Insufficient data: %s" : "Datos insuficientes: %s",
"%s" : "%s",
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no es editable por usuarios",
"Personal" : "Personal",
"System" : "Sistema",
"Grant access" : "Conceder acceso",
@ -28,6 +29,7 @@ OC.L10N.register(
"Error generating key pair" : "Error al generar el par de claves",
"Enable encryption" : "Habilitar cifrado",
"Enable previews" : "Habilitar previsualizaciones",
"Enable sharing" : "Habilitar comparto",
"Check for changes" : "Comprobar si hay cambios",
"Never" : "Nunca",
"Once every direct access" : "Una vez cada acceso directo",
@ -43,10 +45,15 @@ OC.L10N.register(
"Couldn't get the list of external mount points: {type}" : "No se puede obtener la lista de los puntos de montaje externos: {type}",
"There was an error with message: " : "Hubo un error con el mensaje:",
"External mount error" : "Error de montaje externo",
"external-storage" : "almacenamiento-externo",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "No se puede obtener la lista de unidades de red y sus puntos de montaje de Windows: respuesta vacía desde el servidor",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no están conectados. Por favor, haga clic en la fila roja (s) para obtener más información",
"Please enter the credentials for the {mount} mount" : "Por favor introduzca los credenciales para el punto de montaje {mount}",
"Username" : "Nombre de usuario",
"Password" : "Contraseña",
"Credentials saved" : "Credenciales guardados",
"Credentials saving failed" : "Guardado de credenciales fallido",
"Credentials required" : "Credenciales requeridos",
"Access key" : "Clave de acceso",
"Secret key" : "Clave secreta",
"Builtin" : "Incorporado",
@ -62,7 +69,11 @@ OC.L10N.register(
"Identity endpoint URL" : "Identidad de punto final URL",
"Rackspace" : "Espacio de Rack",
"API key" : "Clave API",
"Global Credentails" : "Credenciales Globales",
"Log-in credentials, save in database" : "Iniciar credenciales, guardar en base de datos",
"Username and password" : "Nombre de usuario y contraseña",
"Log-in credentials, save in session" : "Iniciar credenciales, guardar en la sesión",
"User entered, store in database" : "Usuario introducido, guardar en la base de datos",
"RSA public key" : "Clave pública RSA",
"Public key" : "Clave pública",
"Amazon S3" : "Amazon S3",
@ -105,6 +116,7 @@ OC.L10N.register(
"Storage type" : "Tipo de almacenamiento",
"Scope" : "Ámbito",
"External Storage" : "Almacenamiento externo",
"Global Credentials" : "Credenciales Globales",
"Folder name" : "Nombre de la carpeta",
"Authentication" : "Autentificación",
"Configuration" : "Configuración",

View File

@ -16,6 +16,7 @@
"Unsatisfied authentication mechanism parameters" : "Los parámetros del mecanismo de autentificación no son válidos",
"Insufficient data: %s" : "Datos insuficientes: %s",
"%s" : "%s",
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no es editable por usuarios",
"Personal" : "Personal",
"System" : "Sistema",
"Grant access" : "Conceder acceso",
@ -26,6 +27,7 @@
"Error generating key pair" : "Error al generar el par de claves",
"Enable encryption" : "Habilitar cifrado",
"Enable previews" : "Habilitar previsualizaciones",
"Enable sharing" : "Habilitar comparto",
"Check for changes" : "Comprobar si hay cambios",
"Never" : "Nunca",
"Once every direct access" : "Una vez cada acceso directo",
@ -41,10 +43,15 @@
"Couldn't get the list of external mount points: {type}" : "No se puede obtener la lista de los puntos de montaje externos: {type}",
"There was an error with message: " : "Hubo un error con el mensaje:",
"External mount error" : "Error de montaje externo",
"external-storage" : "almacenamiento-externo",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "No se puede obtener la lista de unidades de red y sus puntos de montaje de Windows: respuesta vacía desde el servidor",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no están conectados. Por favor, haga clic en la fila roja (s) para obtener más información",
"Please enter the credentials for the {mount} mount" : "Por favor introduzca los credenciales para el punto de montaje {mount}",
"Username" : "Nombre de usuario",
"Password" : "Contraseña",
"Credentials saved" : "Credenciales guardados",
"Credentials saving failed" : "Guardado de credenciales fallido",
"Credentials required" : "Credenciales requeridos",
"Access key" : "Clave de acceso",
"Secret key" : "Clave secreta",
"Builtin" : "Incorporado",
@ -60,7 +67,11 @@
"Identity endpoint URL" : "Identidad de punto final URL",
"Rackspace" : "Espacio de Rack",
"API key" : "Clave API",
"Global Credentails" : "Credenciales Globales",
"Log-in credentials, save in database" : "Iniciar credenciales, guardar en base de datos",
"Username and password" : "Nombre de usuario y contraseña",
"Log-in credentials, save in session" : "Iniciar credenciales, guardar en la sesión",
"User entered, store in database" : "Usuario introducido, guardar en la base de datos",
"RSA public key" : "Clave pública RSA",
"Public key" : "Clave pública",
"Amazon S3" : "Amazon S3",
@ -103,6 +114,7 @@
"Storage type" : "Tipo de almacenamiento",
"Scope" : "Ámbito",
"External Storage" : "Almacenamiento externo",
"Global Credentials" : "Credenciales Globales",
"Folder name" : "Nombre de la carpeta",
"Authentication" : "Autentificación",
"Configuration" : "Configuración",

View File

@ -69,7 +69,11 @@ OC.L10N.register(
"Identity endpoint URL" : "認証エンドポイントURL",
"Rackspace" : "Rackspace",
"API key" : "APIキー",
"Global Credentails" : "グローバル認証情報",
"Log-in credentials, save in database" : "ログイン認証情報は、データベースに保存されます。",
"Username and password" : "ユーザー名とパスワード",
"Log-in credentials, save in session" : "ログイン認証情報は、セッションに保存されます。",
"User entered, store in database" : "ユーザー情報は、データベースに保存されます。",
"RSA public key" : "RSA公開鍵",
"Public key" : "公開鍵",
"Amazon S3" : "Amazon S3",
@ -112,6 +116,7 @@ OC.L10N.register(
"Storage type" : "ストレージ種別",
"Scope" : "スコープ",
"External Storage" : "外部ストレージ",
"Global Credentials" : "グローバル認証情報",
"Folder name" : "フォルダー名",
"Authentication" : "認証",
"Configuration" : "設定",

View File

@ -67,7 +67,11 @@
"Identity endpoint URL" : "認証エンドポイントURL",
"Rackspace" : "Rackspace",
"API key" : "APIキー",
"Global Credentails" : "グローバル認証情報",
"Log-in credentials, save in database" : "ログイン認証情報は、データベースに保存されます。",
"Username and password" : "ユーザー名とパスワード",
"Log-in credentials, save in session" : "ログイン認証情報は、セッションに保存されます。",
"User entered, store in database" : "ユーザー情報は、データベースに保存されます。",
"RSA public key" : "RSA公開鍵",
"Public key" : "公開鍵",
"Amazon S3" : "Amazon S3",
@ -110,6 +114,7 @@
"Storage type" : "ストレージ種別",
"Scope" : "スコープ",
"External Storage" : "外部ストレージ",
"Global Credentials" : "グローバル認証情報",
"Folder name" : "フォルダー名",
"Authentication" : "認証",
"Configuration" : "設定",

View File

@ -122,6 +122,8 @@ OC.L10N.register(
"Directory Settings" : "Configuracion de directorio",
"User Display Name Field" : "Campo de nombre de usuario a mostrar",
"The LDAP attribute to use to generate the user's display name." : "El campo LDAP a usar para generar el nombre para mostrar del usuario.",
"2nd User Display Name Field" : "2do Campo de Nombre a Mostrar por el Usuario",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP para ser añadido en el nombre a mostrar en paréntesis. Resulta en p.ej. »John Doe (john.doe@example.org)«.",
"Base User Tree" : "Árbol base de usuario",
"One User Base DN per line" : "Un DN Base de Usuario por línea",
"User Search Attributes" : "Atributos de la busqueda de usuario",
@ -132,6 +134,8 @@ OC.L10N.register(
"One Group Base DN per line" : "Un DN Base de Grupo por línea",
"Group Search Attributes" : "Atributos de búsqueda de grupo",
"Group-Member association" : "Asociación Grupo-Miembro",
"Dynamic Group Member URL" : "URL Dinámica de Miembro de Grupo",
"The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "El atributo LDAP que en los objetos de grupo contiene una URL de búsqueda LDAP que determina qué objetos pertenecen al grupo. (Un escenario vacío deshabilita la funcionalidad dinámica de pertenencia al grupo.)",
"Nested Groups" : "Grupos anidados",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se active, se permitirán grupos que contengan otros grupos (solo funciona si el atributo de miembro de grupo contiene DNs).",
"Paging chunksize" : "Tamaño de los fragmentos de paginación",

View File

@ -120,6 +120,8 @@
"Directory Settings" : "Configuracion de directorio",
"User Display Name Field" : "Campo de nombre de usuario a mostrar",
"The LDAP attribute to use to generate the user's display name." : "El campo LDAP a usar para generar el nombre para mostrar del usuario.",
"2nd User Display Name Field" : "2do Campo de Nombre a Mostrar por el Usuario",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP para ser añadido en el nombre a mostrar en paréntesis. Resulta en p.ej. »John Doe (john.doe@example.org)«.",
"Base User Tree" : "Árbol base de usuario",
"One User Base DN per line" : "Un DN Base de Usuario por línea",
"User Search Attributes" : "Atributos de la busqueda de usuario",
@ -130,6 +132,8 @@
"One Group Base DN per line" : "Un DN Base de Grupo por línea",
"Group Search Attributes" : "Atributos de búsqueda de grupo",
"Group-Member association" : "Asociación Grupo-Miembro",
"Dynamic Group Member URL" : "URL Dinámica de Miembro de Grupo",
"The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "El atributo LDAP que en los objetos de grupo contiene una URL de búsqueda LDAP que determina qué objetos pertenecen al grupo. (Un escenario vacío deshabilita la funcionalidad dinámica de pertenencia al grupo.)",
"Nested Groups" : "Grupos anidados",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se active, se permitirán grupos que contengan otros grupos (solo funciona si el atributo de miembro de grupo contiene DNs).",
"Paging chunksize" : "Tamaño de los fragmentos de paginación",

View File

@ -123,6 +123,7 @@ OC.L10N.register(
"User Display Name Field" : "ユーザー表示名のフィールド",
"The LDAP attribute to use to generate the user's display name." : "ユーザーの表示名の生成に利用するLDAP属性",
"2nd User Display Name Field" : "第2ユーザー表示名のフィールド",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "オプションです。表示名内にカッコ付きで追加表示される属性 »John Doe (john.doe@example.org)«.",
"Base User Tree" : "ベースユーザーツリー",
"One User Base DN per line" : "1行に1つのユーザーベースDN",
"User Search Attributes" : "ユーザー検索属性",

View File

@ -121,6 +121,7 @@
"User Display Name Field" : "ユーザー表示名のフィールド",
"The LDAP attribute to use to generate the user's display name." : "ユーザーの表示名の生成に利用するLDAP属性",
"2nd User Display Name Field" : "第2ユーザー表示名のフィールド",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "オプションです。表示名内にカッコ付きで追加表示される属性 »John Doe (john.doe@example.org)«.",
"Base User Tree" : "ベースユーザーツリー",
"One User Base DN per line" : "1行に1つのユーザーベースDN",
"User Search Attributes" : "ユーザー検索属性",

View File

@ -122,7 +122,7 @@ OC.L10N.register(
"Directory Settings" : "Configurações de Diretório",
"User Display Name Field" : "Campo Nome de Exibição de Usuário",
"The LDAP attribute to use to generate the user's display name." : "O atributo LDAP para usar para gerar o nome de exibição do usuário.",
"2nd User Display Name Field" : "2º Nome do Campo de Exibição do Usuário",
"2nd User Display Name Field" : "2º Campo Nome de Exibição de Usuário",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Um atributo LDAP para ser adicionado ao nome de exibição entre colchetes. Exemplo de resultado »John Doe (john.doe@example.org)«.",
"Base User Tree" : "Árvore de Usuário Base",
"One User Base DN per line" : "Um usuário-base DN por linha",

View File

@ -120,7 +120,7 @@
"Directory Settings" : "Configurações de Diretório",
"User Display Name Field" : "Campo Nome de Exibição de Usuário",
"The LDAP attribute to use to generate the user's display name." : "O atributo LDAP para usar para gerar o nome de exibição do usuário.",
"2nd User Display Name Field" : "2º Nome do Campo de Exibição do Usuário",
"2nd User Display Name Field" : "2º Campo Nome de Exibição de Usuário",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Um atributo LDAP para ser adicionado ao nome de exibição entre colchetes. Exemplo de resultado »John Doe (john.doe@example.org)«.",
"Base User Tree" : "Árvore de Usuário Base",
"One User Base DN per line" : "Um usuário-base DN por linha",

View File

@ -161,7 +161,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hola {name}, el temps és {weather}",
"Hello {name}" : "Hola {name}",
"_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n "],
"{version} is available. Get more information on how to update." : "Hi ha disponible la versió {version}. Obtingueu més informació sobre com actualitzar.",
"Updating {productName} to version {version}, this may take a while." : "Actualitzant {productName} a la versió {version}. Pot trigar una estona.",
"Please reload the page." : "Carregueu la pàgina de nou.",
"The update was unsuccessful. " : "La actualització no ha tingut èxit",

View File

@ -159,7 +159,6 @@
"Hello {name}, the weather is {weather}" : "Hola {name}, el temps és {weather}",
"Hello {name}" : "Hola {name}",
"_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n "],
"{version} is available. Get more information on how to update." : "Hi ha disponible la versió {version}. Obtingueu més informació sobre com actualitzar.",
"Updating {productName} to version {version}, this may take a while." : "Actualitzant {productName} a la versió {version}. Pot trigar una estona.",
"Please reload the page." : "Carregueu la pàgina de nou.",
"The update was unsuccessful. " : "La actualització no ha tingut èxit",

View File

@ -193,7 +193,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Ahoj {name}, je {weather}",
"Hello {name}" : "Vítej, {name}",
"_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů"],
"{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Probíhá aktualizace, opuštění této stránky může v některých prostředích přerušit proces.",
"Updating {productName} to version {version}, this may take a while." : "Aktualizuji {productName} na verzi {version}, může to chvíli trvat.",
"An error occurred." : "Došlo k chybě.",

View File

@ -191,7 +191,6 @@
"Hello {name}, the weather is {weather}" : "Ahoj {name}, je {weather}",
"Hello {name}" : "Vítej, {name}",
"_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů"],
"{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Probíhá aktualizace, opuštění této stránky může v některých prostředích přerušit proces.",
"Updating {productName} to version {version}, this may take a while." : "Aktualizuji {productName} na verzi {version}, může to chvíli trvat.",
"An error occurred." : "Došlo k chybě.",

View File

@ -172,7 +172,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hej {name}, vejret er {weather}",
"Hello {name}" : "Hej {name}",
"_download %n file_::_download %n files_" : ["hent %n fil","hent %n filer"],
"{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Opgraderingen er i gang, forlader du denne side kan det afbryde processen.",
"Updating {productName} to version {version}, this may take a while." : "Opdaterer {productName} til version {version}, det kan tage et stykke tid.",
"An error occurred." : "Der opstod en fejl.",

View File

@ -170,7 +170,6 @@
"Hello {name}, the weather is {weather}" : "Hej {name}, vejret er {weather}",
"Hello {name}" : "Hej {name}",
"_download %n file_::_download %n files_" : ["hent %n fil","hent %n filer"],
"{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Opgraderingen er i gang, forlader du denne side kan det afbryde processen.",
"Updating {productName} to version {version}, this may take a while." : "Opdaterer {productName} til version {version}, det kan tage et stykke tid.",
"An error occurred." : "Der opstod en fejl.",

View File

@ -175,7 +175,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hallo {name}, das Wetter ist {weather}",
"Hello {name}" : "Hallo {name}",
"_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"],
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Update läuft gerade. Das Verlassen dieser Seite könnte den Update Prozess in einigen Umgebungen unterbrechen.",
"Updating {productName} to version {version}, this may take a while." : "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.",
"An error occurred." : "Es ist ein Fehler aufgetreten.",

View File

@ -173,7 +173,6 @@
"Hello {name}, the weather is {weather}" : "Hallo {name}, das Wetter ist {weather}",
"Hello {name}" : "Hallo {name}",
"_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"],
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Update läuft gerade. Das Verlassen dieser Seite könnte den Update Prozess in einigen Umgebungen unterbrechen.",
"Updating {productName} to version {version}, this may take a while." : "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.",
"An error occurred." : "Es ist ein Fehler aufgetreten.",

View File

@ -175,7 +175,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hallo {name}, das Wetter ist {weather}",
"Hello {name}" : "Hallo {name}",
"_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"],
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Upgrade läuft noch , diese Seite zu verlassen könnte das Verfahren in einigen Umgebungen unterbrechen.",
"Updating {productName} to version {version}, this may take a while." : "{productName} wird auf Version {version} aktualisiert. Das könnte eine Weile dauern.",
"An error occurred." : "Ein Fehler ist aufgetreten.",

View File

@ -173,7 +173,6 @@
"Hello {name}, the weather is {weather}" : "Hallo {name}, das Wetter ist {weather}",
"Hello {name}" : "Hallo {name}",
"_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"],
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Upgrade läuft noch , diese Seite zu verlassen könnte das Verfahren in einigen Umgebungen unterbrechen.",
"Updating {productName} to version {version}, this may take a while." : "{productName} wird auf Version {version} aktualisiert. Das könnte eine Weile dauern.",
"An error occurred." : "Ein Fehler ist aufgetreten.",

View File

@ -172,7 +172,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Γειά σου {name}, ο καιρός είναι {weather}",
"Hello {name}" : "Γεια σου {name}",
"_download %n file_::_download %n files_" : ["λήψη %n αρχείου","λήψη %n αρχείων"],
"{version} is available. Get more information on how to update." : "Η έκδοση {version} είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες για το πως να κάνετε την ενημέρωση.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Η αναβάθμιση είναι σε εξέλιξη, αν φύγετε από αυτή τη σελίδα μπορεί να διακοπεί η διαδικασία σε ορισμένα περιβάλλοντα χρήσης.",
"Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.",
"An error occurred." : "Παρουσιάστηκε σφάλμα",

View File

@ -170,7 +170,6 @@
"Hello {name}, the weather is {weather}" : "Γειά σου {name}, ο καιρός είναι {weather}",
"Hello {name}" : "Γεια σου {name}",
"_download %n file_::_download %n files_" : ["λήψη %n αρχείου","λήψη %n αρχείων"],
"{version} is available. Get more information on how to update." : "Η έκδοση {version} είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες για το πως να κάνετε την ενημέρωση.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Η αναβάθμιση είναι σε εξέλιξη, αν φύγετε από αυτή τη σελίδα μπορεί να διακοπεί η διαδικασία σε ορισμένα περιβάλλοντα χρήσης.",
"Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.",
"An error occurred." : "Παρουσιάστηκε σφάλμα",

View File

@ -148,7 +148,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hello {name}, the weather is {weather}",
"Hello {name}" : "Hello {name}",
"_download %n file_::_download %n files_" : ["download %n file","download %n files"],
"{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
"Updating {productName} to version {version}, this may take a while." : "Updating {productName} to version {version}, this may take a while.",
"Please reload the page." : "Please reload the page.",
"The update was unsuccessful. " : "The update was unsuccessful. ",

View File

@ -146,7 +146,6 @@
"Hello {name}, the weather is {weather}" : "Hello {name}, the weather is {weather}",
"Hello {name}" : "Hello {name}",
"_download %n file_::_download %n files_" : ["download %n file","download %n files"],
"{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
"Updating {productName} to version {version}, this may take a while." : "Updating {productName} to version {version}, this may take a while.",
"Please reload the page." : "Please reload the page.",
"The update was unsuccessful. " : "The update was unsuccessful. ",

View File

@ -164,16 +164,23 @@ OC.L10N.register(
"change" : "cambio",
"delete" : "eliminar",
"access control" : "control de acceso",
"Could not unshare" : "No se puede quitar el comparto",
"Share details could not be loaded for this item." : "No se han podido cargar los detalles de compartición para este elemento.",
"An error occured. Please try again" : "Un error ocurrió. Por favor reinténtelo nuevamente.",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud",
"Share with users or groups …" : "Compartir con usuarios o grupos ...",
"Share with users, groups or remote users …" : "Comparte con usuarios, grupos o usuarios remotos...",
"Error removing share" : "Error quitando el comparto",
"Warning" : "Precaución",
"Error while sending notification" : "Error mientras se enviaba la notificación",
"Non-existing tag #{tag}" : "Categoría #{tag} no existente",
"not assignable" : "no asignable",
"invisible" : "invisible",
"({scope})" : "({scope})",
"Delete" : "Eliminar",
"Rename" : "Renombrar",
"Global tags" : "Categorías globales",
"The object type is not specified." : "El tipo de objeto no está especificado.",
"Enter new" : "Ingresar nueva",
"Add" : "Agregar",
@ -186,11 +193,11 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hola {name}, el día es {weather}",
"Hello {name}" : "Hola {name}",
"_download %n file_::_download %n files_" : ["descargar %n ficheros","descargar %n archivos"],
"{version} is available. Get more information on how to update." : "Una nueva {version} está disponible. Obtenga más información sobre cómo actualizar.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, salir de esta página podrían interrumpir el proceso en algunos entornos.",
"Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.",
"An error occurred." : "Ocurrió un error.",
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.",
"The update was unsuccessful. " : "La actualización ha fallado.",
"The update was successful. There were warnings." : "La actualización fue exitosa. Había advertencias.",
"The update was successful. Redirecting you to ownCloud now." : "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.",

View File

@ -162,16 +162,23 @@
"change" : "cambio",
"delete" : "eliminar",
"access control" : "control de acceso",
"Could not unshare" : "No se puede quitar el comparto",
"Share details could not be loaded for this item." : "No se han podido cargar los detalles de compartición para este elemento.",
"An error occured. Please try again" : "Un error ocurrió. Por favor reinténtelo nuevamente.",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud",
"Share with users or groups …" : "Compartir con usuarios o grupos ...",
"Share with users, groups or remote users …" : "Comparte con usuarios, grupos o usuarios remotos...",
"Error removing share" : "Error quitando el comparto",
"Warning" : "Precaución",
"Error while sending notification" : "Error mientras se enviaba la notificación",
"Non-existing tag #{tag}" : "Categoría #{tag} no existente",
"not assignable" : "no asignable",
"invisible" : "invisible",
"({scope})" : "({scope})",
"Delete" : "Eliminar",
"Rename" : "Renombrar",
"Global tags" : "Categorías globales",
"The object type is not specified." : "El tipo de objeto no está especificado.",
"Enter new" : "Ingresar nueva",
"Add" : "Agregar",
@ -184,11 +191,11 @@
"Hello {name}, the weather is {weather}" : "Hola {name}, el día es {weather}",
"Hello {name}" : "Hola {name}",
"_download %n file_::_download %n files_" : ["descargar %n ficheros","descargar %n archivos"],
"{version} is available. Get more information on how to update." : "Una nueva {version} está disponible. Obtenga más información sobre cómo actualizar.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, salir de esta página podrían interrumpir el proceso en algunos entornos.",
"Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.",
"An error occurred." : "Ocurrió un error.",
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.",
"The update was unsuccessful. " : "La actualización ha fallado.",
"The update was successful. There were warnings." : "La actualización fue exitosa. Había advertencias.",
"The update was successful. Redirecting you to ownCloud now." : "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.",

View File

@ -158,7 +158,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Tere {name}, ilm on {weather}",
"Hello {name}" : "Tere, {name}",
"_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"],
"{version} is available. Get more information on how to update." : "{version} on saadaval. Vaata lisainfot uuendamise kohta.",
"Updating {productName} to version {version}, this may take a while." : "Uuendan {productName} versioonile {version}, see võtab veidi aega.",
"Please reload the page." : "Palun laadi see uuesti.",
"The update was unsuccessful. " : "Uuendamine ebaõnnestus.",

View File

@ -156,7 +156,6 @@
"Hello {name}, the weather is {weather}" : "Tere {name}, ilm on {weather}",
"Hello {name}" : "Tere, {name}",
"_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"],
"{version} is available. Get more information on how to update." : "{version} on saadaval. Vaata lisainfot uuendamise kohta.",
"Updating {productName} to version {version}, this may take a while." : "Uuendan {productName} versioonile {version}, see võtab veidi aega.",
"Please reload the page." : "Palun laadi see uuesti.",
"The update was unsuccessful. " : "Uuendamine ebaõnnestus.",

View File

@ -148,7 +148,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "سلام {name}, هوا {weather} است",
"Hello {name}" : "سلام {name}",
"_download %n file_::_download %n files_" : ["دانلود %n فایل"],
"{version} is available. Get more information on how to update." : "{version} آماده است. برای چگونگی بروزرسانی اطلاعات بیشتر را دریافت نمایید.",
"Updating {productName} to version {version}, this may take a while." : "بروزرسانی {productName} به نسخه‎ی {version}، این عملیات ممکن است زمان‎بر باشد.",
"An error occurred." : "یک خطا رخ‌داده است.",
"The update was unsuccessful. " : "بروزرسانی ناموفق بود.",

View File

@ -146,7 +146,6 @@
"Hello {name}, the weather is {weather}" : "سلام {name}, هوا {weather} است",
"Hello {name}" : "سلام {name}",
"_download %n file_::_download %n files_" : ["دانلود %n فایل"],
"{version} is available. Get more information on how to update." : "{version} آماده است. برای چگونگی بروزرسانی اطلاعات بیشتر را دریافت نمایید.",
"Updating {productName} to version {version}, this may take a while." : "بروزرسانی {productName} به نسخه‎ی {version}، این عملیات ممکن است زمان‎بر باشد.",
"An error occurred." : "یک خطا رخ‌داده است.",
"The update was unsuccessful. " : "بروزرسانی ناموفق بود.",

View File

@ -193,11 +193,11 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hei {name}, sää on {weather}",
"Hello {name}" : "Hei {name}",
"_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"],
"{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.",
"Updating {productName} to version {version}, this may take a while." : "Päivitetään {productName} versioon {version}, tämä saattaa kestää hetken.",
"An error occurred." : "Tapahtui virhe.",
"Please reload the page." : "Päivitä sivu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.",
"The update was unsuccessful. " : "Päivitys epäonnistui.",
"The update was successful. There were warnings." : "Päivitys onnistui, tosin ilmeni varoituksia.",
"The update was successful. Redirecting you to ownCloud now." : "Päivitys onnistui. Selain ohjautuu nyt ownCloudiisi.",

View File

@ -191,11 +191,11 @@
"Hello {name}, the weather is {weather}" : "Hei {name}, sää on {weather}",
"Hello {name}" : "Hei {name}",
"_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"],
"{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.",
"Updating {productName} to version {version}, this may take a while." : "Päivitetään {productName} versioon {version}, tämä saattaa kestää hetken.",
"An error occurred." : "Tapahtui virhe.",
"Please reload the page." : "Päivitä sivu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.",
"The update was unsuccessful. " : "Päivitys epäonnistui.",
"The update was successful. There were warnings." : "Päivitys onnistui, tosin ilmeni varoituksia.",
"The update was successful. Redirecting you to ownCloud now." : "Päivitys onnistui. Selain ohjautuu nyt ownCloudiisi.",

View File

@ -193,7 +193,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Bonjour {name}, le temps est {weather}",
"Hello {name}" : "Hello {name}",
"_download %n file_::_download %n files_" : ["Télécharger %n fichier","Télécharger %n fichiers"],
"{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations à propos de cette mise à jour.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mise à jour est en cours. Selon la configuration, le fait de quitter cette page peut entraîner l'interruption de la procédure.",
"Updating {productName} to version {version}, this may take a while." : "La mise à jour de {productName} vers la version {version} est en cours. Cela peut prendre un certain temps.",
"An error occurred." : "Une erreur est survenue.",

View File

@ -191,7 +191,6 @@
"Hello {name}, the weather is {weather}" : "Bonjour {name}, le temps est {weather}",
"Hello {name}" : "Hello {name}",
"_download %n file_::_download %n files_" : ["Télécharger %n fichier","Télécharger %n fichiers"],
"{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations à propos de cette mise à jour.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mise à jour est en cours. Selon la configuration, le fait de quitter cette page peut entraîner l'interruption de la procédure.",
"Updating {productName} to version {version}, this may take a while." : "La mise à jour de {productName} vers la version {version} est en cours. Cela peut prendre un certain temps.",
"An error occurred." : "Une erreur est survenue.",

View File

@ -160,7 +160,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Ola {name}, o tempo é {weather}",
"Hello {name}" : "Ola {name}",
"_download %n file_::_download %n files_" : ["descargar %n ficheiro","descargar %n ficheiros"],
"{version} is available. Get more information on how to update." : "{version} está dispoñíbel. Obteña máis información sobre como actualizar.",
"Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a versión {version}, isto pode levar un anaco.",
"Please reload the page." : "Volva cargar a páxina.",
"The update was unsuccessful. " : "Fracasou a actualización.",

View File

@ -158,7 +158,6 @@
"Hello {name}, the weather is {weather}" : "Ola {name}, o tempo é {weather}",
"Hello {name}" : "Ola {name}",
"_download %n file_::_download %n files_" : ["descargar %n ficheiro","descargar %n ficheiros"],
"{version} is available. Get more information on how to update." : "{version} está dispoñíbel. Obteña máis información sobre como actualizar.",
"Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a versión {version}, isto pode levar un anaco.",
"Please reload the page." : "Volva cargar a páxina.",
"The update was unsuccessful. " : "Fracasou a actualización.",

View File

@ -193,7 +193,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "שלום {name}, מזג האוויר הנו {weather}",
"Hello {name}" : "שלום {name}",
"_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים"],
"{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "מתבצע עכשיו שדרוג, מעבר מדף זה עלול לפגוע בתהליך בסביבות הפעלה מסויימות.",
"Updating {productName} to version {version}, this may take a while." : "מעדכן {productName} לגרסה {version}, זה יקח זמן מה.",
"An error occurred." : "אירעה שגיאה.",

View File

@ -191,7 +191,6 @@
"Hello {name}, the weather is {weather}" : "שלום {name}, מזג האוויר הנו {weather}",
"Hello {name}" : "שלום {name}",
"_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים"],
"{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "מתבצע עכשיו שדרוג, מעבר מדף זה עלול לפגוע בתהליך בסביבות הפעלה מסויימות.",
"Updating {productName} to version {version}, this may take a while." : "מעדכן {productName} לגרסה {version}, זה יקח זמן מה.",
"An error occurred." : "אירעה שגיאה.",

View File

@ -175,7 +175,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Üdv, {name}, {weather} időnk van",
"Hello {name}" : "Hello {name}",
"_download %n file_::_download %n files_" : ["%n fájl letöltése","%n fájl letöltése"],
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A frissítés folyamatban van, az oldal elhagyása néhány környezetben lehet, hogy megszakítja a folyamatot.",
"Updating {productName} to version {version}, this may take a while." : " {productName} frissítése zajlik erre a verzióra: {version}. Ez eltarthat egy darabig.",
"An error occurred." : "Hiba történt.",

View File

@ -173,7 +173,6 @@
"Hello {name}, the weather is {weather}" : "Üdv, {name}, {weather} időnk van",
"Hello {name}" : "Hello {name}",
"_download %n file_::_download %n files_" : ["%n fájl letöltése","%n fájl letöltése"],
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A frissítés folyamatban van, az oldal elhagyása néhány környezetben lehet, hogy megszakítja a folyamatot.",
"Updating {productName} to version {version}, this may take a while." : " {productName} frissítése zajlik erre a verzióra: {version}. Ez eltarthat egy darabig.",
"An error occurred." : "Hiba történt.",

View File

@ -172,7 +172,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Helo {name}, jepang {weather}",
"Hello {name}" : "Helo {name}",
"_download %n file_::_download %n files_" : ["unduh %n berkas"],
"{version} is available. Get more information on how to update." : "{version} tersedia. Dapatkan informasi lebih lanjut cara memperbaruinya.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.",
"Updating {productName} to version {version}, this may take a while." : "Memperbarui {productName} ke versi {version}, ini memerlukan waktu.",
"An error occurred." : "Terjadi kesalahan.",

View File

@ -170,7 +170,6 @@
"Hello {name}, the weather is {weather}" : "Helo {name}, jepang {weather}",
"Hello {name}" : "Helo {name}",
"_download %n file_::_download %n files_" : ["unduh %n berkas"],
"{version} is available. Get more information on how to update." : "{version} tersedia. Dapatkan informasi lebih lanjut cara memperbaruinya.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.",
"Updating {productName} to version {version}, this may take a while." : "Memperbarui {productName} ke versi {version}, ini memerlukan waktu.",
"An error occurred." : "Terjadi kesalahan.",

View File

@ -165,7 +165,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Halló {name},veðrið er {weather}",
"Hello {name}" : "Halló {name}",
"_download %n file_::_download %n files_" : ["sækja %n skrá","sækja %n skrár"],
"{version} is available. Get more information on how to update." : "{version} er í boði. Fá frekari upplýsingar um hvernig á að uppfæra.",
"Updating {productName} to version {version}, this may take a while." : "Uppfæri {productName} í útgáfu {version}, þetta getur tekið smá stund.",
"Please reload the page." : "Vinsamlega endurhlaðið síðunni.",
"The update was unsuccessful. " : "Uppfærslan tókst ekki.",

View File

@ -163,7 +163,6 @@
"Hello {name}, the weather is {weather}" : "Halló {name},veðrið er {weather}",
"Hello {name}" : "Halló {name}",
"_download %n file_::_download %n files_" : ["sækja %n skrá","sækja %n skrár"],
"{version} is available. Get more information on how to update." : "{version} er í boði. Fá frekari upplýsingar um hvernig á að uppfæra.",
"Updating {productName} to version {version}, this may take a while." : "Uppfæri {productName} í útgáfu {version}, þetta getur tekið smá stund.",
"Please reload the page." : "Vinsamlega endurhlaðið síðunni.",
"The update was unsuccessful. " : "Uppfærslan tókst ekki.",

View File

@ -193,11 +193,11 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Ciao {name}, il tempo è {weather}",
"Hello {name}" : "Ciao {name}",
"_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"],
"{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.",
"Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.",
"An error occurred." : "Si è verificato un errore.",
"Please reload the page." : "Ricarica la pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.",
"The update was unsuccessful. " : "L'aggiornamento non è riuscito.",
"The update was successful. There were warnings." : "L'aggiornamento è stato effettuato correttamente. Ci sono degli avvisi.",
"The update was successful. Redirecting you to ownCloud now." : "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.",

View File

@ -191,11 +191,11 @@
"Hello {name}, the weather is {weather}" : "Ciao {name}, il tempo è {weather}",
"Hello {name}" : "Ciao {name}",
"_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"],
"{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.",
"Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.",
"An error occurred." : "Si è verificato un errore.",
"Please reload the page." : "Ricarica la pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.",
"The update was unsuccessful. " : "L'aggiornamento non è riuscito.",
"The update was successful. There were warnings." : "L'aggiornamento è stato effettuato correttamente. Ci sono degli avvisi.",
"The update was successful. Redirecting you to ownCloud now." : "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.",

View File

@ -193,11 +193,11 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "こんにちは、 {name}、 天気は{weather}です",
"Hello {name}" : " {name}さん、こんにちは",
"_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"],
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "アップグレード実行中です。このページを離れると、一部の環境では処理が中断されてしまうことがあります。",
"Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。",
"An error occurred." : "エラーが発生しました。",
"Please reload the page." : "ページをリロードしてください。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "アップデートできませんでした。この問題に対する詳細な情報については、<a href=\"{url}\">フォーラムの投稿を確認してください</a> ",
"The update was unsuccessful. " : "アップデートに失敗しました。",
"The update was successful. There were warnings." : "アップデートは成功しました。警告がありました。",
"The update was successful. Redirecting you to ownCloud now." : "アップデートに成功しました。今すぐownCloudにリダイレクトします。",

View File

@ -191,11 +191,11 @@
"Hello {name}, the weather is {weather}" : "こんにちは、 {name}、 天気は{weather}です",
"Hello {name}" : " {name}さん、こんにちは",
"_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"],
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "アップグレード実行中です。このページを離れると、一部の環境では処理が中断されてしまうことがあります。",
"Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。",
"An error occurred." : "エラーが発生しました。",
"Please reload the page." : "ページをリロードしてください。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "アップデートできませんでした。この問題に対する詳細な情報については、<a href=\"{url}\">フォーラムの投稿を確認してください</a> ",
"The update was unsuccessful. " : "アップデートに失敗しました。",
"The update was successful. There were warnings." : "アップデートは成功しました。警告がありました。",
"The update was successful. Redirecting you to ownCloud now." : "アップデートに成功しました。今すぐownCloudにリダイレクトします。",

View File

@ -172,7 +172,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "{name} 님 안녕하세요, 오늘 날씨는 {weather}입니다",
"Hello {name}" : "{name} 님 안녕하세요",
"_download %n file_::_download %n files_" : ["파일 %n개 다운로드"],
"{version} is available. Get more information on how to update." : "{version}을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 알아보십시오.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "업그레이드 중입니다. 이 페이지를 열어 두면 일부 환경에서 진행 과정을 중단시킬 수 있습니다.",
"Updating {productName} to version {version}, this may take a while." : "{productName}을(를) 버전 {version}으로 업데이트하고 있습니다. 시간이 걸릴 수 있습니다.",
"An error occurred." : "오류가 발생했습니다.",

View File

@ -170,7 +170,6 @@
"Hello {name}, the weather is {weather}" : "{name} 님 안녕하세요, 오늘 날씨는 {weather}입니다",
"Hello {name}" : "{name} 님 안녕하세요",
"_download %n file_::_download %n files_" : ["파일 %n개 다운로드"],
"{version} is available. Get more information on how to update." : "{version}을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 알아보십시오.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "업그레이드 중입니다. 이 페이지를 열어 두면 일부 환경에서 진행 과정을 중단시킬 수 있습니다.",
"Updating {productName} to version {version}, this may take a while." : "{productName}을(를) 버전 {version}으로 업데이트하고 있습니다. 시간이 걸릴 수 있습니다.",
"An error occurred." : "오류가 발생했습니다.",

View File

@ -186,7 +186,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hallo {name}, været er {weather}",
"Hello {name}" : "Hallo {name}",
"_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"],
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregår, lukking av denne siden kan forstyrre prosessen for enkelte systemer.",
"Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.",
"An error occurred." : "En feil oppstod.",

View File

@ -184,7 +184,6 @@
"Hello {name}, the weather is {weather}" : "Hallo {name}, været er {weather}",
"Hello {name}" : "Hallo {name}",
"_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"],
"{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregår, lukking av denne siden kan forstyrre prosessen for enkelte systemer.",
"Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.",
"An error occurred." : "En feil oppstod.",

View File

@ -193,7 +193,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hallo {name}, het is hier {weather}",
"Hello {name}" : "Hallo {name}",
"_download %n file_::_download %n files_" : ["download %n bestand","download %n bestanden"],
"{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "De update is bezig, deze pagina verlaten kan het updateproces in sommige omgevingen onderbreken.",
"Updating {productName} to version {version}, this may take a while." : "Bijwerken {productName} naar versie {version}, dit kan even duren.",
"An error occurred." : "Er heeft zich een fout voorgedaan.",

View File

@ -191,7 +191,6 @@
"Hello {name}, the weather is {weather}" : "Hallo {name}, het is hier {weather}",
"Hello {name}" : "Hallo {name}",
"_download %n file_::_download %n files_" : ["download %n bestand","download %n bestanden"],
"{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "De update is bezig, deze pagina verlaten kan het updateproces in sommige omgevingen onderbreken.",
"Updating {productName} to version {version}, this may take a while." : "Bijwerken {productName} naar versie {version}, dit kan even duren.",
"An error occurred." : "Er heeft zich een fout voorgedaan.",

View File

@ -172,7 +172,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Bonjorn {name}, lo temps es {weather}",
"Hello {name}" : "Adiu {name}",
"_download %n file_::_download %n files_" : ["Telecargar %n fichièr","Telecargar %n fichièrs"],
"{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mesa a jorn es en cors. Segon la configuracion, lo fach de quitar aquesta pagina pòt entraïnar l'interrupcion de la procedura.",
"Updating {productName} to version {version}, this may take a while." : "La mesa a jorn de {productName} cap a la version {version} es en cors. Aquò pòt prene un certan temps.",
"An error occurred." : "Una error s'es produsida.",

View File

@ -170,7 +170,6 @@
"Hello {name}, the weather is {weather}" : "Bonjorn {name}, lo temps es {weather}",
"Hello {name}" : "Adiu {name}",
"_download %n file_::_download %n files_" : ["Telecargar %n fichièr","Telecargar %n fichièrs"],
"{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mesa a jorn es en cors. Segon la configuracion, lo fach de quitar aquesta pagina pòt entraïnar l'interrupcion de la procedura.",
"Updating {productName} to version {version}, this may take a while." : "La mesa a jorn de {productName} cap a la version {version} es en cors. Aquò pòt prene un certan temps.",
"An error occurred." : "Una error s'es produsida.",

View File

@ -193,11 +193,11 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Olá {name}, o clima está {weather}",
"Hello {name}" : "Olá {name}",
"_download %n file_::_download %n files_" : ["baixar %n arquivo","baixar %n arquivos"],
"{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em andamento, deixando esta página pode haver interrupção do processo em alguns ambientes.",
"Updating {productName} to version {version}, this may take a while." : "Atualizando {productName} para a versão {version}, isso pode demorar um pouco.",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor recarregue a página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização não foi bem sucedida. Para mais informações <a href=\"{url}\">verificar o nosso post no fórum</a> que abrange esta questão.",
"The update was unsuccessful. " : "A atualização não foi bem sucedida.",
"The update was successful. There were warnings." : "A atualização foi bem sucedida. Havia advertências.",
"The update was successful. Redirecting you to ownCloud now." : "A atualização teve êxito. Você será redirecionado ao ownCloud agora.",

View File

@ -191,11 +191,11 @@
"Hello {name}, the weather is {weather}" : "Olá {name}, o clima está {weather}",
"Hello {name}" : "Olá {name}",
"_download %n file_::_download %n files_" : ["baixar %n arquivo","baixar %n arquivos"],
"{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em andamento, deixando esta página pode haver interrupção do processo em alguns ambientes.",
"Updating {productName} to version {version}, this may take a while." : "Atualizando {productName} para a versão {version}, isso pode demorar um pouco.",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor recarregue a página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização não foi bem sucedida. Para mais informações <a href=\"{url}\">verificar o nosso post no fórum</a> que abrange esta questão.",
"The update was unsuccessful. " : "A atualização não foi bem sucedida.",
"The update was successful. There were warnings." : "A atualização foi bem sucedida. Havia advertências.",
"The update was successful. Redirecting you to ownCloud now." : "A atualização teve êxito. Você será redirecionado ao ownCloud agora.",

View File

@ -193,11 +193,11 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Olá {name}, o tempo está {weather}",
"Hello {name}" : "Olá {name}",
"_download %n file_::_download %n files_" : ["transferir %n ficheiro","transferir %n ficheiros"],
"{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em curso. Deixar esta página agora poderá interromper o processo nalguns ambientes.",
"Updating {productName} to version {version}, this may take a while." : "A atualizar {productName} para a versão {version}, isto poderá demorar algum tempo.",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor, recarregue a página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">verifique o nosso fórum</a> sobre como resolver este problema.",
"The update was unsuccessful. " : "Não foi possível atualizar.",
"The update was successful. There were warnings." : "A atualização foi bem sucedida. Tem alguns avisos.",
"The update was successful. Redirecting you to ownCloud now." : "A actualização foi concluída com sucesso. Vai ser redireccionado para o ownCloud agora.",

View File

@ -191,11 +191,11 @@
"Hello {name}, the weather is {weather}" : "Olá {name}, o tempo está {weather}",
"Hello {name}" : "Olá {name}",
"_download %n file_::_download %n files_" : ["transferir %n ficheiro","transferir %n ficheiros"],
"{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em curso. Deixar esta página agora poderá interromper o processo nalguns ambientes.",
"Updating {productName} to version {version}, this may take a while." : "A atualizar {productName} para a versão {version}, isto poderá demorar algum tempo.",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor, recarregue a página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">verifique o nosso fórum</a> sobre como resolver este problema.",
"The update was unsuccessful. " : "Não foi possível atualizar.",
"The update was successful. There were warnings." : "A atualização foi bem sucedida. Tem alguns avisos.",
"The update was successful. Redirecting you to ownCloud now." : "A actualização foi concluída com sucesso. Vai ser redireccionado para o ownCloud agora.",

View File

@ -193,7 +193,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Здравствуйте {name}, погода {weather}",
"Hello {name}" : "Здравствуйте {name}",
"_download %n file_::_download %n files_" : ["скачать %n файл","скачать %n файла","скачать %n файлов","скачать %n файлов"],
"{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Идет обновление. Покидая эту страницу, вы можете прервать процесс обновления.",
"Updating {productName} to version {version}, this may take a while." : "Идет обновление {productName} до версии {version}, это может занять некоторое время.",
"An error occurred." : "Произошла ошибка.",

View File

@ -191,7 +191,6 @@
"Hello {name}, the weather is {weather}" : "Здравствуйте {name}, погода {weather}",
"Hello {name}" : "Здравствуйте {name}",
"_download %n file_::_download %n files_" : ["скачать %n файл","скачать %n файла","скачать %n файлов","скачать %n файлов"],
"{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Идет обновление. Покидая эту страницу, вы можете прервать процесс обновления.",
"Updating {productName} to version {version}, this may take a while." : "Идет обновление {productName} до версии {version}, это может занять некоторое время.",
"An error occurred." : "Произошла ошибка.",

View File

@ -169,7 +169,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Dobrý deň {name}, počasie je {weather}",
"Hello {name}" : "Vitaj {name}",
"_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"],
"{version} is available. Get more information on how to update." : "{version} je dostupná. Získajte viac informácií o postupe aktualizácie.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Aktualizácie prebieha. V niektorých prostrediach môže opustenie tejto stránky spôsobiť prerušenie aktualizácie.",
"Updating {productName} to version {version}, this may take a while." : "Aktualizujem {productName} na verziu {version}, chvíľu to môže trvať.",
"An error occurred." : "Vyskytla sa chyba.",

View File

@ -167,7 +167,6 @@
"Hello {name}, the weather is {weather}" : "Dobrý deň {name}, počasie je {weather}",
"Hello {name}" : "Vitaj {name}",
"_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"],
"{version} is available. Get more information on how to update." : "{version} je dostupná. Získajte viac informácií o postupe aktualizácie.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Aktualizácie prebieha. V niektorých prostrediach môže opustenie tejto stránky spôsobiť prerušenie aktualizácie.",
"Updating {productName} to version {version}, this may take a while." : "Aktualizujem {productName} na verziu {version}, chvíľu to môže trvať.",
"An error occurred." : "Vyskytla sa chyba.",

View File

@ -169,7 +169,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Pozdravljeni, {name}, vreme je {weather}",
"Hello {name}" : "Pozdravljeni, {name}",
"_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"],
"{version} is available. Get more information on how to update." : "Na voljo je verzija {version}. Pridobite informacije, kako nadgraditi.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Posodobitev sistema je v teku. Če zapustite stran, lahko v nekaterih okoljih prekine ta proces.",
"Updating {productName} to version {version}, this may take a while." : "Poteka posodabljanje {productName} na različico {version}. Opravilo je lahko dolgotrajno.",
"An error occurred." : "Prišlo je do napake.",

View File

@ -167,7 +167,6 @@
"Hello {name}, the weather is {weather}" : "Pozdravljeni, {name}, vreme je {weather}",
"Hello {name}" : "Pozdravljeni, {name}",
"_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"],
"{version} is available. Get more information on how to update." : "Na voljo je verzija {version}. Pridobite informacije, kako nadgraditi.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Posodobitev sistema je v teku. Če zapustite stran, lahko v nekaterih okoljih prekine ta proces.",
"Updating {productName} to version {version}, this may take a while." : "Poteka posodabljanje {productName} na različico {version}. Opravilo je lahko dolgotrajno.",
"An error occurred." : "Prišlo je do napake.",

View File

@ -193,11 +193,11 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Tungjatjeta {name}, koha është {weather}",
"Hello {name}" : "Tungjatjeta {name}",
"_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"],
"{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.",
"Updating {productName} to version {version}, this may take a while." : "Po përditësohet {productName} me versionin {version}, kjo mund të zgjasë pak.",
"An error occurred." : "Ndodhi një gabim.",
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
"The update was unsuccessful. " : "Përditësimi qe i pasuksesshëm. ",
"The update was successful. There were warnings." : "Përditësimi qe i suksesshëm. Pati sinjalizime.",
"The update was successful. Redirecting you to ownCloud now." : "Përditësimi qe i suksesshëm. Po ridrejtoheni te ownCloud-i.",

View File

@ -191,11 +191,11 @@
"Hello {name}, the weather is {weather}" : "Tungjatjeta {name}, koha është {weather}",
"Hello {name}" : "Tungjatjeta {name}",
"_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"],
"{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.",
"Updating {productName} to version {version}, this may take a while." : "Po përditësohet {productName} me versionin {version}, kjo mund të zgjasë pak.",
"An error occurred." : "Ndodhi një gabim.",
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
"The update was unsuccessful. " : "Përditësimi qe i pasuksesshëm. ",
"The update was successful. There were warnings." : "Përditësimi qe i suksesshëm. Pati sinjalizime.",
"The update was successful. Redirecting you to ownCloud now." : "Përditësimi qe i suksesshëm. Po ridrejtoheni te ownCloud-i.",

View File

@ -159,7 +159,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Здраво {name}, време је {weather}",
"Hello {name}" : "Здраво {name}",
"_download %n file_::_download %n files_" : ["преузми %n фајл","преузми %n фајла","преузми %n фајлова"],
"{version} is available. Get more information on how to update." : "Верзија {version} је доступна. Сазнајте како да ажурирате.",
"Updating {productName} to version {version}, this may take a while." : "Надограђујем {productName} на издање {version}. Ово би могло да потраје.",
"Please reload the page." : "Поново учитајте страницу.",
"The update was unsuccessful. " : "Ажурирање није успело.",

View File

@ -157,7 +157,6 @@
"Hello {name}, the weather is {weather}" : "Здраво {name}, време је {weather}",
"Hello {name}" : "Здраво {name}",
"_download %n file_::_download %n files_" : ["преузми %n фајл","преузми %n фајла","преузми %n фајлова"],
"{version} is available. Get more information on how to update." : "Верзија {version} је доступна. Сазнајте како да ажурирате.",
"Updating {productName} to version {version}, this may take a while." : "Надограђујем {productName} на издање {version}. Ово би могло да потраје.",
"Please reload the page." : "Поново учитајте страницу.",
"The update was unsuccessful. " : "Ажурирање није успело.",

View File

@ -139,7 +139,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Hej {name}, vädret är {weather}",
"Hello {name}" : "Hej {name}",
"_download %n file_::_download %n files_" : ["Ladda ner %n fil","Ladda ner %n filer"],
"{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.",
"Updating {productName} to version {version}, this may take a while." : "Uppdaterar {productName} till version {version}, detta kan ta en stund.",
"Please reload the page." : "Vänligen ladda om sidan.",
"The update was unsuccessful. " : "Uppdateringen misslyckades.",

View File

@ -137,7 +137,6 @@
"Hello {name}, the weather is {weather}" : "Hej {name}, vädret är {weather}",
"Hello {name}" : "Hej {name}",
"_download %n file_::_download %n files_" : ["Ladda ner %n fil","Ladda ner %n filer"],
"{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.",
"Updating {productName} to version {version}, this may take a while." : "Uppdaterar {productName} till version {version}, detta kan ta en stund.",
"Please reload the page." : "Vänligen ladda om sidan.",
"The update was unsuccessful. " : "Uppdateringen misslyckades.",

View File

@ -193,7 +193,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "สวัสดี {name} สภาพอากาศวันนี้มี {weather}",
"Hello {name}" : "สวัสดี {name}",
"_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"],
"{version} is available. Get more information on how to update." : "{version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "กำลังดำเนินการอัพเกรด หากออกจากหน้านี้ ณ เวลานี้อาจเกิดปัญหาในภายหลัง",
"Updating {productName} to version {version}, this may take a while." : "กำลังอัพเดท {productName} ไปยังรุ่น {version} อาจใช้เวลาสักครู่",
"An error occurred." : "เกิดข้อผิดพลาด",

View File

@ -191,7 +191,6 @@
"Hello {name}, the weather is {weather}" : "สวัสดี {name} สภาพอากาศวันนี้มี {weather}",
"Hello {name}" : "สวัสดี {name}",
"_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"],
"{version} is available. Get more information on how to update." : "{version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "กำลังดำเนินการอัพเกรด หากออกจากหน้านี้ ณ เวลานี้อาจเกิดปัญหาในภายหลัง",
"Updating {productName} to version {version}, this may take a while." : "กำลังอัพเดท {productName} ไปยังรุ่น {version} อาจใช้เวลาสักครู่",
"An error occurred." : "เกิดข้อผิดพลาด",

View File

@ -172,7 +172,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Merhaba {name}, hava durumu {weather}",
"Hello {name}" : "Merhaba {name}",
"_download %n file_::_download %n files_" : ["%n dosya indir","%n dosya indir"],
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Güncelleme yapılıyor, sayfadan ayrılmak bazı işlemleri kesebilir.",
"Updating {productName} to version {version}, this may take a while." : "{productName}, {version} sürümüne güncelleniyor, bu biraz zaman alabilir.",
"An error occurred." : "Bir hata oluştu",

View File

@ -170,7 +170,6 @@
"Hello {name}, the weather is {weather}" : "Merhaba {name}, hava durumu {weather}",
"Hello {name}" : "Merhaba {name}",
"_download %n file_::_download %n files_" : ["%n dosya indir","%n dosya indir"],
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Güncelleme yapılıyor, sayfadan ayrılmak bazı işlemleri kesebilir.",
"Updating {productName} to version {version}, this may take a while." : "{productName}, {version} sürümüne güncelleniyor, bu biraz zaman alabilir.",
"An error occurred." : "Bir hata oluştu",

View File

@ -162,7 +162,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Привіт {name}, погода {weather} ",
"Hello {name}" : "Привіт {name}",
"_download %n file_::_download %n files_" : ["завантаження %n файлу","завантаження %n файлів","завантаження %n файлів"],
"{version} is available. Get more information on how to update." : "{version} доступна. Отримати більш детальну інформацію про те, як оновити.",
"Updating {productName} to version {version}, this may take a while." : "Оновлення {productName} до версії {version}, це може займати деякий час.",
"Please reload the page." : "Будь ласка, перезавантажте сторінку.",
"The update was unsuccessful. " : "Оновлення завершилось невдачею.",

View File

@ -160,7 +160,6 @@
"Hello {name}, the weather is {weather}" : "Привіт {name}, погода {weather} ",
"Hello {name}" : "Привіт {name}",
"_download %n file_::_download %n files_" : ["завантаження %n файлу","завантаження %n файлів","завантаження %n файлів"],
"{version} is available. Get more information on how to update." : "{version} доступна. Отримати більш детальну інформацію про те, як оновити.",
"Updating {productName} to version {version}, this may take a while." : "Оновлення {productName} до версії {version}, це може займати деякий час.",
"Please reload the page." : "Будь ласка, перезавантажте сторінку.",
"The update was unsuccessful. " : "Оновлення завершилось невдачею.",

View File

@ -172,7 +172,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "您好 {name},今天天气是{weather}",
"Hello {name}" : "你好 {name}",
"_download %n file_::_download %n files_" : ["下载 %n 个文件"],
"{version} is available. Get more information on how to update." : "{version} 现在可用。获取更多升级相关信息。",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "升级正在进行,在某些环境中离开此网页可能中断该过程。",
"Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。",
"An error occurred." : "发生了一个错误",

View File

@ -170,7 +170,6 @@
"Hello {name}, the weather is {weather}" : "您好 {name},今天天气是{weather}",
"Hello {name}" : "你好 {name}",
"_download %n file_::_download %n files_" : ["下载 %n 个文件"],
"{version} is available. Get more information on how to update." : "{version} 现在可用。获取更多升级相关信息。",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "升级正在进行,在某些环境中离开此网页可能中断该过程。",
"Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。",
"An error occurred." : "发生了一个错误",

View File

@ -186,7 +186,6 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "哈囉 {name}, 天氣是 {weather}",
"Hello {name}" : "哈囉 {name}",
"_download %n file_::_download %n files_" : ["下載 %n 個檔案"],
"{version} is available. Get more information on how to update." : "{version} 釋出了,可以更新",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
"Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {version} ,請稍候",
"An error occurred." : "發生錯誤",

View File

@ -184,7 +184,6 @@
"Hello {name}, the weather is {weather}" : "哈囉 {name}, 天氣是 {weather}",
"Hello {name}" : "哈囉 {name}",
"_download %n file_::_download %n files_" : ["下載 %n 個檔案"],
"{version} is available. Get more information on how to update." : "{version} 釋出了,可以更新",
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
"Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {version} ,請稍候",
"An error occurred." : "發生錯誤",

View File

@ -118,7 +118,9 @@ OC.L10N.register(
"Cannot set expiration date more than %s days in the future" : "No se puede fijar la fecha de caducidad más de %s días en el futuro.",
"Could not find category \"%s\"" : "No puede encontrar la categoría \"%s\"",
"Apps" : "Aplicaciones",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Solo los siguientes caracteres están permitidos en un nombre de usuario: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"",
"A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido",
"Username contains whitespace at the beginning or at the end" : "El nombre de usuario contiene espacios en blanco al principio o al final",
"A valid password must be provided" : "Se debe proporcionar una contraseña válida",
"The username is already being used" : "El nombre de usuario ya está en uso",
"No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)",

View File

@ -116,7 +116,9 @@
"Cannot set expiration date more than %s days in the future" : "No se puede fijar la fecha de caducidad más de %s días en el futuro.",
"Could not find category \"%s\"" : "No puede encontrar la categoría \"%s\"",
"Apps" : "Aplicaciones",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Solo los siguientes caracteres están permitidos en un nombre de usuario: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"",
"A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido",
"Username contains whitespace at the beginning or at the end" : "El nombre de usuario contiene espacios en blanco al principio o al final",
"A valid password must be provided" : "Se debe proporcionar una contraseña válida",
"The username is already being used" : "El nombre de usuario ya está en uso",
"No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)",

View File

@ -204,6 +204,8 @@ OC.L10N.register(
"Developer documentation" : "Documentación de desarrollador",
"Experimental applications ahead" : "Aplicaciones experimentales más adelante",
"Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Las aplicaciones experimentales no están verificadas por problemas de seguridad, recientes o conocidas por ser inestables y/o bajo un fuerte desarrollo. Instalándolas pueden causar pérdida de datos o violación de seguridades.",
"by %s" : "por %s",
"%s-licensed" : "%s-licenciado",
"Documentation:" : "Documentación:",
"User documentation" : "Documentación de usuario",
"Admin documentation" : "Documentación de administrador",

View File

@ -202,6 +202,8 @@
"Developer documentation" : "Documentación de desarrollador",
"Experimental applications ahead" : "Aplicaciones experimentales más adelante",
"Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Las aplicaciones experimentales no están verificadas por problemas de seguridad, recientes o conocidas por ser inestables y/o bajo un fuerte desarrollo. Instalándolas pueden causar pérdida de datos o violación de seguridades.",
"by %s" : "por %s",
"%s-licensed" : "%s-licenciado",
"Documentation:" : "Documentación:",
"User documentation" : "Documentación de usuario",
"Admin documentation" : "Documentación de administrador",

View File

@ -204,6 +204,8 @@ OC.L10N.register(
"Developer documentation" : "開発者ドキュメント",
"Experimental applications ahead" : "実験的なアプリケーションを試す",
"Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "実験的なアプリは、脆弱性についてチェックされていませんし、不安定であったり、激しく開発中です。それらをインストールすると、データの損失やセキュリティ侵害を引き起こす可能性があります。",
"by %s" : "%s による",
"%s-licensed" : "%s ライセンス",
"Documentation:" : "ドキュメント:",
"User documentation" : "ユーザードキュメント",
"Admin documentation" : "管理者ドキュメント",

View File

@ -202,6 +202,8 @@
"Developer documentation" : "開発者ドキュメント",
"Experimental applications ahead" : "実験的なアプリケーションを試す",
"Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "実験的なアプリは、脆弱性についてチェックされていませんし、不安定であったり、激しく開発中です。それらをインストールすると、データの損失やセキュリティ侵害を引き起こす可能性があります。",
"by %s" : "%s による",
"%s-licensed" : "%s ライセンス",
"Documentation:" : "ドキュメント:",
"User documentation" : "ユーザードキュメント",
"Admin documentation" : "管理者ドキュメント",

View File

@ -228,12 +228,16 @@ OC.L10N.register(
"Commercial support" : "Ticari destek",
"Profile picture" : "Profil resmi",
"Upload new" : "Yeni yükle",
"Select from Files" : "Dosyalardan seç",
"Remove image" : "Resmi kaldır",
"Picture provided by original account" : "Görüntü resminiz, özgün hesabınız tarafından sağlanıyor.",
"Cancel" : "İptal",
"Choose as profile picture" : "Profil resmi olarak seç",
"Full name" : "Ad soyad",
"No display name set" : "Ekran adı ayarlanmamış",
"Email" : "E-posta",
"Your email address" : "E-posta adresiniz",
"For password recovery and notifications" : "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin",
"No email address set" : "E-posta adresi ayarlanmamış",
"You are member of the following groups:" : "Şu grupların üyesisiniz:",
"Password" : "Parola",

View File

@ -226,12 +226,16 @@
"Commercial support" : "Ticari destek",
"Profile picture" : "Profil resmi",
"Upload new" : "Yeni yükle",
"Select from Files" : "Dosyalardan seç",
"Remove image" : "Resmi kaldır",
"Picture provided by original account" : "Görüntü resminiz, özgün hesabınız tarafından sağlanıyor.",
"Cancel" : "İptal",
"Choose as profile picture" : "Profil resmi olarak seç",
"Full name" : "Ad soyad",
"No display name set" : "Ekran adı ayarlanmamış",
"Email" : "E-posta",
"Your email address" : "E-posta adresiniz",
"For password recovery and notifications" : "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin",
"No email address set" : "E-posta adresi ayarlanmamış",
"You are member of the following groups:" : "Şu grupların üyesisiniz:",
"Password" : "Parola",