diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 13fa58e83a90d..047c12d3f055a 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "Abgesagt: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" wurde abgebrochen.", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s hat deine Einladung angenommen.", + "%1$s has tentatively accepted your invitation" : "%1$s hat deine Einladung vorläufig angenommen.", + "%1$s has declined your invitation" : "%1$s hat deine Einladung abgelehnt.", "%1$s has responded to your invitation" : "%1$s hat auf deine Einladung geantwortet.", "Invitation updated: %1$s" : "Einladung aktualisiert: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 6e4a4f25f7023..8c6d7a686b78e 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "Abgesagt: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" wurde abgebrochen.", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s hat deine Einladung angenommen.", + "%1$s has tentatively accepted your invitation" : "%1$s hat deine Einladung vorläufig angenommen.", + "%1$s has declined your invitation" : "%1$s hat deine Einladung abgelehnt.", "%1$s has responded to your invitation" : "%1$s hat auf deine Einladung geantwortet.", "Invitation updated: %1$s" : "Einladung aktualisiert: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert", diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js index 43a9a0e1471e7..18d03eba8f667 100644 --- a/apps/dav/l10n/de_DE.js +++ b/apps/dav/l10n/de_DE.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "Abgesagt: %1$s", "\"%1$s\" has been canceled" : "\"%1$s“ wurde abgesagt.", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s hat Ihre Einladung angenommen", + "%1$s has tentatively accepted your invitation" : "%1$s hat Ihre Einladung vorläufig angenommen", + "%1$s has declined your invitation" : "%1$s hat Ihre Einladung abgelehnt", "%1$s has responded to your invitation" : "%1$s hat auf Ihre Einladung geantwortet", "Invitation updated: %1$s" : "Einladung aktualisiert: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert", diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json index f2c9d753e8cfe..16fd0e2589843 100644 --- a/apps/dav/l10n/de_DE.json +++ b/apps/dav/l10n/de_DE.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "Abgesagt: %1$s", "\"%1$s\" has been canceled" : "\"%1$s“ wurde abgesagt.", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s hat Ihre Einladung angenommen", + "%1$s has tentatively accepted your invitation" : "%1$s hat Ihre Einladung vorläufig angenommen", + "%1$s has declined your invitation" : "%1$s hat Ihre Einladung abgelehnt", "%1$s has responded to your invitation" : "%1$s hat auf Ihre Einladung geantwortet", "Invitation updated: %1$s" : "Einladung aktualisiert: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert", diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 23fb7ce3730dc..ed673c11c1a4b 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "Annulé : %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" a été annulé(e)", "Re: %1$s" : "Re : %1$s", + "%1$s has accepted your invitation" : "%1$s a accepté votre invitation", + "%1$s has tentatively accepted your invitation" : "%1$s a provisoirement accepté votre invitation", + "%1$s has declined your invitation" : "%1$s a décliné votre invitation", "%1$s has responded to your invitation" : "%1$s a répondu à votre invitation", "Invitation updated: %1$s" : "Invitation mise à jour : %1$s", "%1$s updated the event \"%2$s\"" : "%1$s a mis à jour l'évènement %2$s", diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index fee4613b58a30..dc60b4ec1971e 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "Annulé : %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" a été annulé(e)", "Re: %1$s" : "Re : %1$s", + "%1$s has accepted your invitation" : "%1$s a accepté votre invitation", + "%1$s has tentatively accepted your invitation" : "%1$s a provisoirement accepté votre invitation", + "%1$s has declined your invitation" : "%1$s a décliné votre invitation", "%1$s has responded to your invitation" : "%1$s a répondu à votre invitation", "Invitation updated: %1$s" : "Invitation mise à jour : %1$s", "%1$s updated the event \"%2$s\"" : "%1$s a mis à jour l'évènement %2$s", diff --git a/apps/dav/l10n/sv.js b/apps/dav/l10n/sv.js index 7046275da217c..1ddc55d5ab3a9 100644 --- a/apps/dav/l10n/sv.js +++ b/apps/dav/l10n/sv.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "Avbruten: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" har avbrutits", "Re: %1$s" : "Sv: %1$s", + "%1$s has accepted your invitation" : "%1$s har accepterat din inbjudan", + "%1$s has tentatively accepted your invitation" : "%1$s har preliminärt accepterat din inbjudan", + "%1$s has declined your invitation" : "%1$s har tackat nej till din inbjudan", "%1$s has responded to your invitation" : "%1$s har svarat på din inbjudan", "Invitation updated: %1$s" : "Inbjudan uppdaterad: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s uppdaterade händelse \"%2$s\"", diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json index 0a6a3cd4e4e14..5f7fba8783121 100644 --- a/apps/dav/l10n/sv.json +++ b/apps/dav/l10n/sv.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "Avbruten: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" har avbrutits", "Re: %1$s" : "Sv: %1$s", + "%1$s has accepted your invitation" : "%1$s har accepterat din inbjudan", + "%1$s has tentatively accepted your invitation" : "%1$s har preliminärt accepterat din inbjudan", + "%1$s has declined your invitation" : "%1$s har tackat nej till din inbjudan", "%1$s has responded to your invitation" : "%1$s har svarat på din inbjudan", "Invitation updated: %1$s" : "Inbjudan uppdaterad: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s uppdaterade händelse \"%2$s\"", diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js index 76066aa8f3122..d813de5faaf1d 100644 --- a/apps/dav/l10n/tr.js +++ b/apps/dav/l10n/tr.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "İptal edildi: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" iptal edildi", "Re: %1$s" : "Ynt: %1$s", + "%1$s has accepted your invitation" : "%1$s çağrınızı kabul etti", + "%1$s has tentatively accepted your invitation" : "%1$s çağrınızı belirsiz olarak kabul etti", + "%1$s has declined your invitation" : "%1$s çağrınızı reddetti.", "%1$s has responded to your invitation" : "%1$s çağrınızı yanıtladı", "Invitation updated: %1$s" : "Çağrı güncellendi: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s, \"%2$s\" etkinliğini güncelledi", diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json index 80bc44f1424ab..fd66403e0071c 100644 --- a/apps/dav/l10n/tr.json +++ b/apps/dav/l10n/tr.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "İptal edildi: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" iptal edildi", "Re: %1$s" : "Ynt: %1$s", + "%1$s has accepted your invitation" : "%1$s çağrınızı kabul etti", + "%1$s has tentatively accepted your invitation" : "%1$s çağrınızı belirsiz olarak kabul etti", + "%1$s has declined your invitation" : "%1$s çağrınızı reddetti.", "%1$s has responded to your invitation" : "%1$s çağrınızı yanıtladı", "Invitation updated: %1$s" : "Çağrı güncellendi: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s, \"%2$s\" etkinliğini güncelledi", diff --git a/apps/dav/l10n/zh_HK.js b/apps/dav/l10n/zh_HK.js index 5a9c0662b0b3d..33bfe8f2ac39d 100644 --- a/apps/dav/l10n/zh_HK.js +++ b/apps/dav/l10n/zh_HK.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "\"%1$s\" 已被取消", "Re: %1$s" : "關於: %1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀請", + "%1$s has tentatively accepted your invitation" : "%1$s 暫時接受了您的邀請", + "%1$s has declined your invitation" : "%1$s 已婉拒您的邀請", "%1$s has responded to your invitation" : "%1$s 已回應您的邀請", "Invitation updated: %1$s" : "邀請已更新︰%1$s", "%1$s updated the event \"%2$s\"" : "%1$s 已更新了活動 \"%2$s\"", diff --git a/apps/dav/l10n/zh_HK.json b/apps/dav/l10n/zh_HK.json index 1159843c9bcb5..ee939978184ae 100644 --- a/apps/dav/l10n/zh_HK.json +++ b/apps/dav/l10n/zh_HK.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "\"%1$s\" 已被取消", "Re: %1$s" : "關於: %1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀請", + "%1$s has tentatively accepted your invitation" : "%1$s 暫時接受了您的邀請", + "%1$s has declined your invitation" : "%1$s 已婉拒您的邀請", "%1$s has responded to your invitation" : "%1$s 已回應您的邀請", "Invitation updated: %1$s" : "邀請已更新︰%1$s", "%1$s updated the event \"%2$s\"" : "%1$s 已更新了活動 \"%2$s\"", diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js index dc318dd3ca573..4b72e020db170 100644 --- a/apps/dav/l10n/zh_TW.js +++ b/apps/dav/l10n/zh_TW.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "「%1$s」已取消", "Re: %1$s" : "回覆:%1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀請", + "%1$s has tentatively accepted your invitation" : "%1$s 暫時接受了您的邀請", + "%1$s has declined your invitation" : "%1$s 已婉拒您的邀請", "%1$s has responded to your invitation" : "%1$s 已回應您的邀請", "Invitation updated: %1$s" : "邀請已更新:%1$s", "%1$s updated the event \"%2$s\"" : "%1$s 已更新事件:「%2$s」", diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json index 215f86960ec65..b7e501c0cb711 100644 --- a/apps/dav/l10n/zh_TW.json +++ b/apps/dav/l10n/zh_TW.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "「%1$s」已取消", "Re: %1$s" : "回覆:%1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀請", + "%1$s has tentatively accepted your invitation" : "%1$s 暫時接受了您的邀請", + "%1$s has declined your invitation" : "%1$s 已婉拒您的邀請", "%1$s has responded to your invitation" : "%1$s 已回應您的邀請", "Invitation updated: %1$s" : "邀請已更新:%1$s", "%1$s updated the event \"%2$s\"" : "%1$s 已更新事件:「%2$s」", diff --git a/apps/encryption/l10n/fr.js b/apps/encryption/l10n/fr.js index 2e527395ac558..96084049a0285 100644 --- a/apps/encryption/l10n/fr.js +++ b/apps/encryption/l10n/fr.js @@ -28,6 +28,7 @@ OC.L10N.register( "Bad Signature" : "Mauvaise signature", "Missing Signature" : "Signature manquante", "one-time password for server-side-encryption" : "Mot de passe à usage unique pour le chiffrement côté serveur", + "Encryption password" : "Mot de passe de chiffrement", "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de décrypter ce fichier, ceci est probablement un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.", "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de lire ce fichier, ceci est probablement un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.", "Default encryption module" : "Module de chiffrement par défaut", diff --git a/apps/encryption/l10n/fr.json b/apps/encryption/l10n/fr.json index d9a58483ec2b9..7eff4c1764984 100644 --- a/apps/encryption/l10n/fr.json +++ b/apps/encryption/l10n/fr.json @@ -26,6 +26,7 @@ "Bad Signature" : "Mauvaise signature", "Missing Signature" : "Signature manquante", "one-time password for server-side-encryption" : "Mot de passe à usage unique pour le chiffrement côté serveur", + "Encryption password" : "Mot de passe de chiffrement", "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de décrypter ce fichier, ceci est probablement un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.", "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de lire ce fichier, ceci est probablement un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.", "Default encryption module" : "Module de chiffrement par défaut", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 9ddddbc345e07..9dadd68a97130 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Datei oder Ordner zur Übertragung auswählen", "Change" : "Ändern", "New owner" : "Neuer Besitzer", + "Search for an account" : "Nach einem Konto suchen", "Choose a file or folder to transfer" : "Datei oder Ordner zur Übertragung auswählen", "Transfer" : "Übertragen", "Transfer {path} to {userid}" : "Übertrage {path} an {userid}", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 7df41d2baa28c..cc8c643297daf 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "Datei oder Ordner zur Übertragung auswählen", "Change" : "Ändern", "New owner" : "Neuer Besitzer", + "Search for an account" : "Nach einem Konto suchen", "Choose a file or folder to transfer" : "Datei oder Ordner zur Übertragung auswählen", "Transfer" : "Übertragen", "Transfer {path} to {userid}" : "Übertrage {path} an {userid}", diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 36bfa34478e1e..9602def79f942 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -166,6 +166,10 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Kohteen {path} omistajuussiirto käyttäjältä {user} valmistui.", "in %s" : "polussa %s", "File Management" : "Tiedostohallinta", + "Reload current directory" : "Lataa nykyinen kansio uudelleen", + "Go to the \"{dir}\" directory" : "Siirry kansioon \"{dir}\"", + "Open folder {name}" : "Avaa kansio {name}", + "Download file {name}" : "Lataa tiedosto {name}", "Select all" : "Valitse kaikki", "Storage informations" : "Tallennustilan tietoja", "{usedQuotaByte} used" : "{usedQuotaByte} käytetty", @@ -175,6 +179,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", "Change" : "Muuta", "New owner" : "Uusi omistaja", + "Search for an account" : "Etsi tiliä", "Choose a file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", "Transfer" : "Siirrä", "Transfer {path} to {userid}" : "Siirrä {path} käyttäjälle {userid}", @@ -183,7 +188,10 @@ OC.L10N.register( "Ownership transfer request sent" : "Pyyntö omistajuuden vaihdosta lähetetty", "Cannot transfer ownership of a file or folder you do not own" : "Et voi siirtää sellaisen tiedoston tai kansion omistajuutta, jota et itse omista", "Select file or folder to link to" : "Valitse tiedosto tai kansio, johon linkitetään", + "Loading current folder" : "Ladataan nykyistä kansiota", "No files in here" : "Täällä ei ole tiedostoja", + "No files or folders have been deleted yet" : "Tiedostoja tai kansioita ei ole vielä poistettu", + "Go to the previous folder" : "Siirry edelliseen kansioon", "Go back" : "Mene takaisin", "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", "Files settings" : "Tiedostojen asetukset", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 7c8c7290bd6cb..142c8474cf021 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -164,6 +164,10 @@ "The ownership transfer of {path} from {user} has completed." : "Kohteen {path} omistajuussiirto käyttäjältä {user} valmistui.", "in %s" : "polussa %s", "File Management" : "Tiedostohallinta", + "Reload current directory" : "Lataa nykyinen kansio uudelleen", + "Go to the \"{dir}\" directory" : "Siirry kansioon \"{dir}\"", + "Open folder {name}" : "Avaa kansio {name}", + "Download file {name}" : "Lataa tiedosto {name}", "Select all" : "Valitse kaikki", "Storage informations" : "Tallennustilan tietoja", "{usedQuotaByte} used" : "{usedQuotaByte} käytetty", @@ -173,6 +177,7 @@ "Choose file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", "Change" : "Muuta", "New owner" : "Uusi omistaja", + "Search for an account" : "Etsi tiliä", "Choose a file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", "Transfer" : "Siirrä", "Transfer {path} to {userid}" : "Siirrä {path} käyttäjälle {userid}", @@ -181,7 +186,10 @@ "Ownership transfer request sent" : "Pyyntö omistajuuden vaihdosta lähetetty", "Cannot transfer ownership of a file or folder you do not own" : "Et voi siirtää sellaisen tiedoston tai kansion omistajuutta, jota et itse omista", "Select file or folder to link to" : "Valitse tiedosto tai kansio, johon linkitetään", + "Loading current folder" : "Ladataan nykyistä kansiota", "No files in here" : "Täällä ei ole tiedostoja", + "No files or folders have been deleted yet" : "Tiedostoja tai kansioita ei ole vielä poistettu", + "Go to the previous folder" : "Siirry edelliseen kansioon", "Go back" : "Mene takaisin", "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", "Files settings" : "Tiedostojen asetukset", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 4bef5e007a6bc..bd05fcf7e81b1 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -189,6 +189,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer", "Change" : "Modifier", "New owner" : "Nouveau propriétaire", + "Search for an account" : "Chercher un compte", "Choose a file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer", "Transfer" : "Transférer", "Transfer {path} to {userid}" : "Transférer {path} à {userid}", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 7aab394988e53..b569e641fb551 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -187,6 +187,7 @@ "Choose file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer", "Change" : "Modifier", "New owner" : "Nouveau propriétaire", + "Search for an account" : "Chercher un compte", "Choose a file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer", "Transfer" : "Transférer", "Transfer {path} to {userid}" : "Transférer {path} à {userid}", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index e5b9d4692245a..625e9df613004 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Välj fil eller mapp att överföra", "Change" : "Ändra", "New owner" : "Ny ägare", + "Search for an account" : "Sök efter ett konto", "Choose a file or folder to transfer" : "Välj en fil eller mapp att överföra", "Transfer" : "Överför", "Transfer {path} to {userid}" : "Överför {path} till {userid}", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index aeb8d4c99414c..ba8dcfba1e845 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "Välj fil eller mapp att överföra", "Change" : "Ändra", "New owner" : "Ny ägare", + "Search for an account" : "Sök efter ett konto", "Choose a file or folder to transfer" : "Välj en fil eller mapp att överföra", "Transfer" : "Överför", "Transfer {path} to {userid}" : "Överför {path} till {userid}", diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 4458486c41ec8..d1256ef0cccf4 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Sahipliği aktarılacak dosya ya da klasörü seçin", "Change" : "Değiştir", "New owner" : "Yeni sahip", + "Search for an account" : "Hesap ara", "Choose a file or folder to transfer" : "Sahipliği aktarılacak bir dosya ya da klasör seçin", "Transfer" : "Sahipliği aktar", "Transfer {path} to {userid}" : "{path} yolunun sahipliğini {userid} kullanıcısına aktar", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index c09f84813b2d5..1d76bca60d01d 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "Sahipliği aktarılacak dosya ya da klasörü seçin", "Change" : "Değiştir", "New owner" : "Yeni sahip", + "Search for an account" : "Hesap ara", "Choose a file or folder to transfer" : "Sahipliği aktarılacak bir dosya ya da klasör seçin", "Transfer" : "Sahipliği aktar", "Transfer {path} to {userid}" : "{path} yolunun sahipliğini {userid} kullanıcısına aktar", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index be32bb0338229..b8afb46a5cfc6 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", "New owner" : "新的擁有者", + "Search for an account" : "搜尋賬號", "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Transfer" : "轉移", "Transfer {path} to {userid}" : "轉移 \"{path}\" 給 {userid}", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 2a0a14e37d367..3bfd14783a405 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", "New owner" : "新的擁有者", + "Search for an account" : "搜尋賬號", "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Transfer" : "轉移", "Transfer {path} to {userid}" : "轉移 \"{path}\" 給 {userid}", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 6f987532d05a6..fad92be8741cd 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", "New owner" : "新的擁有者", + "Search for an account" : "搜尋帳號", "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Transfer" : "轉移", "Transfer {path} to {userid}" : "轉移 {path} 給 {userid}", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index bd6b922ac7980..cb6231628954d 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", "New owner" : "新的擁有者", + "Search for an account" : "搜尋帳號", "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Transfer" : "轉移", "Transfer {path} to {userid}" : "轉移 {path} 給 {userid}", diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js index 07350ec3cf38d..54b6faf7a2192 100644 --- a/apps/files_sharing/l10n/bg.js +++ b/apps/files_sharing/l10n/bg.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Не можете да споделяте с Кръг, ако приложението не е активирано", "Please specify a valid circle" : "Моля, изберете валиден кръг", "Sharing %s failed because the back end does not support room shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на стаите", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на приложението sciencemesh", "Unknown share type" : "Неизвестен тип споделяне", "Not a directory" : "Не е директория", "Could not lock node" : "Възелът не можа да се заключи", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Кръг", "Talk conversation" : "Talk разговор", "Deck board" : "Deck табло", - "Science Mesh" : "Приложение Science Mesh", "on {server}" : "на {server}", "Others with access" : "Други с достъп", "No other users with access found" : "Няма намерени други потребители с достъп", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Копирай", "Sorry, this link doesn’t seem to work anymore." : "Връзката вече не е активна.", "Toggle grid view" : "Превключи решетъчния изглед", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на приложението sciencemesh", + "Science Mesh" : "Приложение Science Mesh", "Error generating password from password_policy" : "Грешка при генериране на парола от политиката за пароли" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/bg.json b/apps/files_sharing/l10n/bg.json index 470fc124d69f9..816b9a7701ac9 100644 --- a/apps/files_sharing/l10n/bg.json +++ b/apps/files_sharing/l10n/bg.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Не можете да споделяте с Кръг, ако приложението не е активирано", "Please specify a valid circle" : "Моля, изберете валиден кръг", "Sharing %s failed because the back end does not support room shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на стаите", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на приложението sciencemesh", "Unknown share type" : "Неизвестен тип споделяне", "Not a directory" : "Не е директория", "Could not lock node" : "Възелът не можа да се заключи", @@ -224,7 +223,6 @@ "Circle" : "Кръг", "Talk conversation" : "Talk разговор", "Deck board" : "Deck табло", - "Science Mesh" : "Приложение Science Mesh", "on {server}" : "на {server}", "Others with access" : "Други с достъп", "No other users with access found" : "Няма намерени други потребители с достъп", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Копирай", "Sorry, this link doesn’t seem to work anymore." : "Връзката вече не е активна.", "Toggle grid view" : "Превключи решетъчния изглед", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на приложението sciencemesh", + "Science Mesh" : "Приложение Science Mesh", "Error generating password from password_policy" : "Грешка при генериране на парола от политиката за пароли" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index a16d8898b15d6..f4f9a213671f5 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "No podeu compartir en un cercle si l'aplicació no està activada", "Please specify a valid circle" : "Especifiqueu un cercle vàlid", "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè l'aplicació de fons no permet compartir canals", - "Sharing %s failed because the back end does not support sciencemesh shares" : "S'ha produït un error en compartir %s perquè el rerefons no admet comparticions de sciencemesh", "Unknown share type" : "Tipus de compartició desconegut", "Not a directory" : "No és un directori", "Could not lock node" : "No s'ha pogut bloquejar el node", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Cercle", "Talk conversation" : "Conversa de Talk", "Deck board" : "Tauler de Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "a {server}", "Others with access" : "Altres amb accés", "No other users with access found" : "No s'ha trobat cap altre usuari amb accés", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copia-ho al porta-papers", "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.", "Toggle grid view" : "Commuta la vista de la graella", + "Sharing %s failed because the back end does not support sciencemesh shares" : "S'ha produït un error en compartir %s perquè el rerefons no admet comparticions de sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "S'ha produït un error en generar la contrasenya des de password_policy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index b91dc36d648fe..565ece28926a0 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "No podeu compartir en un cercle si l'aplicació no està activada", "Please specify a valid circle" : "Especifiqueu un cercle vàlid", "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè l'aplicació de fons no permet compartir canals", - "Sharing %s failed because the back end does not support sciencemesh shares" : "S'ha produït un error en compartir %s perquè el rerefons no admet comparticions de sciencemesh", "Unknown share type" : "Tipus de compartició desconegut", "Not a directory" : "No és un directori", "Could not lock node" : "No s'ha pogut bloquejar el node", @@ -224,7 +223,6 @@ "Circle" : "Cercle", "Talk conversation" : "Conversa de Talk", "Deck board" : "Tauler de Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "a {server}", "Others with access" : "Altres amb accés", "No other users with access found" : "No s'ha trobat cap altre usuari amb accés", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copia-ho al porta-papers", "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.", "Toggle grid view" : "Commuta la vista de la graella", + "Sharing %s failed because the back end does not support sciencemesh shares" : "S'ha produït un error en compartir %s perquè el rerefons no admet comparticions de sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "S'ha produït un error en generar la contrasenya des de password_policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 02bb10c1c751b..c1f05508ebd39 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Do okruhu nemůžete sdílet, pokud není aplikace zapnuta", "Please specify a valid circle" : "Zadejte platný okruh", "Sharing %s failed because the back end does not support room shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sdílení místností", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sciencemesh sdílení", "Unknown share type" : "Neznámý typ sdílení", "Not a directory" : "Není adresář", "Could not lock node" : "Uzel se nedaří uzamknout", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Okruh", "Talk conversation" : "Konverzace v Talk", "Deck board" : "Tabule aplikace Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "na {server}", "Others with access" : "Ostatní, kteří mají přístup", "No other users with access found" : "Nenalezeni žádní další uživatelé, kteří mají přístup", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Zkopírovat do schránky", "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz už není funkční.", "Toggle grid view" : "Vyp/zap. zobrazení v mřížce", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sciencemesh sdílení", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Chyba při vytváření hesla ze zásady pro hesla" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index 19dfd3924e9ae..3cad2fefb639b 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Do okruhu nemůžete sdílet, pokud není aplikace zapnuta", "Please specify a valid circle" : "Zadejte platný okruh", "Sharing %s failed because the back end does not support room shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sdílení místností", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sciencemesh sdílení", "Unknown share type" : "Neznámý typ sdílení", "Not a directory" : "Není adresář", "Could not lock node" : "Uzel se nedaří uzamknout", @@ -224,7 +223,6 @@ "Circle" : "Okruh", "Talk conversation" : "Konverzace v Talk", "Deck board" : "Tabule aplikace Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "na {server}", "Others with access" : "Ostatní, kteří mají přístup", "No other users with access found" : "Nenalezeni žádní další uživatelé, kteří mají přístup", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Zkopírovat do schránky", "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz už není funkční.", "Toggle grid view" : "Vyp/zap. zobrazení v mřížce", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sciencemesh sdílení", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Chyba při vytváření hesla ze zásady pro hesla" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 6521f28a28506..714199944b02b 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Du kannst nichts mit einem Kreis teilen, wenn die App nicht aktiviert ist", "Please specify a valid circle" : "Bitte gib einen gültigen Kreis an", "Sharing %s failed because the back end does not support room shares" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe von Räumen nicht unterstützt", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", "Unknown share type" : "Unbekannter Freigabetyp", "Not a directory" : "Kein Verzeichnis", "Could not lock node" : "Node konnte nicht gesperrt werden", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Kreis", "Talk conversation" : "Talk-Unterhaltung", "Deck board" : "Deck-Board", - "Science Mesh" : "ScienceMesh", "on {server}" : "auf {server}", "Others with access" : "Andere mit Zugriff", "No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "In die Zwischenablage kopieren", "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Toggle grid view" : "Rasteransicht umschalten", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Passwort-Policy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 48176a3660956..f063ca03cb330 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Du kannst nichts mit einem Kreis teilen, wenn die App nicht aktiviert ist", "Please specify a valid circle" : "Bitte gib einen gültigen Kreis an", "Sharing %s failed because the back end does not support room shares" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe von Räumen nicht unterstützt", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", "Unknown share type" : "Unbekannter Freigabetyp", "Not a directory" : "Kein Verzeichnis", "Could not lock node" : "Node konnte nicht gesperrt werden", @@ -224,7 +223,6 @@ "Circle" : "Kreis", "Talk conversation" : "Talk-Unterhaltung", "Deck board" : "Deck-Board", - "Science Mesh" : "ScienceMesh", "on {server}" : "auf {server}", "Others with access" : "Andere mit Zugriff", "No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden", @@ -275,6 +273,8 @@ "Copy to clipboard" : "In die Zwischenablage kopieren", "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Toggle grid view" : "Rasteransicht umschalten", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Passwort-Policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 81ac2ce193ed8..83300e90e5f7c 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Sie können nichts mit einem Kreis teilen, wenn die App nicht aktiviert ist", "Please specify a valid circle" : "Bitte einen gültigen Kreis angeben", "Sharing %s failed because the back end does not support room shares" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe von Räumen nicht unterstützt", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", "Unknown share type" : "Unbekannter Freigabetyp", "Not a directory" : "Kein Verzeichnis", "Could not lock node" : "Knotenpunkt konnte nicht gesperrt werden", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Kreis", "Talk conversation" : "Talk-Unterhaltung", "Deck board" : "Deck-Board", - "Science Mesh" : "ScienceMesh", "on {server}" : "auf {server}", "Others with access" : "Andere mit Zugriff", "No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "In die Zwischenablage kopieren", "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Toggle grid view" : "Rasteransicht umschalten", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Kennwortrichtlinie" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 4d323d38d2e91..6cb3231f7525d 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Sie können nichts mit einem Kreis teilen, wenn die App nicht aktiviert ist", "Please specify a valid circle" : "Bitte einen gültigen Kreis angeben", "Sharing %s failed because the back end does not support room shares" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe von Räumen nicht unterstützt", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", "Unknown share type" : "Unbekannter Freigabetyp", "Not a directory" : "Kein Verzeichnis", "Could not lock node" : "Knotenpunkt konnte nicht gesperrt werden", @@ -224,7 +223,6 @@ "Circle" : "Kreis", "Talk conversation" : "Talk-Unterhaltung", "Deck board" : "Deck-Board", - "Science Mesh" : "ScienceMesh", "on {server}" : "auf {server}", "Others with access" : "Andere mit Zugriff", "No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden", @@ -275,6 +273,8 @@ "Copy to clipboard" : "In die Zwischenablage kopieren", "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Toggle grid view" : "Rasteransicht umschalten", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Kennwortrichtlinie" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 1b3dab72e6427..2c0d9e753701c 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "You cannot share to a Circle if the app is not enabled", "Please specify a valid circle" : "Please specify a valid circle", "Sharing %s failed because the back end does not support room shares" : "Sharing %s failed because the back end does not support room shares", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "Unknown share type" : "Unknown share type", "Not a directory" : "Not a directory", "Could not lock node" : "Could not lock node", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Circle", "Talk conversation" : "Talk conversation", "Deck board" : "Deck board", - "Science Mesh" : "Science Mesh", "on {server}" : "on {server}", "Others with access" : "Others with access", "No other users with access found" : "No other users with access found", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copy to clipboard", "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work any more.", "Toggle grid view" : "Toggle grid view", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password policy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index 3ece13c0b31fa..15c2bc9f38a7c 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "You cannot share to a Circle if the app is not enabled", "Please specify a valid circle" : "Please specify a valid circle", "Sharing %s failed because the back end does not support room shares" : "Sharing %s failed because the back end does not support room shares", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "Unknown share type" : "Unknown share type", "Not a directory" : "Not a directory", "Could not lock node" : "Could not lock node", @@ -224,7 +223,6 @@ "Circle" : "Circle", "Talk conversation" : "Talk conversation", "Deck board" : "Deck board", - "Science Mesh" : "Science Mesh", "on {server}" : "on {server}", "Others with access" : "Others with access", "No other users with access found" : "No other users with access found", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copy to clipboard", "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work any more.", "Toggle grid view" : "Toggle grid view", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index a77bd75a3c703..0d2d0f92bf3db 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "No puede compartir a un Circulo si la aplicación no esta activada", "Please specify a valid circle" : "Por favor especifique un circulo valido", "Sharing %s failed because the back end does not support room shares" : "Compartir %s ha fallado porque el backend no soporta habitaciones compartidas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", "Unknown share type" : "Tipo de recurso compartido desconocido", "Not a directory" : "No es un directorio", "Could not lock node" : "No se ha podido bloquear el nodo", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Círculo", "Talk conversation" : "Conversación de Talk", "Deck board" : "Tablero Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "en {server}", "Others with access" : "Otros con acceso", "No other users with access found" : "No se encontraron otros usuarios con acceso", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copiar al portapapeles", "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", "Toggle grid view" : "Alternar vista de cuadrícula", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 75e974e42b92c..8337829eecea8 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "No puede compartir a un Circulo si la aplicación no esta activada", "Please specify a valid circle" : "Por favor especifique un circulo valido", "Sharing %s failed because the back end does not support room shares" : "Compartir %s ha fallado porque el backend no soporta habitaciones compartidas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", "Unknown share type" : "Tipo de recurso compartido desconocido", "Not a directory" : "No es un directorio", "Could not lock node" : "No se ha podido bloquear el nodo", @@ -224,7 +223,6 @@ "Circle" : "Círculo", "Talk conversation" : "Conversación de Talk", "Deck board" : "Tablero Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "en {server}", "Others with access" : "Otros con acceso", "No other users with access found" : "No se encontraron otros usuarios con acceso", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copiar al portapapeles", "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", "Toggle grid view" : "Alternar vista de cuadrícula", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js index 9d5220e65431c..2d317135f9c9b 100644 --- a/apps/files_sharing/l10n/eu.js +++ b/apps/files_sharing/l10n/eu.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Ezin duzu zirkulu batekin partekatu aplikazioa gaituta ez badago", "Please specify a valid circle" : "Zehaztu baliozko zirkulu bat", "Sharing %s failed because the back end does not support room shares" : "%s partekatzeak huts egin du, atzealdeak ez duelako gelak partekatzea onartzen", - "Sharing %s failed because the back end does not support sciencemesh shares" : "%spartekatzeak huts egin du atzealdeak ez duelako zientzia sareko partekatzea onartzen", "Unknown share type" : "Partekatze mota ezezaguna", "Not a directory" : "Ez da direktorio bat", "Could not lock node" : "Ezin izan da nodoa blokeatu", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Zirkulua", "Talk conversation" : "Talk elkarrizketa", "Deck board" : "Deck mahaia", - "Science Mesh" : "Zientzia sarea", "on {server}" : "{server} zerbitzarian", "Others with access" : "Sarbidea duten beste erabiltzaileak", "No other users with access found" : "Ez da sarbidea duen erabiltzailerik aurkitu", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Kopiatu arbelera", "Sorry, this link doesn’t seem to work anymore." : "Barkatu, esteka hori jada ez dabilela dirudi.", "Toggle grid view" : "Txandakatu sareta ikuspegia", + "Sharing %s failed because the back end does not support sciencemesh shares" : "%spartekatzeak huts egin du atzealdeak ez duelako zientzia sareko partekatzea onartzen", + "Science Mesh" : "Zientzia sarea", "Error generating password from password_policy" : "Errorea pasahitz-gidalerrotik pasahitza sortzean" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json index 9d8113c4c5624..553868a74e0f8 100644 --- a/apps/files_sharing/l10n/eu.json +++ b/apps/files_sharing/l10n/eu.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Ezin duzu zirkulu batekin partekatu aplikazioa gaituta ez badago", "Please specify a valid circle" : "Zehaztu baliozko zirkulu bat", "Sharing %s failed because the back end does not support room shares" : "%s partekatzeak huts egin du, atzealdeak ez duelako gelak partekatzea onartzen", - "Sharing %s failed because the back end does not support sciencemesh shares" : "%spartekatzeak huts egin du atzealdeak ez duelako zientzia sareko partekatzea onartzen", "Unknown share type" : "Partekatze mota ezezaguna", "Not a directory" : "Ez da direktorio bat", "Could not lock node" : "Ezin izan da nodoa blokeatu", @@ -224,7 +223,6 @@ "Circle" : "Zirkulua", "Talk conversation" : "Talk elkarrizketa", "Deck board" : "Deck mahaia", - "Science Mesh" : "Zientzia sarea", "on {server}" : "{server} zerbitzarian", "Others with access" : "Sarbidea duten beste erabiltzaileak", "No other users with access found" : "Ez da sarbidea duen erabiltzailerik aurkitu", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Kopiatu arbelera", "Sorry, this link doesn’t seem to work anymore." : "Barkatu, esteka hori jada ez dabilela dirudi.", "Toggle grid view" : "Txandakatu sareta ikuspegia", + "Sharing %s failed because the back end does not support sciencemesh shares" : "%spartekatzeak huts egin du atzealdeak ez duelako zientzia sareko partekatzea onartzen", + "Science Mesh" : "Zientzia sarea", "Error generating password from password_policy" : "Errorea pasahitz-gidalerrotik pasahitza sortzean" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index dcbbdb3d9dec8..c7ac7bf9970ef 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Vous ne pouvez pas partager au Cercle si l'application n'est pas activée", "Please specify a valid circle" : "Veuillez entrer un cercle valide", "Sharing %s failed because the back end does not support room shares" : "Le partage %s a échoué parce que l'arrière-plan ne prend pas en charge les partages.", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", "Unknown share type" : "Type de partage inconnu", "Not a directory" : "N'est pas un dossier", "Could not lock node" : "Impossible de verrouiller le nœud", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Cercle", "Talk conversation" : "Conversation Talk", "Deck board" : "Tableau Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "sur {server}", "Others with access" : "Autres utilisateurs ayant accès", "No other users with access found" : "Aucun autre utilisateur ayant un accès n'a été trouvé", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copier dans le presse-papier", "Sorry, this link doesn’t seem to work anymore." : "Désolé, ce lien semble ne plus fonctionner.", "Toggle grid view" : "Activer/Désactiver l'affichage mosaïque", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index cecf40a7296b1..76e537ba5d3e2 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Vous ne pouvez pas partager au Cercle si l'application n'est pas activée", "Please specify a valid circle" : "Veuillez entrer un cercle valide", "Sharing %s failed because the back end does not support room shares" : "Le partage %s a échoué parce que l'arrière-plan ne prend pas en charge les partages.", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", "Unknown share type" : "Type de partage inconnu", "Not a directory" : "N'est pas un dossier", "Could not lock node" : "Impossible de verrouiller le nœud", @@ -224,7 +223,6 @@ "Circle" : "Cercle", "Talk conversation" : "Conversation Talk", "Deck board" : "Tableau Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "sur {server}", "Others with access" : "Autres utilisateurs ayant accès", "No other users with access found" : "Aucun autre utilisateur ayant un accès n'a été trouvé", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copier dans le presse-papier", "Sorry, this link doesn’t seem to work anymore." : "Désolé, ce lien semble ne plus fonctionner.", "Toggle grid view" : "Activer/Désactiver l'affichage mosaïque", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index d227ecd8f0485..2e85793d39f59 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Vostede non pode compartir para un circulo se a aplicación non esta activada", "Please specify a valid circle" : "Especifique un circulo correcto", "Sharing %s failed because the back end does not support room shares" : "Fallou a compartición de %s, xa que a infraestrutura non admite salas compartidas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Produciuse un erro ao compartir %s porque o back-end non admite recursos compartidos sciencemesh", "Unknown share type" : "Tipo descoñecido de recurso compartido", "Not a directory" : "Non é un directorio", "Could not lock node" : "Non foi posíbel bloquear o nodo", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Círculo", "Talk conversation" : "Conversa co Talk", "Deck board" : "Taboleiro do Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "en {server}", "Others with access" : "Outros con acceso", "No other users with access found" : "Non se atoparon outros usuarios con acceso", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copiar no portapapeis.", "Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.", "Toggle grid view" : "Alternar a vista de grella", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Produciuse un erro ao compartir %s porque o back-end non admite recursos compartidos sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao xerar o contrasinal pola password_policy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index 9a56403fcabb1..2952c124b1a4e 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Vostede non pode compartir para un circulo se a aplicación non esta activada", "Please specify a valid circle" : "Especifique un circulo correcto", "Sharing %s failed because the back end does not support room shares" : "Fallou a compartición de %s, xa que a infraestrutura non admite salas compartidas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Produciuse un erro ao compartir %s porque o back-end non admite recursos compartidos sciencemesh", "Unknown share type" : "Tipo descoñecido de recurso compartido", "Not a directory" : "Non é un directorio", "Could not lock node" : "Non foi posíbel bloquear o nodo", @@ -224,7 +223,6 @@ "Circle" : "Círculo", "Talk conversation" : "Conversa co Talk", "Deck board" : "Taboleiro do Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "en {server}", "Others with access" : "Outros con acceso", "No other users with access found" : "Non se atoparon outros usuarios con acceso", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copiar no portapapeis.", "Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.", "Toggle grid view" : "Alternar a vista de grella", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Produciuse un erro ao compartir %s porque o back-end non admite recursos compartidos sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao xerar o contrasinal pola password_policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 7a04867b38f5c..4a437e9667617 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Nem tudja megosztani egy Kör számára, ha az alkalmazás nem engedélyezett", "Please specify a valid circle" : "Adjon meg egy érvényes Kört", "Sharing %s failed because the back end does not support room shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", - "Sharing %s failed because the back end does not support sciencemesh shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", "Unknown share type" : "Ismeretlen megosztástípus", "Not a directory" : "Nem könyvtár", "Could not lock node" : "Nem sikerült zárolni a csomópontot", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Kör", "Talk conversation" : "Beszélgetés", "Deck board" : "Kártyatábla", - "Science Mesh" : "Science Mesh", "on {server}" : "{server} kiszolgálón", "Others with access" : "Mások, akik hozzáféréssel rendelkeznek", "No other users with access found" : "Nincs más felhasználó, aki hozzáféréssel rendelkezik", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Másolás a vágólapra", "Sorry, this link doesn’t seem to work anymore." : "Sajnos úgy tűnik, ez a hivatkozás már nem működik.", "Toggle grid view" : "Rácsnézet be/ki", + "Sharing %s failed because the back end does not support sciencemesh shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Hiba a password_policy használatával történő jelszó-előállításkor" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index fd7b1c38e8cd4..7f01f9d3eb5de 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Nem tudja megosztani egy Kör számára, ha az alkalmazás nem engedélyezett", "Please specify a valid circle" : "Adjon meg egy érvényes Kört", "Sharing %s failed because the back end does not support room shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", - "Sharing %s failed because the back end does not support sciencemesh shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", "Unknown share type" : "Ismeretlen megosztástípus", "Not a directory" : "Nem könyvtár", "Could not lock node" : "Nem sikerült zárolni a csomópontot", @@ -224,7 +223,6 @@ "Circle" : "Kör", "Talk conversation" : "Beszélgetés", "Deck board" : "Kártyatábla", - "Science Mesh" : "Science Mesh", "on {server}" : "{server} kiszolgálón", "Others with access" : "Mások, akik hozzáféréssel rendelkeznek", "No other users with access found" : "Nincs más felhasználó, aki hozzáféréssel rendelkezik", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Másolás a vágólapra", "Sorry, this link doesn’t seem to work anymore." : "Sajnos úgy tűnik, ez a hivatkozás már nem működik.", "Toggle grid view" : "Rácsnézet be/ki", + "Sharing %s failed because the back end does not support sciencemesh shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Hiba a password_policy használatával történő jelszó-előállításkor" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 791acd7ba6329..e198ff2cad5d0 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić w Kręgach, jeśli aplikacja jest wyłączona", "Please specify a valid circle" : "Podaj prawidłowy krąg", "Sharing %s failed because the back end does not support room shares" : "Udostępnienie %s nie powiodło się, ponieważ zaplecze nie obsługuje udostępnień pokoju", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Udostępnienie %s nie powiodło się, ponieważ oprogramowanie nie obsługuje udostępnień Science Mesh", "Unknown share type" : "Nieznany typ udostępnienia", "Not a directory" : "Nie jest katalogiem", "Could not lock node" : "Nie można zablokować powiązania", @@ -276,6 +275,7 @@ OC.L10N.register( "Copy to clipboard" : "Kopiuj do schowka", "Sorry, this link doesn’t seem to work anymore." : "Niestety, ten link już nie działa.", "Toggle grid view" : "Przełącz widok siatki", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Udostępnienie %s nie powiodło się, ponieważ oprogramowanie nie obsługuje udostępnień Science Mesh", "Error generating password from password_policy" : "Błąd podczas generowania hasła z password_policy" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index a4c2836ada9e0..10855463619d9 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić w Kręgach, jeśli aplikacja jest wyłączona", "Please specify a valid circle" : "Podaj prawidłowy krąg", "Sharing %s failed because the back end does not support room shares" : "Udostępnienie %s nie powiodło się, ponieważ zaplecze nie obsługuje udostępnień pokoju", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Udostępnienie %s nie powiodło się, ponieważ oprogramowanie nie obsługuje udostępnień Science Mesh", "Unknown share type" : "Nieznany typ udostępnienia", "Not a directory" : "Nie jest katalogiem", "Could not lock node" : "Nie można zablokować powiązania", @@ -274,6 +273,7 @@ "Copy to clipboard" : "Kopiuj do schowka", "Sorry, this link doesn’t seem to work anymore." : "Niestety, ten link już nie działa.", "Toggle grid view" : "Przełącz widok siatki", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Udostępnienie %s nie powiodło się, ponieważ oprogramowanie nie obsługuje udostępnień Science Mesh", "Error generating password from password_policy" : "Błąd podczas generowania hasła z password_policy" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index d35be31286d0c..650426ed8f748 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Você não pode compartilhar para um círculo se o aplicativo não está habilitado", "Please specify a valid circle" : "Por favor especifique um círculo válido", "Sharing %s failed because the back end does not support room shares" : "Falhou ao compartilhar %s porque o sistema não suporta compartilhamento de salas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "Unknown share type" : "Tipo de compartilhamento desconhecido", "Not a directory" : "Não é um diretório", "Could not lock node" : "Não foi possível bloquear o nó", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Círculo", "Talk conversation" : "Conversa Talk", "Deck board" : "Painel de deck", - "Science Mesh" : "Science Mesh", "on {server}" : "em {server}", "Others with access" : "Outros com acesso", "No other users with access found" : "Nenhum usuário com acesso encontrado", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copiar para a área de transferência", "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não funcionar mais.", "Toggle grid view" : "Alternar a visão em grade", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao gerar senha de password_policy" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 893de93bb6752..78404e026e106 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Você não pode compartilhar para um círculo se o aplicativo não está habilitado", "Please specify a valid circle" : "Por favor especifique um círculo válido", "Sharing %s failed because the back end does not support room shares" : "Falhou ao compartilhar %s porque o sistema não suporta compartilhamento de salas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "Unknown share type" : "Tipo de compartilhamento desconhecido", "Not a directory" : "Não é um diretório", "Could not lock node" : "Não foi possível bloquear o nó", @@ -224,7 +223,6 @@ "Circle" : "Círculo", "Talk conversation" : "Conversa Talk", "Deck board" : "Painel de deck", - "Science Mesh" : "Science Mesh", "on {server}" : "em {server}", "Others with access" : "Outros com acesso", "No other users with access found" : "Nenhum usuário com acesso encontrado", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copiar para a área de transferência", "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não funcionar mais.", "Toggle grid view" : "Alternar a visão em grade", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao gerar senha de password_policy" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index e737b7b78779e..1ecc4dc1fff4e 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Вы не можете поделиться с кругом, если приложение «Круг» не включено", "Please specify a valid circle" : "Укажите верный круг", "Sharing %s failed because the back end does not support room shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общий доступ такого типа", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа Science Mesh", "Unknown share type" : "Общий доступ неизвестного типа", "Not a directory" : "Это не каталог", "Could not lock node" : "Не удалось заблокировать узел", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Круг", "Talk conversation" : "Название обсуждения", "Deck board" : "Доска", - "Science Mesh" : "Science Mesh", "on {server}" : "на {server}", "Others with access" : "Другие пользователи, имеющие доступ", "No other users with access found" : "Не найдено пользователей, имеющих доступ", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Копировать в буфер обмена", "Sorry, this link doesn’t seem to work anymore." : "Похоже, эта ссылка больше не работает.", "Toggle grid view" : "Включить или отключить режим просмотра сеткой", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа Science Mesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Не удалось создать пароль на основе политики" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 49cfeceaacc3b..904fd50d01655 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Вы не можете поделиться с кругом, если приложение «Круг» не включено", "Please specify a valid circle" : "Укажите верный круг", "Sharing %s failed because the back end does not support room shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общий доступ такого типа", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа Science Mesh", "Unknown share type" : "Общий доступ неизвестного типа", "Not a directory" : "Это не каталог", "Could not lock node" : "Не удалось заблокировать узел", @@ -224,7 +223,6 @@ "Circle" : "Круг", "Talk conversation" : "Название обсуждения", "Deck board" : "Доска", - "Science Mesh" : "Science Mesh", "on {server}" : "на {server}", "Others with access" : "Другие пользователи, имеющие доступ", "No other users with access found" : "Не найдено пользователей, имеющих доступ", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Копировать в буфер обмена", "Sorry, this link doesn’t seem to work anymore." : "Похоже, эта ссылка больше не работает.", "Toggle grid view" : "Включить или отключить режим просмотра сеткой", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа Science Mesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Не удалось создать пароль на основе политики" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index 0d73d2c6e7799..19cae2dd2e032 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Не можете делити са Круговима ако та апликација није укључена", "Please specify a valid circle" : "Одаберите исправан круг", "Sharing %s failed because the back end does not support room shares" : "Није успело дељење %s зато што позадински мотор дељења не подржава дељења у соби", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Дељење %s није успело јер позадински механизам не подржава sciencemesh дељења", "Unknown share type" : "Непознат тип дељења", "Not a directory" : "Није фасцикла", "Could not lock node" : "Не могу да закључам чвор", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Круг", "Talk conversation" : "Talk разговори", "Deck board" : "Табла Шпила", - "Science Mesh" : "Science Mesh", "on {server}" : "на серверу {server}", "Others with access" : "Остали са приступом", "No other users with access found" : "Нису нађени други корисници са приступом", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Копирај у оставу", "Sorry, this link doesn’t seem to work anymore." : "Нажалост, изгледа да веза више не ради.", "Toggle grid view" : "Укључи/искључи приказ мреже", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Дељење %s није успело јер позадински механизам не подржава sciencemesh дељења", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Грешка приликом креирања лозинке из password_policy" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index 27bdb9e31adc5..40557a7ec4c3b 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Не можете делити са Круговима ако та апликација није укључена", "Please specify a valid circle" : "Одаберите исправан круг", "Sharing %s failed because the back end does not support room shares" : "Није успело дељење %s зато што позадински мотор дељења не подржава дељења у соби", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Дељење %s није успело јер позадински механизам не подржава sciencemesh дељења", "Unknown share type" : "Непознат тип дељења", "Not a directory" : "Није фасцикла", "Could not lock node" : "Не могу да закључам чвор", @@ -224,7 +223,6 @@ "Circle" : "Круг", "Talk conversation" : "Talk разговори", "Deck board" : "Табла Шпила", - "Science Mesh" : "Science Mesh", "on {server}" : "на серверу {server}", "Others with access" : "Остали са приступом", "No other users with access found" : "Нису нађени други корисници са приступом", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Копирај у оставу", "Sorry, this link doesn’t seem to work anymore." : "Нажалост, изгледа да веза више не ради.", "Toggle grid view" : "Укључи/искључи приказ мреже", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Дељење %s није успело јер позадински механизам не подржава sciencemesh дељења", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Грешка приликом креирања лозинке из password_policy" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index 36be7a979359f..c082a449b3675 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Du kan inte dela till en cirkel om appen inte är aktiverad", "Please specify a valid circle" : "Vänligen ange en giltig cirkel", "Sharing %s failed because the back end does not support room shares" : "Delning av %s misslyckades eftersom systemet inte stödjer rum-delningar", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Delning av %s misslyckades eftersom servern inte stödjer ScienceMesh-delningar", "Unknown share type" : "Ogiltig delningstyp", "Not a directory" : "Inte en mapp", "Could not lock node" : "Kunde inte låsa nod", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Cirkel", "Talk conversation" : "Talk-konversation", "Deck board" : "Deck-plank", - "Science Mesh" : "ScienceMesh", "on {server}" : "på {server}", "Others with access" : "Andra med åtkomst", "No other users with access found" : "Inga andra användare med åtkomst hittades", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Kopiera till urklipp", "Sorry, this link doesn’t seem to work anymore." : "Tyvärr, denna länk verkar inte fungera längre.", "Toggle grid view" : "Växla rutnätsvy", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Delning av %s misslyckades eftersom servern inte stödjer ScienceMesh-delningar", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fel vid generering av lösenord från lösenordspolicy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index 6674473df59d2..2de909a394700 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Du kan inte dela till en cirkel om appen inte är aktiverad", "Please specify a valid circle" : "Vänligen ange en giltig cirkel", "Sharing %s failed because the back end does not support room shares" : "Delning av %s misslyckades eftersom systemet inte stödjer rum-delningar", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Delning av %s misslyckades eftersom servern inte stödjer ScienceMesh-delningar", "Unknown share type" : "Ogiltig delningstyp", "Not a directory" : "Inte en mapp", "Could not lock node" : "Kunde inte låsa nod", @@ -224,7 +223,6 @@ "Circle" : "Cirkel", "Talk conversation" : "Talk-konversation", "Deck board" : "Deck-plank", - "Science Mesh" : "ScienceMesh", "on {server}" : "på {server}", "Others with access" : "Andra med åtkomst", "No other users with access found" : "Inga andra användare med åtkomst hittades", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Kopiera till urklipp", "Sorry, this link doesn’t seem to work anymore." : "Tyvärr, denna länk verkar inte fungera längre.", "Toggle grid view" : "Växla rutnätsvy", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Delning av %s misslyckades eftersom servern inte stödjer ScienceMesh-delningar", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fel vid generering av lösenord från lösenordspolicy" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 9eb3d10ce07c6..73d731cc1b892 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Uygulama etkinleştirilmemiş ise bir Çevre ile paylaşamazsınız", "Please specify a valid circle" : "Lütfen geçerli bir çevre belirtin", "Sharing %s failed because the back end does not support room shares" : "Arka uç oda paylaşımlarına izin vermediğinden %s paylaşılamadı", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Arka uç ScienceMesh paylaşımlarına izin vermediğinden %s paylaşılamadı", "Unknown share type" : "Paylaşım türü bilinmiyor", "Not a directory" : "Bir klasör değil", "Could not lock node" : "Düğüm kilitlenemedi", @@ -212,7 +211,7 @@ OC.L10N.register( "Error, please enter proper password and/or expiration date" : "Hata. Lütfen uygun bir parola ya da son kullanma tarihi yazın", "Link share created" : "Paylaşım bağlantısı oluşturuldu", "Error while creating the share" : "Paylaşım oluşturulurken sorun çıktı", - "Search for share recipients" : "Paylaşım alıcıları arayın", + "Search for share recipients" : "Paylaşım alıcıları ara", "No recommendations. Start typing." : "Herhangi bir öneri yok. Yazmaya başlayın.", "Resharing is not allowed" : "Yeniden paylaşıma izin verilmiyor", "Name or email …" : "Ad ya da e-posta adresi …", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Çevre", "Talk conversation" : "Talk görüşmesi", "Deck board" : "Tahta panosu", - "Science Mesh" : "ScienceMesh", "on {server}" : "{server} üzerinde", "Others with access" : "Erişebilen diğer kişiler", "No other users with access found" : "Erişebilen başka bir kullanıcı bulunamadı", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Panoya kopyala", "Sorry, this link doesn’t seem to work anymore." : "Ne yazık ki, bu bağlantı artık çalışmıyor gibi görünüyor.", "Toggle grid view" : "Tablo görünümünü değiştir", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Arka uç ScienceMesh paylaşımlarına izin vermediğinden %s paylaşılamadı", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "password_policy ile parola oluşturulurken sorun çıktı" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index 3c2fa9daccb4e..761805333a914 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Uygulama etkinleştirilmemiş ise bir Çevre ile paylaşamazsınız", "Please specify a valid circle" : "Lütfen geçerli bir çevre belirtin", "Sharing %s failed because the back end does not support room shares" : "Arka uç oda paylaşımlarına izin vermediğinden %s paylaşılamadı", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Arka uç ScienceMesh paylaşımlarına izin vermediğinden %s paylaşılamadı", "Unknown share type" : "Paylaşım türü bilinmiyor", "Not a directory" : "Bir klasör değil", "Could not lock node" : "Düğüm kilitlenemedi", @@ -210,7 +209,7 @@ "Error, please enter proper password and/or expiration date" : "Hata. Lütfen uygun bir parola ya da son kullanma tarihi yazın", "Link share created" : "Paylaşım bağlantısı oluşturuldu", "Error while creating the share" : "Paylaşım oluşturulurken sorun çıktı", - "Search for share recipients" : "Paylaşım alıcıları arayın", + "Search for share recipients" : "Paylaşım alıcıları ara", "No recommendations. Start typing." : "Herhangi bir öneri yok. Yazmaya başlayın.", "Resharing is not allowed" : "Yeniden paylaşıma izin verilmiyor", "Name or email …" : "Ad ya da e-posta adresi …", @@ -224,7 +223,6 @@ "Circle" : "Çevre", "Talk conversation" : "Talk görüşmesi", "Deck board" : "Tahta panosu", - "Science Mesh" : "ScienceMesh", "on {server}" : "{server} üzerinde", "Others with access" : "Erişebilen diğer kişiler", "No other users with access found" : "Erişebilen başka bir kullanıcı bulunamadı", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Panoya kopyala", "Sorry, this link doesn’t seem to work anymore." : "Ne yazık ki, bu bağlantı artık çalışmıyor gibi görünüyor.", "Toggle grid view" : "Tablo görünümünü değiştir", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Arka uç ScienceMesh paylaşımlarına izin vermediğinden %s paylaşılamadı", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "password_policy ile parola oluşturulurken sorun çıktı" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js index 4134b01ba62e7..68a1ea8f89f79 100644 --- a/apps/files_sharing/l10n/zh_HK.js +++ b/apps/files_sharing/l10n/zh_HK.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "當應用未被啟用,你無法分享到circle。", "Please specify a valid circle" : "請指定一個有效的circle", "Sharing %s failed because the back end does not support room shares" : "分享 %s 失敗,因為後端不支援聊天室分享", - "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 Science Mesh 分享", "Unknown share type" : "未知的分享類型", "Not a directory" : "這不是一個資料夾", "Could not lock node" : "無法鎖定節點", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "社交圈子", "Talk conversation" : "Talk 對話", "Deck board" : "Deck 面板", - "Science Mesh" : "Science Mesh", "on {server}" : "在 {server} 上", "Others with access" : "其他擁有存取權限的人", "No other users with access found" : "找不到其他擁有存取權限的用戶", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "複製到剪貼板", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Toggle grid view" : "切換網格檢視", + "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 Science Mesh 分享", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略生成密碼時出錯" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json index e6949d5edc338..4a1f7fc9ded4f 100644 --- a/apps/files_sharing/l10n/zh_HK.json +++ b/apps/files_sharing/l10n/zh_HK.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "當應用未被啟用,你無法分享到circle。", "Please specify a valid circle" : "請指定一個有效的circle", "Sharing %s failed because the back end does not support room shares" : "分享 %s 失敗,因為後端不支援聊天室分享", - "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 Science Mesh 分享", "Unknown share type" : "未知的分享類型", "Not a directory" : "這不是一個資料夾", "Could not lock node" : "無法鎖定節點", @@ -224,7 +223,6 @@ "Circle" : "社交圈子", "Talk conversation" : "Talk 對話", "Deck board" : "Deck 面板", - "Science Mesh" : "Science Mesh", "on {server}" : "在 {server} 上", "Others with access" : "其他擁有存取權限的人", "No other users with access found" : "找不到其他擁有存取權限的用戶", @@ -275,6 +273,8 @@ "Copy to clipboard" : "複製到剪貼板", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Toggle grid view" : "切換網格檢視", + "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 Science Mesh 分享", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略生成密碼時出錯" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 78e900b31f7fe..d10d5e00a94e0 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "因為應用程式未啟用,所以您無法分享至小圈圈", "Please specify a valid circle" : "請指定有效的小圈圈", "Sharing %s failed because the back end does not support room shares" : "分享 %s 失敗,因為後端不支援聊天室分享", - "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 sciencemesh 分享", "Unknown share type" : "未知的分享類型", "Not a directory" : "不是目錄", "Could not lock node" : "無法鎖定節點", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "圈子", "Talk conversation" : "Talk 對話", "Deck board" : "看板佈告欄", - "Science Mesh" : "Science Mesh", "on {server}" : "於 {server}", "Others with access" : "有存取權的其他人", "No other users with access found" : "找不到其他有存取權的使用者", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "複製到剪貼簿", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Toggle grid view" : "切換網格檢視", + "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 sciencemesh 分享", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略產生密碼時發生錯誤" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index b6c16f5c3cf78..141d259218821 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "因為應用程式未啟用,所以您無法分享至小圈圈", "Please specify a valid circle" : "請指定有效的小圈圈", "Sharing %s failed because the back end does not support room shares" : "分享 %s 失敗,因為後端不支援聊天室分享", - "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 sciencemesh 分享", "Unknown share type" : "未知的分享類型", "Not a directory" : "不是目錄", "Could not lock node" : "無法鎖定節點", @@ -224,7 +223,6 @@ "Circle" : "圈子", "Talk conversation" : "Talk 對話", "Deck board" : "看板佈告欄", - "Science Mesh" : "Science Mesh", "on {server}" : "於 {server}", "Others with access" : "有存取權的其他人", "No other users with access found" : "找不到其他有存取權的使用者", @@ -275,6 +273,8 @@ "Copy to clipboard" : "複製到剪貼簿", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Toggle grid view" : "切換網格檢視", + "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 sciencemesh 分享", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略產生密碼時發生錯誤" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/settings/l10n/af.js b/apps/settings/l10n/af.js index f381d7fc7278f..fa8d6ace5bb7f 100644 --- a/apps/settings/l10n/af.js +++ b/apps/settings/l10n/af.js @@ -62,7 +62,6 @@ OC.L10N.register( "Current password" : "Huidige wagwoord", "New password" : "Nuwe wagwoord", "Change password" : "Verander wagwoord", - "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", "Cancel" : "Kanselleer", "Details" : "Besonderhede", "Your email address" : "U e-posadres", @@ -116,6 +115,7 @@ OC.L10N.register( "Upload new" : "Laai nuwe op", "Select from Files" : "Kies uit Lêers", "Remove image" : "Verwyder beeld", + "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", "Choose as profile picture" : "Kies as profielprent", "Your postal address" : "U posadres", "Link https://…" : "Skakel https://…", diff --git a/apps/settings/l10n/af.json b/apps/settings/l10n/af.json index 60fd93749928f..38a77170fe005 100644 --- a/apps/settings/l10n/af.json +++ b/apps/settings/l10n/af.json @@ -60,7 +60,6 @@ "Current password" : "Huidige wagwoord", "New password" : "Nuwe wagwoord", "Change password" : "Verander wagwoord", - "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", "Cancel" : "Kanselleer", "Details" : "Besonderhede", "Your email address" : "U e-posadres", @@ -114,6 +113,7 @@ "Upload new" : "Laai nuwe op", "Select from Files" : "Kies uit Lêers", "Remove image" : "Verwyder beeld", + "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", "Choose as profile picture" : "Kies as profielprent", "Your postal address" : "U posadres", "Link https://…" : "Skakel https://…", diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index d0a4995c95acd..632e526a6d75c 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -134,7 +134,6 @@ OC.L10N.register( "Current password" : "كلمات السر الحالية", "New password" : "كلمات سر جديدة", "Change password" : "عدل كلمة السر", - "png or jpg, max. 20 MB" : "صيغة png أو jpg و حجم أقصاه 20 م.ب", "Picture provided by original account" : "الصورة المستخدمة من الحساب الاصلي", "Cancel" : "الغاء", "Details" : "التفاصيل", @@ -242,6 +241,7 @@ OC.L10N.register( "Upload new" : "رفع الان", "Select from Files" : "إختر مِن بين الملفات", "Remove image" : "إزالة الصورة", + "png or jpg, max. 20 MB" : "صيغة png أو jpg و حجم أقصاه 20 م.ب", "Choose as profile picture" : "اختر صورة للملف الشخصي ", "You are using %s" : "تستخدم حاليا %s", "You are using %1$s of %2$s (%3$s %%)" : "تستخدم حاليا %1$s مِن أصل %2$s (%3$s %%)", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index a1f7687be035b..40d6a4bfc8d1a 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -132,7 +132,6 @@ "Current password" : "كلمات السر الحالية", "New password" : "كلمات سر جديدة", "Change password" : "عدل كلمة السر", - "png or jpg, max. 20 MB" : "صيغة png أو jpg و حجم أقصاه 20 م.ب", "Picture provided by original account" : "الصورة المستخدمة من الحساب الاصلي", "Cancel" : "الغاء", "Details" : "التفاصيل", @@ -240,6 +239,7 @@ "Upload new" : "رفع الان", "Select from Files" : "إختر مِن بين الملفات", "Remove image" : "إزالة الصورة", + "png or jpg, max. 20 MB" : "صيغة png أو jpg و حجم أقصاه 20 م.ب", "Choose as profile picture" : "اختر صورة للملف الشخصي ", "You are using %s" : "تستخدم حاليا %s", "You are using %1$s of %2$s (%3$s %%)" : "تستخدم حاليا %1$s مِن أصل %2$s (%3$s %%)", diff --git a/apps/settings/l10n/ast.js b/apps/settings/l10n/ast.js index 78a5d2d556677..ad3f057adec03 100644 --- a/apps/settings/l10n/ast.js +++ b/apps/settings/l10n/ast.js @@ -123,7 +123,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", "Change password" : "Camudar contraseña", - "png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB", "Picture provided by original account" : "Semeya fornida pola cuenta orixinal", "Cancel" : "Encaboxar", "Details" : "Detalles", @@ -221,6 +220,7 @@ OC.L10N.register( "The cron.php needs to be executed by the system user \"%s\"." : "cron.php precisa executalu l'usuariu del sistema «%s».", "Upload new" : "Xubir otra", "Remove image" : "Desaniciar imaxe", + "png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB", "Your postal address" : "La to direición postal", "Link https://…" : "Enllaz https://…" }, diff --git a/apps/settings/l10n/ast.json b/apps/settings/l10n/ast.json index 385e8f592227c..541c43adcfa04 100644 --- a/apps/settings/l10n/ast.json +++ b/apps/settings/l10n/ast.json @@ -121,7 +121,6 @@ "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", "Change password" : "Camudar contraseña", - "png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB", "Picture provided by original account" : "Semeya fornida pola cuenta orixinal", "Cancel" : "Encaboxar", "Details" : "Detalles", @@ -219,6 +218,7 @@ "The cron.php needs to be executed by the system user \"%s\"." : "cron.php precisa executalu l'usuariu del sistema «%s».", "Upload new" : "Xubir otra", "Remove image" : "Desaniciar imaxe", + "png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB", "Your postal address" : "La to direición postal", "Link https://…" : "Enllaz https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/bg.js b/apps/settings/l10n/bg.js index d36a599cb175a..6ed2d7c5bdc1a 100644 --- a/apps/settings/l10n/bg.js +++ b/apps/settings/l10n/bg.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Качване на профилна снимка", "Choose profile picture from Files" : "Избор на профилна снимка от Файлове", "Remove profile picture" : "Премахване на профилна снимка", - "png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB", + "The file must be a PNG or JPG" : "Файлът трябва да е във формат PNG или JPG", "Picture provided by original account" : "Снимката е предоставена от оригиналния профил", "Cancel" : "Отказ", "Set as profile picture" : "Задаване като профилна снимка", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Качи нова", "Select from Files" : "Избери от файловете", "Remove image" : "Премахни изображението", + "png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Моля, имайте предвид, че може да отнеме до 24 часа, докато аватарът се актуализира навсякъде.", "Choose as profile picture" : "Избор на профилна снимка", "You are using %s" : "Ползвате %s", diff --git a/apps/settings/l10n/bg.json b/apps/settings/l10n/bg.json index 7cd22e6ab5af1..f617964ebaf9c 100644 --- a/apps/settings/l10n/bg.json +++ b/apps/settings/l10n/bg.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Качване на профилна снимка", "Choose profile picture from Files" : "Избор на профилна снимка от Файлове", "Remove profile picture" : "Премахване на профилна снимка", - "png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB", + "The file must be a PNG or JPG" : "Файлът трябва да е във формат PNG или JPG", "Picture provided by original account" : "Снимката е предоставена от оригиналния профил", "Cancel" : "Отказ", "Set as profile picture" : "Задаване като профилна снимка", @@ -548,6 +548,7 @@ "Upload new" : "Качи нова", "Select from Files" : "Избери от файловете", "Remove image" : "Премахни изображението", + "png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Моля, имайте предвид, че може да отнеме до 24 часа, докато аватарът се актуализира навсякъде.", "Choose as profile picture" : "Избор на профилна снимка", "You are using %s" : "Ползвате %s", diff --git a/apps/settings/l10n/br.js b/apps/settings/l10n/br.js index 69f40861552c0..9aa14b4619a17 100644 --- a/apps/settings/l10n/br.js +++ b/apps/settings/l10n/br.js @@ -204,7 +204,6 @@ OC.L10N.register( "Current password" : "Ger-tremen hiziv", "New password" : "Ger-tremen nevez", "Change password" : "Cheñch ger-tremen", - "png or jpg, max. 20 MB" : "png pe jpg, 20 MB d'ar muiañ", "Picture provided by original account" : "Skeudenn roet gant ar c'hont orin", "Cancel" : "Arrest", "Details" : "Munudoù", @@ -382,6 +381,7 @@ OC.L10N.register( "Upload new" : "Pellkas nevez", "Select from Files" : "Choaz diouz ar restr", "Remove image" : "Lemel skeudenn", + "png or jpg, max. 20 MB" : "png pe jpg, 20 MB d'ar muiañ", "Choose as profile picture" : "Choazit ur skeudenn trolinenn", "You are using %s" : "Emaoc'h o imlpij %s", "You are using %1$s of %2$s (%3$s %%)" : "Emaoc'h o implij %1$s diouzh %2$s (%3$s%%)", diff --git a/apps/settings/l10n/br.json b/apps/settings/l10n/br.json index 866e999e25590..f18532c286397 100644 --- a/apps/settings/l10n/br.json +++ b/apps/settings/l10n/br.json @@ -202,7 +202,6 @@ "Current password" : "Ger-tremen hiziv", "New password" : "Ger-tremen nevez", "Change password" : "Cheñch ger-tremen", - "png or jpg, max. 20 MB" : "png pe jpg, 20 MB d'ar muiañ", "Picture provided by original account" : "Skeudenn roet gant ar c'hont orin", "Cancel" : "Arrest", "Details" : "Munudoù", @@ -380,6 +379,7 @@ "Upload new" : "Pellkas nevez", "Select from Files" : "Choaz diouz ar restr", "Remove image" : "Lemel skeudenn", + "png or jpg, max. 20 MB" : "png pe jpg, 20 MB d'ar muiañ", "Choose as profile picture" : "Choazit ur skeudenn trolinenn", "You are using %s" : "Emaoc'h o imlpij %s", "You are using %1$s of %2$s (%3$s %%)" : "Emaoc'h o implij %1$s diouzh %2$s (%3$s%%)", diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index a611b806486da..95b5f80dead80 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Pujar la imatge de perfil", "Choose profile picture from Files" : "Trieu la imatge des de Fitxers", "Remove profile picture" : "Treu la imatge de perfil", - "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", + "The file must be a PNG or JPG" : "El fitxer ha de ser PNG o JPG", "Picture provided by original account" : "Imatge proporcionada pel compte original", "Cancel" : "Cancel·la", "Set as profile picture" : "Estableix com a imatge de perfil", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Puja'n una de nova", "Select from Files" : "Selecciona dels Fitxers", "Remove image" : "Suprimir imatge", + "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Tingueu en compte que l'avatar pot trigar fins a 24 hores a actualitzar-se a tot arreu.", "Choose as profile picture" : "Tria una imatge de perfil", "You are using %s" : "Esteu utilitzant %s", diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index 092227af2b5e3..5a71eaffebc7d 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Pujar la imatge de perfil", "Choose profile picture from Files" : "Trieu la imatge des de Fitxers", "Remove profile picture" : "Treu la imatge de perfil", - "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", + "The file must be a PNG or JPG" : "El fitxer ha de ser PNG o JPG", "Picture provided by original account" : "Imatge proporcionada pel compte original", "Cancel" : "Cancel·la", "Set as profile picture" : "Estableix com a imatge de perfil", @@ -548,6 +548,7 @@ "Upload new" : "Puja'n una de nova", "Select from Files" : "Selecciona dels Fitxers", "Remove image" : "Suprimir imatge", + "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Tingueu en compte que l'avatar pot trigar fins a 24 hores a actualitzar-se a tot arreu.", "Choose as profile picture" : "Tria una imatge de perfil", "You are using %s" : "Esteu utilitzant %s", diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index d14fb3b46537a..00f7c68b51f09 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Nahrát profilový obrázek", "Choose profile picture from Files" : "Zvolit profilový obrázek ze Souborů", "Remove profile picture" : "Odebrat profilový obrázek", - "png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB", + "The file must be a PNG or JPG" : "Je třeba, aby soubor by PNG nebo JPG", "Picture provided by original account" : "Obrázek poskytovaný původním účtem", "Cancel" : "Storno", "Set as profile picture" : "Nastavit jako profilový obrázek", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Nahrát nový", "Select from Files" : "Vybrat ze Souborů", "Remove image" : "Odebrat obrázek", + "png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Mějte na paměti, že může trvat až 24 hodin, než bude avatar aktualizován všude.", "Choose as profile picture" : "Vybrat jako profilový obrázek", "You are using %s" : "Vaše data zabírají %s", diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index 4760c3f232366..27ebdd12ad937 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Nahrát profilový obrázek", "Choose profile picture from Files" : "Zvolit profilový obrázek ze Souborů", "Remove profile picture" : "Odebrat profilový obrázek", - "png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB", + "The file must be a PNG or JPG" : "Je třeba, aby soubor by PNG nebo JPG", "Picture provided by original account" : "Obrázek poskytovaný původním účtem", "Cancel" : "Storno", "Set as profile picture" : "Nastavit jako profilový obrázek", @@ -548,6 +548,7 @@ "Upload new" : "Nahrát nový", "Select from Files" : "Vybrat ze Souborů", "Remove image" : "Odebrat obrázek", + "png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Mějte na paměti, že může trvat až 24 hodin, než bude avatar aktualizován všude.", "Choose as profile picture" : "Vybrat jako profilový obrázek", "You are using %s" : "Vaše data zabírají %s", diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js index 50a6e72b02f7f..26b7834ec89ea 100644 --- a/apps/settings/l10n/da.js +++ b/apps/settings/l10n/da.js @@ -242,7 +242,6 @@ OC.L10N.register( "Change password" : "Skift kodeord", "Your profile picture" : "Dit profil billede", "Upload profile picture" : "Upload profil billede", - "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Picture provided by original account" : "Billede leveret af den oprindelige konto", "Cancel" : "Annuller", "Your biography" : "Din biografi", @@ -488,6 +487,7 @@ OC.L10N.register( "Upload new" : "Upload nyt", "Select from Files" : "Vælg fra filer", "Remove image" : "Fjern billede", + "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Choose as profile picture" : "Vælg et profilbillede", "You are using %s" : "Du bruger %s", "You are using %1$s of %2$s (%3$s %%)" : "Du bruger %1$s af %2$s (%3$s %%)", diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json index 5309044f92c5d..532ff64ad3bc4 100644 --- a/apps/settings/l10n/da.json +++ b/apps/settings/l10n/da.json @@ -240,7 +240,6 @@ "Change password" : "Skift kodeord", "Your profile picture" : "Dit profil billede", "Upload profile picture" : "Upload profil billede", - "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Picture provided by original account" : "Billede leveret af den oprindelige konto", "Cancel" : "Annuller", "Your biography" : "Din biografi", @@ -486,6 +485,7 @@ "Upload new" : "Upload nyt", "Select from Files" : "Vælg fra filer", "Remove image" : "Fjern billede", + "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Choose as profile picture" : "Vælg et profilbillede", "You are using %s" : "Du bruger %s", "You are using %1$s of %2$s (%3$s %%)" : "Du bruger %1$s af %2$s (%3$s %%)", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index a59207fc529af..0ce818357017e 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -272,7 +272,6 @@ OC.L10N.register( "Upload profile picture" : "Profilbild hochladen", "Choose profile picture from Files" : "Profilbild aus Dateien wählen", "Remove profile picture" : "Profilbild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", "Set as profile picture" : "Als Profilbild festlegen", @@ -549,6 +548,7 @@ OC.L10N.register( "Upload new" : "Neues hochladen", "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Bitte beachte, dass es bis zu 24 Stunden dauern kann, bis der Avatar überall aktualisiert wird.", "Choose as profile picture" : "Als Profilbild auswählen", "You are using %s" : "Du benutzt %s", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index b2744a962f553..6080126fd3a91 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -270,7 +270,6 @@ "Upload profile picture" : "Profilbild hochladen", "Choose profile picture from Files" : "Profilbild aus Dateien wählen", "Remove profile picture" : "Profilbild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", "Set as profile picture" : "Als Profilbild festlegen", @@ -547,6 +546,7 @@ "Upload new" : "Neues hochladen", "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Bitte beachte, dass es bis zu 24 Stunden dauern kann, bis der Avatar überall aktualisiert wird.", "Choose as profile picture" : "Als Profilbild auswählen", "You are using %s" : "Du benutzt %s", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 4a25b6a204aa6..9d23cc4cec604 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Profilbild hochladen", "Choose profile picture from Files" : "Profilbild aus Dateien wählen", "Remove profile picture" : "Profilbild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", + "The file must be a PNG or JPG" : "Die Datei muss im PNG- oder JPG-Format sein", "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", "Set as profile picture" : "Als Profilbild festlegen", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Neues hochladen", "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Bitte beachten Sie, dass es bis zu 24 Stunden dauern kann, bis der Avatar überall aktualisiert wird.", "Choose as profile picture" : "Als Profilbild auswählen", "You are using %s" : "Sie benutzen %s", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index bbd01510edc8b..c99648d190b77 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Profilbild hochladen", "Choose profile picture from Files" : "Profilbild aus Dateien wählen", "Remove profile picture" : "Profilbild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", + "The file must be a PNG or JPG" : "Die Datei muss im PNG- oder JPG-Format sein", "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", "Set as profile picture" : "Als Profilbild festlegen", @@ -548,6 +548,7 @@ "Upload new" : "Neues hochladen", "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Bitte beachten Sie, dass es bis zu 24 Stunden dauern kann, bis der Avatar überall aktualisiert wird.", "Choose as profile picture" : "Als Profilbild auswählen", "You are using %s" : "Sie benutzen %s", diff --git a/apps/settings/l10n/el.js b/apps/settings/l10n/el.js index 5b5250d3eae26..fbd87f067e4a4 100644 --- a/apps/settings/l10n/el.js +++ b/apps/settings/l10n/el.js @@ -246,7 +246,6 @@ OC.L10N.register( "Your profile picture" : "Η εικόνα του προφίλ σας", "Upload profile picture" : "Μεταφόρτωση εικόνας προφίλ", "Remove profile picture" : "Αφαίρεση εικόνας προφίλ", - "png or jpg, max. 20 MB" : "png ή jpg, μεγ. 20 MB", "Picture provided by original account" : "Φωτογραφία που παρέχεται από τον πρωτότυπο λογαριασμό", "Cancel" : "Άκυρο", "Set as profile picture" : "Ορισμός ως εικόνας προφίλ", @@ -506,6 +505,7 @@ OC.L10N.register( "Upload new" : "Μεταφόρτωση νέας", "Select from Files" : "Επιλογή από τα Αρχεία", "Remove image" : "Αφαίρεση εικόνας", + "png or jpg, max. 20 MB" : "png ή jpg, μεγ. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Λάβετε υπόψη ότι μπορεί να χρειαστούν έως και 24 ώρες για να ενημερωθεί το άβαταρ παντού.", "Choose as profile picture" : "Επιλέξτε εικόνα προφίλ", "You are using %s" : "Χρησιμοποιείτε %s", diff --git a/apps/settings/l10n/el.json b/apps/settings/l10n/el.json index ac150eaa2e900..4312f3c750090 100644 --- a/apps/settings/l10n/el.json +++ b/apps/settings/l10n/el.json @@ -244,7 +244,6 @@ "Your profile picture" : "Η εικόνα του προφίλ σας", "Upload profile picture" : "Μεταφόρτωση εικόνας προφίλ", "Remove profile picture" : "Αφαίρεση εικόνας προφίλ", - "png or jpg, max. 20 MB" : "png ή jpg, μεγ. 20 MB", "Picture provided by original account" : "Φωτογραφία που παρέχεται από τον πρωτότυπο λογαριασμό", "Cancel" : "Άκυρο", "Set as profile picture" : "Ορισμός ως εικόνας προφίλ", @@ -504,6 +503,7 @@ "Upload new" : "Μεταφόρτωση νέας", "Select from Files" : "Επιλογή από τα Αρχεία", "Remove image" : "Αφαίρεση εικόνας", + "png or jpg, max. 20 MB" : "png ή jpg, μεγ. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Λάβετε υπόψη ότι μπορεί να χρειαστούν έως και 24 ώρες για να ενημερωθεί το άβαταρ παντού.", "Choose as profile picture" : "Επιλέξτε εικόνα προφίλ", "You are using %s" : "Χρησιμοποιείτε %s", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index c44d5b78ca2a6..948ef8b24092c 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Upload profile picture", "Choose profile picture from Files" : "Choose profile picture from Files", "Remove profile picture" : "Remove profile picture", - "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB", + "The file must be a PNG or JPG" : "The file must be a PNG or JPG", "Picture provided by original account" : "Picture provided by original account", "Cancel" : "Cancel", "Set as profile picture" : "Set as profile picture", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Upload new", "Select from Files" : "Select from Files", "Remove image" : "Remove image", + "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Please note that it can take up to 24 hours for the avatar to get updated everywhere.", "Choose as profile picture" : "Choose as profile picture", "You are using %s" : "You are using %s", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 02e532e410bad..99a2f84c404db 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Upload profile picture", "Choose profile picture from Files" : "Choose profile picture from Files", "Remove profile picture" : "Remove profile picture", - "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB", + "The file must be a PNG or JPG" : "The file must be a PNG or JPG", "Picture provided by original account" : "Picture provided by original account", "Cancel" : "Cancel", "Set as profile picture" : "Set as profile picture", @@ -548,6 +548,7 @@ "Upload new" : "Upload new", "Select from Files" : "Select from Files", "Remove image" : "Remove image", + "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Please note that it can take up to 24 hours for the avatar to get updated everywhere.", "Choose as profile picture" : "Choose as profile picture", "You are using %s" : "You are using %s", diff --git a/apps/settings/l10n/eo.js b/apps/settings/l10n/eo.js index 4da9b1aedb581..9a7a1633857d0 100644 --- a/apps/settings/l10n/eo.js +++ b/apps/settings/l10n/eo.js @@ -195,7 +195,6 @@ OC.L10N.register( "Current password" : "Nuna pasvorto", "New password" : "Nova pasvorto", "Change password" : "Ŝanĝi la pasvorton", - "png or jpg, max. 20 MB" : "png aŭ jpg, maksimume 20 MB", "Picture provided by original account" : "Bildo el la origina konto", "Cancel" : "Nuligi", "Details" : "Detaloj", @@ -352,6 +351,7 @@ OC.L10N.register( "Upload new" : "Alŝuti novan", "Select from Files" : "Elekti el dosieroj", "Remove image" : "Forigi bildon", + "png or jpg, max. 20 MB" : "png aŭ jpg, maksimume 20 MB", "Choose as profile picture" : "Elekti kiel profilan bildon", "You are using %s" : "Vi uzas %s", "You are using %1$s of %2$s (%3$s %%)" : "Vi uzas %1$s el %2$s (%3$s %%)", diff --git a/apps/settings/l10n/eo.json b/apps/settings/l10n/eo.json index 99cdca45e3a9b..ad82089f8f5ef 100644 --- a/apps/settings/l10n/eo.json +++ b/apps/settings/l10n/eo.json @@ -193,7 +193,6 @@ "Current password" : "Nuna pasvorto", "New password" : "Nova pasvorto", "Change password" : "Ŝanĝi la pasvorton", - "png or jpg, max. 20 MB" : "png aŭ jpg, maksimume 20 MB", "Picture provided by original account" : "Bildo el la origina konto", "Cancel" : "Nuligi", "Details" : "Detaloj", @@ -350,6 +349,7 @@ "Upload new" : "Alŝuti novan", "Select from Files" : "Elekti el dosieroj", "Remove image" : "Forigi bildon", + "png or jpg, max. 20 MB" : "png aŭ jpg, maksimume 20 MB", "Choose as profile picture" : "Elekti kiel profilan bildon", "You are using %s" : "Vi uzas %s", "You are using %1$s of %2$s (%3$s %%)" : "Vi uzas %1$s el %2$s (%3$s %%)", diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 7ddb5f6706355..349828b1a36d9 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Subir imagen del perfil", "Choose profile picture from Files" : "Seleccionar imagen del perfil desde los archivos", "Remove profile picture" : "Eliminar imagen del perfil", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", + "The file must be a PNG or JPG" : "El archivo debe ser un PNG o JPG", "Picture provided by original account" : "Imagen provista por la cuenta original", "Cancel" : "Cancelar", "Set as profile picture" : "Establecer como imagen del perfil", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Subir nueva", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Borrar imagen", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ten en cuenta que el avatar puede tardar hasta 24 horas en actualizarse en todas partes.", "Choose as profile picture" : "Seleccionar como imagen de perfil", "You are using %s" : "Estás usando %s", diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index ed9c9c09d856f..926d978cf9ad2 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Subir imagen del perfil", "Choose profile picture from Files" : "Seleccionar imagen del perfil desde los archivos", "Remove profile picture" : "Eliminar imagen del perfil", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", + "The file must be a PNG or JPG" : "El archivo debe ser un PNG o JPG", "Picture provided by original account" : "Imagen provista por la cuenta original", "Cancel" : "Cancelar", "Set as profile picture" : "Establecer como imagen del perfil", @@ -548,6 +548,7 @@ "Upload new" : "Subir nueva", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Borrar imagen", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ten en cuenta que el avatar puede tardar hasta 24 horas en actualizarse en todas partes.", "Choose as profile picture" : "Seleccionar como imagen de perfil", "You are using %s" : "Estás usando %s", diff --git a/apps/settings/l10n/es_419.js b/apps/settings/l10n/es_419.js index c8a8f3b947bec..bbbf577173317 100644 --- a/apps/settings/l10n/es_419.js +++ b/apps/settings/l10n/es_419.js @@ -145,7 +145,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -257,6 +256,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estas usando %s", "You are using %1$s of %2$s (%3$s %%)" : "Estas usando %1$s de %2$s (%3$s%%)", diff --git a/apps/settings/l10n/es_419.json b/apps/settings/l10n/es_419.json index f5d2f288de858..e091d991a1151 100644 --- a/apps/settings/l10n/es_419.json +++ b/apps/settings/l10n/es_419.json @@ -143,7 +143,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -255,6 +254,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estas usando %s", "You are using %1$s of %2$s (%3$s %%)" : "Estas usando %1$s de %2$s (%3$s%%)", diff --git a/apps/settings/l10n/es_AR.js b/apps/settings/l10n/es_AR.js index 56ac4ea3c572b..ce74f288e7a77 100644 --- a/apps/settings/l10n/es_AR.js +++ b/apps/settings/l10n/es_AR.js @@ -139,7 +139,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionadoa por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -245,6 +244,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Su dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_AR.json b/apps/settings/l10n/es_AR.json index d6c6612f3df7a..47f8c4139190f 100644 --- a/apps/settings/l10n/es_AR.json +++ b/apps/settings/l10n/es_AR.json @@ -137,7 +137,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionadoa por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -243,6 +242,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Su dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_CL.js b/apps/settings/l10n/es_CL.js index beab3681c7127..0f5082922173c 100644 --- a/apps/settings/l10n/es_CL.js +++ b/apps/settings/l10n/es_CL.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CL.json b/apps/settings/l10n/es_CL.json index b62770fe0e78f..9438ae2ba9124 100644 --- a/apps/settings/l10n/es_CL.json +++ b/apps/settings/l10n/es_CL.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CO.js b/apps/settings/l10n/es_CO.js index 151e50320d7d5..0356183a5b7d5 100644 --- a/apps/settings/l10n/es_CO.js +++ b/apps/settings/l10n/es_CO.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CO.json b/apps/settings/l10n/es_CO.json index fcf4009c76911..01c2f3ad0fd4c 100644 --- a/apps/settings/l10n/es_CO.json +++ b/apps/settings/l10n/es_CO.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CR.js b/apps/settings/l10n/es_CR.js index 151e50320d7d5..0356183a5b7d5 100644 --- a/apps/settings/l10n/es_CR.js +++ b/apps/settings/l10n/es_CR.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CR.json b/apps/settings/l10n/es_CR.json index fcf4009c76911..01c2f3ad0fd4c 100644 --- a/apps/settings/l10n/es_CR.json +++ b/apps/settings/l10n/es_CR.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_DO.js b/apps/settings/l10n/es_DO.js index 151e50320d7d5..0356183a5b7d5 100644 --- a/apps/settings/l10n/es_DO.js +++ b/apps/settings/l10n/es_DO.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_DO.json b/apps/settings/l10n/es_DO.json index fcf4009c76911..01c2f3ad0fd4c 100644 --- a/apps/settings/l10n/es_DO.json +++ b/apps/settings/l10n/es_DO.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_EC.js b/apps/settings/l10n/es_EC.js index 151e50320d7d5..0356183a5b7d5 100644 --- a/apps/settings/l10n/es_EC.js +++ b/apps/settings/l10n/es_EC.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_EC.json b/apps/settings/l10n/es_EC.json index fcf4009c76911..01c2f3ad0fd4c 100644 --- a/apps/settings/l10n/es_EC.json +++ b/apps/settings/l10n/es_EC.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_GT.js b/apps/settings/l10n/es_GT.js index 151e50320d7d5..0356183a5b7d5 100644 --- a/apps/settings/l10n/es_GT.js +++ b/apps/settings/l10n/es_GT.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_GT.json b/apps/settings/l10n/es_GT.json index fcf4009c76911..01c2f3ad0fd4c 100644 --- a/apps/settings/l10n/es_GT.json +++ b/apps/settings/l10n/es_GT.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_HN.js b/apps/settings/l10n/es_HN.js index 3992f77037d6b..eaac93f45be19 100644 --- a/apps/settings/l10n/es_HN.js +++ b/apps/settings/l10n/es_HN.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_HN.json b/apps/settings/l10n/es_HN.json index 97495931c649a..74b8faeaf7c2c 100644 --- a/apps/settings/l10n/es_HN.json +++ b/apps/settings/l10n/es_HN.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index 6566471b1dec0..4747b48870620 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -160,7 +160,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -279,6 +278,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_MX.json b/apps/settings/l10n/es_MX.json index f9dfab27e9fc1..20a86a47a15db 100644 --- a/apps/settings/l10n/es_MX.json +++ b/apps/settings/l10n/es_MX.json @@ -158,7 +158,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -277,6 +276,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_NI.js b/apps/settings/l10n/es_NI.js index 3992f77037d6b..eaac93f45be19 100644 --- a/apps/settings/l10n/es_NI.js +++ b/apps/settings/l10n/es_NI.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_NI.json b/apps/settings/l10n/es_NI.json index 97495931c649a..74b8faeaf7c2c 100644 --- a/apps/settings/l10n/es_NI.json +++ b/apps/settings/l10n/es_NI.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PA.js b/apps/settings/l10n/es_PA.js index 3992f77037d6b..eaac93f45be19 100644 --- a/apps/settings/l10n/es_PA.js +++ b/apps/settings/l10n/es_PA.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PA.json b/apps/settings/l10n/es_PA.json index 97495931c649a..74b8faeaf7c2c 100644 --- a/apps/settings/l10n/es_PA.json +++ b/apps/settings/l10n/es_PA.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PE.js b/apps/settings/l10n/es_PE.js index 3992f77037d6b..eaac93f45be19 100644 --- a/apps/settings/l10n/es_PE.js +++ b/apps/settings/l10n/es_PE.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PE.json b/apps/settings/l10n/es_PE.json index 97495931c649a..74b8faeaf7c2c 100644 --- a/apps/settings/l10n/es_PE.json +++ b/apps/settings/l10n/es_PE.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PR.js b/apps/settings/l10n/es_PR.js index 3992f77037d6b..eaac93f45be19 100644 --- a/apps/settings/l10n/es_PR.js +++ b/apps/settings/l10n/es_PR.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PR.json b/apps/settings/l10n/es_PR.json index 97495931c649a..74b8faeaf7c2c 100644 --- a/apps/settings/l10n/es_PR.json +++ b/apps/settings/l10n/es_PR.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PY.js b/apps/settings/l10n/es_PY.js index 3992f77037d6b..eaac93f45be19 100644 --- a/apps/settings/l10n/es_PY.js +++ b/apps/settings/l10n/es_PY.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PY.json b/apps/settings/l10n/es_PY.json index 97495931c649a..74b8faeaf7c2c 100644 --- a/apps/settings/l10n/es_PY.json +++ b/apps/settings/l10n/es_PY.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_SV.js b/apps/settings/l10n/es_SV.js index 151e50320d7d5..0356183a5b7d5 100644 --- a/apps/settings/l10n/es_SV.js +++ b/apps/settings/l10n/es_SV.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_SV.json b/apps/settings/l10n/es_SV.json index fcf4009c76911..01c2f3ad0fd4c 100644 --- a/apps/settings/l10n/es_SV.json +++ b/apps/settings/l10n/es_SV.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using %s" : "Estás usando%s", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_UY.js b/apps/settings/l10n/es_UY.js index 3992f77037d6b..eaac93f45be19 100644 --- a/apps/settings/l10n/es_UY.js +++ b/apps/settings/l10n/es_UY.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_UY.json b/apps/settings/l10n/es_UY.json index 97495931c649a..74b8faeaf7c2c 100644 --- a/apps/settings/l10n/es_UY.json +++ b/apps/settings/l10n/es_UY.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/et_EE.js b/apps/settings/l10n/et_EE.js index 068ef724c8aa8..42b8ce253d731 100644 --- a/apps/settings/l10n/et_EE.js +++ b/apps/settings/l10n/et_EE.js @@ -135,7 +135,6 @@ OC.L10N.register( "Current password" : "Praegune parool", "New password" : "Uus parool", "Change password" : "Muuda parooli", - "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", "Cancel" : "Loobu", "Details" : "Üksikasjad", "You are a member of the following groups:" : "Sa oled nende gruppide liige:", @@ -247,6 +246,7 @@ OC.L10N.register( "Upload new" : "Laadi uus üles", "Select from Files" : "Vali failidest", "Remove image" : "Eemalda pilt", + "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", "Choose as profile picture" : "Vali kui profiili pilt", "You are using %1$s of %2$s (%3$s %%)" : "Kasutusel on %1$s/ %2$s (%3$s%%)", "Your postal address" : "Sinu postiaadress", diff --git a/apps/settings/l10n/et_EE.json b/apps/settings/l10n/et_EE.json index 69d4a95969c39..99e70484d669c 100644 --- a/apps/settings/l10n/et_EE.json +++ b/apps/settings/l10n/et_EE.json @@ -133,7 +133,6 @@ "Current password" : "Praegune parool", "New password" : "Uus parool", "Change password" : "Muuda parooli", - "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", "Cancel" : "Loobu", "Details" : "Üksikasjad", "You are a member of the following groups:" : "Sa oled nende gruppide liige:", @@ -245,6 +244,7 @@ "Upload new" : "Laadi uus üles", "Select from Files" : "Vali failidest", "Remove image" : "Eemalda pilt", + "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", "Choose as profile picture" : "Vali kui profiili pilt", "You are using %1$s of %2$s (%3$s %%)" : "Kasutusel on %1$s/ %2$s (%3$s%%)", "Your postal address" : "Sinu postiaadress", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index 47a07223f5720..8fbb15e4abac6 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Kargatu profil-irudia", "Choose profile picture from Files" : "Aukeratu Fitxategiak-en profileko argazkia", "Remove profile picture" : "Kendu profil-irudia", - "png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB", + "The file must be a PNG or JPG" : "Fitxategiak PNG edo JPG izan behar du", "Picture provided by original account" : "Irudia jatorrizko kontutik hartuta", "Cancel" : "Ezeztatu", "Set as profile picture" : "Ezarri profil-irudia", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Kargatu berria", "Select from Files" : "Aukeratu fitxategien artean", "Remove image" : "Kendu irudia", + "png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Kontuan izan avatarra edonon eguneratzeko 24 ordu arte igaro daitezkeela.", "Choose as profile picture" : "Aukeratu profil irudi gisa", "You are using %s" : "%s erabiltzen ari zara", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index 96ac9a3c599eb..fddd93fa8e22b 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Kargatu profil-irudia", "Choose profile picture from Files" : "Aukeratu Fitxategiak-en profileko argazkia", "Remove profile picture" : "Kendu profil-irudia", - "png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB", + "The file must be a PNG or JPG" : "Fitxategiak PNG edo JPG izan behar du", "Picture provided by original account" : "Irudia jatorrizko kontutik hartuta", "Cancel" : "Ezeztatu", "Set as profile picture" : "Ezarri profil-irudia", @@ -548,6 +548,7 @@ "Upload new" : "Kargatu berria", "Select from Files" : "Aukeratu fitxategien artean", "Remove image" : "Kendu irudia", + "png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Kontuan izan avatarra edonon eguneratzeko 24 ordu arte igaro daitezkeela.", "Choose as profile picture" : "Aukeratu profil irudi gisa", "You are using %s" : "%s erabiltzen ari zara", diff --git a/apps/settings/l10n/fa.js b/apps/settings/l10n/fa.js index 66f64e7871a32..1da143b0a45f7 100644 --- a/apps/settings/l10n/fa.js +++ b/apps/settings/l10n/fa.js @@ -233,7 +233,6 @@ OC.L10N.register( "Your profile picture" : "نگارهٔ نمایه‌تان", "Upload profile picture" : "بارگذاری نگارهٔ نمایه", "Remove profile picture" : "برداشتن نگارهٔ نمایه", - "png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ م‌ب", "Picture provided by original account" : "نگاره فراهم شده به دست حساب اصلی", "Cancel" : "منصرف شدن", "Details" : "جزییات", @@ -398,6 +397,7 @@ OC.L10N.register( "Upload new" : "بارگذاری جدید", "Select from Files" : "از میان پرونده ها انتخاب کنید", "Remove image" : "تصویر پاک شود", + "png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ م‌ب", "Choose as profile picture" : "یک تصویر برای پروفایل انتخاب کنید", "You are using %s" : "شما با استفاده از %s", "You are using %1$s of %2$s (%3$s %%)" : "شما با استفاده از %1$s از %2$s (%3$s%%)", diff --git a/apps/settings/l10n/fa.json b/apps/settings/l10n/fa.json index f20fc31c10008..1ea9e25f8c303 100644 --- a/apps/settings/l10n/fa.json +++ b/apps/settings/l10n/fa.json @@ -231,7 +231,6 @@ "Your profile picture" : "نگارهٔ نمایه‌تان", "Upload profile picture" : "بارگذاری نگارهٔ نمایه", "Remove profile picture" : "برداشتن نگارهٔ نمایه", - "png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ م‌ب", "Picture provided by original account" : "نگاره فراهم شده به دست حساب اصلی", "Cancel" : "منصرف شدن", "Details" : "جزییات", @@ -396,6 +395,7 @@ "Upload new" : "بارگذاری جدید", "Select from Files" : "از میان پرونده ها انتخاب کنید", "Remove image" : "تصویر پاک شود", + "png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ م‌ب", "Choose as profile picture" : "یک تصویر برای پروفایل انتخاب کنید", "You are using %s" : "شما با استفاده از %s", "You are using %1$s of %2$s (%3$s %%)" : "شما با استفاده از %1$s از %2$s (%3$s%%)", diff --git a/apps/settings/l10n/fi.js b/apps/settings/l10n/fi.js index 1b5db478fd8d1..ec22488157802 100644 --- a/apps/settings/l10n/fi.js +++ b/apps/settings/l10n/fi.js @@ -237,7 +237,6 @@ OC.L10N.register( "Upload profile picture" : "Lähetä profiilikuva", "Choose profile picture from Files" : "Valitse profiilikuva tiedostoista", "Remove profile picture" : "Poista profiilikuva", - "png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt", "Picture provided by original account" : "Kuvan tarjoaa alkuperäinen tili", "Cancel" : "Peru", "Set as profile picture" : "Aseta profiilikuvaksi", @@ -482,6 +481,7 @@ OC.L10N.register( "Upload new" : "Lähetä uusi", "Select from Files" : "Valitse tiedostosovelluksesta", "Remove image" : "Poista kuva", + "png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ota huomioon, että kuvan päivittyminen kaikkialle saattaa kestää jopa 24 tuntia.", "Choose as profile picture" : "Valitse profiilikuvaksi", "You are using %s" : "Käytössäsi on %s", diff --git a/apps/settings/l10n/fi.json b/apps/settings/l10n/fi.json index 08b44efb3dd30..3cbe0e7fd2f87 100644 --- a/apps/settings/l10n/fi.json +++ b/apps/settings/l10n/fi.json @@ -235,7 +235,6 @@ "Upload profile picture" : "Lähetä profiilikuva", "Choose profile picture from Files" : "Valitse profiilikuva tiedostoista", "Remove profile picture" : "Poista profiilikuva", - "png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt", "Picture provided by original account" : "Kuvan tarjoaa alkuperäinen tili", "Cancel" : "Peru", "Set as profile picture" : "Aseta profiilikuvaksi", @@ -480,6 +479,7 @@ "Upload new" : "Lähetä uusi", "Select from Files" : "Valitse tiedostosovelluksesta", "Remove image" : "Poista kuva", + "png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ota huomioon, että kuvan päivittyminen kaikkialle saattaa kestää jopa 24 tuntia.", "Choose as profile picture" : "Valitse profiilikuvaksi", "You are using %s" : "Käytössäsi on %s", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 8569b7d4d4fc5..9dbd28a810986 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Téléverser une photo de profil", "Choose profile picture from Files" : "Choisir une image de profil dans Fichiers", "Remove profile picture" : "Retirer la photo de profil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo", + "The file must be a PNG or JPG" : "Le fichier doit être au format PNG ou JPG", "Picture provided by original account" : "Photo fournie par le compte original", "Cancel" : "Annuler", "Set as profile picture" : "Définir comme image de profil", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Téléverser une nouvelle image", "Select from Files" : "Sélectionner depuis Fichiers", "Remove image" : "Supprimer la photo", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Veuillez noter que cela peut prendre jusqu'à 24 heures pour que l'avatar soit mis à jour partout.", "Choose as profile picture" : "Définir comme image de profil", "You are using %s" : "Vous utilisez %s", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 0e755679c04a4..f762a760de0d4 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Téléverser une photo de profil", "Choose profile picture from Files" : "Choisir une image de profil dans Fichiers", "Remove profile picture" : "Retirer la photo de profil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo", + "The file must be a PNG or JPG" : "Le fichier doit être au format PNG ou JPG", "Picture provided by original account" : "Photo fournie par le compte original", "Cancel" : "Annuler", "Set as profile picture" : "Définir comme image de profil", @@ -548,6 +548,7 @@ "Upload new" : "Téléverser une nouvelle image", "Select from Files" : "Sélectionner depuis Fichiers", "Remove image" : "Supprimer la photo", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Veuillez noter que cela peut prendre jusqu'à 24 heures pour que l'avatar soit mis à jour partout.", "Choose as profile picture" : "Définir comme image de profil", "You are using %s" : "Vous utilisez %s", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index d9ae5bb680812..d2d9d7ce7c6b0 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -273,7 +273,6 @@ OC.L10N.register( "Upload profile picture" : "Subir imaxe de perfil", "Choose profile picture from Files" : "Escolle a imaxe de perfil de Ficheiros", "Remove profile picture" : "Eliminar a imaxe de perfil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Picture provided by original account" : "Imaxe fornecida pola conta orixinal ", "Cancel" : "Cancelar", "Set as profile picture" : "Establecer como imaxe de perfil", @@ -550,6 +549,7 @@ OC.L10N.register( "Upload new" : "Novo envío", "Select from Files" : "Seleccionar dende Ficheiros", "Remove image" : "Retirar a imaxe", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ten en conta que o avatar pode tardar ata 24 horas en actualizarse en todas partes.", "Choose as profile picture" : "Seleccionar como imaxe do perfil", "You are using %s" : "Está usando %s", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index b85ec76390cd0..fbf354027a43d 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -271,7 +271,6 @@ "Upload profile picture" : "Subir imaxe de perfil", "Choose profile picture from Files" : "Escolle a imaxe de perfil de Ficheiros", "Remove profile picture" : "Eliminar a imaxe de perfil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Picture provided by original account" : "Imaxe fornecida pola conta orixinal ", "Cancel" : "Cancelar", "Set as profile picture" : "Establecer como imaxe de perfil", @@ -548,6 +547,7 @@ "Upload new" : "Novo envío", "Select from Files" : "Seleccionar dende Ficheiros", "Remove image" : "Retirar a imaxe", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ten en conta que o avatar pode tardar ata 24 horas en actualizarse en todas partes.", "Choose as profile picture" : "Seleccionar como imaxe do perfil", "You are using %s" : "Está usando %s", diff --git a/apps/settings/l10n/he.js b/apps/settings/l10n/he.js index 87a37b35060bc..cd18bf2364758 100644 --- a/apps/settings/l10n/he.js +++ b/apps/settings/l10n/he.js @@ -210,7 +210,6 @@ OC.L10N.register( "Current password" : "סיסמא נוכחית", "New password" : "סיסמא חדשה", "Change password" : "שינוי סיסמא", - "png or jpg, max. 20 MB" : "png או jpg, מקסימום 20 מגה-בייט", "Picture provided by original account" : "תמונה סופקה על ידי חשבון מקור", "Cancel" : "ביטול", "Details" : "פרטים", @@ -397,6 +396,7 @@ OC.L10N.register( "Upload new" : "העלאת חדש", "Select from Files" : "בחירה מתוך קבצים", "Remove image" : "הסרת תמונה", + "png or jpg, max. 20 MB" : "png או jpg, מקסימום 20 מגה-בייט", "Choose as profile picture" : "יש לבחור כתמונת פרופיל", "You are using %s" : "הניצולת שלך היא %s", "You are using %1$s of %2$s (%3$s %%)" : "מנוצלים %1$s מתוך %2$s (%3$s %%)", diff --git a/apps/settings/l10n/he.json b/apps/settings/l10n/he.json index df13d7b6baa34..cb3a1b97fcf05 100644 --- a/apps/settings/l10n/he.json +++ b/apps/settings/l10n/he.json @@ -208,7 +208,6 @@ "Current password" : "סיסמא נוכחית", "New password" : "סיסמא חדשה", "Change password" : "שינוי סיסמא", - "png or jpg, max. 20 MB" : "png או jpg, מקסימום 20 מגה-בייט", "Picture provided by original account" : "תמונה סופקה על ידי חשבון מקור", "Cancel" : "ביטול", "Details" : "פרטים", @@ -395,6 +394,7 @@ "Upload new" : "העלאת חדש", "Select from Files" : "בחירה מתוך קבצים", "Remove image" : "הסרת תמונה", + "png or jpg, max. 20 MB" : "png או jpg, מקסימום 20 מגה-בייט", "Choose as profile picture" : "יש לבחור כתמונת פרופיל", "You are using %s" : "הניצולת שלך היא %s", "You are using %1$s of %2$s (%3$s %%)" : "מנוצלים %1$s מתוך %2$s (%3$s %%)", diff --git a/apps/settings/l10n/hr.js b/apps/settings/l10n/hr.js index 10bed018864b2..f4c1983405af7 100644 --- a/apps/settings/l10n/hr.js +++ b/apps/settings/l10n/hr.js @@ -223,7 +223,6 @@ OC.L10N.register( "Current password" : "Trenutna zaporka", "New password" : "Nova zaporka", "Change password" : "Promijeni zaporku", - "png or jpg, max. 20 MB" : "png ili jpg, maks. 20 MB", "Picture provided by original account" : "Slika s izvornog računa", "Cancel" : "Odustani", "Your biography" : "Vaša biografija", @@ -467,6 +466,7 @@ OC.L10N.register( "Upload new" : "Otpremi novu", "Select from Files" : "Odaberi iz datoteka", "Remove image" : "Ukloni sliku", + "png or jpg, max. 20 MB" : "png ili jpg, maks. 20 MB", "Choose as profile picture" : "Odaberi kao profilnu sliku", "You are using %s" : "Koristite %s", "You are using %1$s of %2$s (%3$s %%)" : "Koristite %1$s od %2$s (%3$s% %)", diff --git a/apps/settings/l10n/hr.json b/apps/settings/l10n/hr.json index 0f638be3037b7..44be1bd7d5d17 100644 --- a/apps/settings/l10n/hr.json +++ b/apps/settings/l10n/hr.json @@ -221,7 +221,6 @@ "Current password" : "Trenutna zaporka", "New password" : "Nova zaporka", "Change password" : "Promijeni zaporku", - "png or jpg, max. 20 MB" : "png ili jpg, maks. 20 MB", "Picture provided by original account" : "Slika s izvornog računa", "Cancel" : "Odustani", "Your biography" : "Vaša biografija", @@ -465,6 +464,7 @@ "Upload new" : "Otpremi novu", "Select from Files" : "Odaberi iz datoteka", "Remove image" : "Ukloni sliku", + "png or jpg, max. 20 MB" : "png ili jpg, maks. 20 MB", "Choose as profile picture" : "Odaberi kao profilnu sliku", "You are using %s" : "Koristite %s", "You are using %1$s of %2$s (%3$s %%)" : "Koristite %1$s od %2$s (%3$s% %)", diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index 4a0caf9aaa48e..0c2249a1ab380 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -20,12 +20,12 @@ OC.L10N.register( "Groups" : "Csoportok", "Group list is empty" : "A csoportlista üres", "Unable to retrieve the group list" : "A csoportlista betöltése sikertelen", - "{actor} added you to group {group}" : "{actor} hozzá lett adva a {group} csoporthoz", + "{actor} added you to group {group}" : "{actor} hozzáadta a(z) {group} csoporthoz", "You added {user} to group {group}" : "Hozzáadta {user} felhasználót a(z) {group} csoporthoz", "{actor} added {user} to group {group}" : "{actor} hozzáadta {user} felhasználót a(z) {group} csoporthoz", "An administrator added you to group {group}" : "A rendszergazda hozzáadta a(z) {group} csoporthoz", "An administrator added {user} to group {group}" : "A rendszergazda hozzáadta {user} felhasználót a(z) {group} csoporthoz", - "{actor} removed you from group {group}" : "{actor} el lett távolítva a(z) {group} csoportból", + "{actor} removed you from group {group}" : "{actor} eltávolította a(z) {group} csoportból", "You removed {user} from group {group}" : "Eltávolította {user} felhasználót a(z) {group} csoportból", "{actor} removed {user} from group {group}" : "{actor} eltávolította {user} felhasználót a(z) {group} csoportból", "An administrator removed you from group {group}" : "A rendszergazda eltávolította a(z) {group} csoportból", @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Profilkép feltöltése", "Choose profile picture from Files" : "Válasszon profilképet a Fájlokból", "Remove profile picture" : "Profilkép eltávolítása", - "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", + "The file must be a PNG or JPG" : "A képnek PNG-nek vagy JPG-nek kell lennie", "Picture provided by original account" : "Az eredeti fiók által biztosított kép.", "Cancel" : "Mégse", "Set as profile picture" : "Beállítás profilképként", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Új feltöltése", "Select from Files" : "Kiválasztás a Fájlokból", "Remove image" : "Kép eltávolítása", + "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Vegye figyelembe, hogy akár 24 óráig is eltarthat, amíg a profilkép mindenhol frissül.", "Choose as profile picture" : "Kiválasztás profilképként", "You are using %s" : "Jelenleg használt: %s", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index bd55cce22be00..d47b6478521ec 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -18,12 +18,12 @@ "Groups" : "Csoportok", "Group list is empty" : "A csoportlista üres", "Unable to retrieve the group list" : "A csoportlista betöltése sikertelen", - "{actor} added you to group {group}" : "{actor} hozzá lett adva a {group} csoporthoz", + "{actor} added you to group {group}" : "{actor} hozzáadta a(z) {group} csoporthoz", "You added {user} to group {group}" : "Hozzáadta {user} felhasználót a(z) {group} csoporthoz", "{actor} added {user} to group {group}" : "{actor} hozzáadta {user} felhasználót a(z) {group} csoporthoz", "An administrator added you to group {group}" : "A rendszergazda hozzáadta a(z) {group} csoporthoz", "An administrator added {user} to group {group}" : "A rendszergazda hozzáadta {user} felhasználót a(z) {group} csoporthoz", - "{actor} removed you from group {group}" : "{actor} el lett távolítva a(z) {group} csoportból", + "{actor} removed you from group {group}" : "{actor} eltávolította a(z) {group} csoportból", "You removed {user} from group {group}" : "Eltávolította {user} felhasználót a(z) {group} csoportból", "{actor} removed {user} from group {group}" : "{actor} eltávolította {user} felhasználót a(z) {group} csoportból", "An administrator removed you from group {group}" : "A rendszergazda eltávolította a(z) {group} csoportból", @@ -271,7 +271,7 @@ "Upload profile picture" : "Profilkép feltöltése", "Choose profile picture from Files" : "Válasszon profilképet a Fájlokból", "Remove profile picture" : "Profilkép eltávolítása", - "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", + "The file must be a PNG or JPG" : "A képnek PNG-nek vagy JPG-nek kell lennie", "Picture provided by original account" : "Az eredeti fiók által biztosított kép.", "Cancel" : "Mégse", "Set as profile picture" : "Beállítás profilképként", @@ -548,6 +548,7 @@ "Upload new" : "Új feltöltése", "Select from Files" : "Kiválasztás a Fájlokból", "Remove image" : "Kép eltávolítása", + "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Vegye figyelembe, hogy akár 24 óráig is eltarthat, amíg a profilkép mindenhol frissül.", "Choose as profile picture" : "Kiválasztás profilképként", "You are using %s" : "Jelenleg használt: %s", diff --git a/apps/settings/l10n/ia.js b/apps/settings/l10n/ia.js index 2f1dad8792277..0b6d4932eba6c 100644 --- a/apps/settings/l10n/ia.js +++ b/apps/settings/l10n/ia.js @@ -73,7 +73,6 @@ OC.L10N.register( "Current password" : "Contrasigno actual", "New password" : "Nove contrasigno", "Change password" : "Cambiar contrasigno", - "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", "Picture provided by original account" : "Pictura fornite per conto original", "Cancel" : "Cancellar", "Details" : "Detalios", @@ -136,6 +135,7 @@ OC.L10N.register( "Upload new" : "Incargar nove", "Select from Files" : "Selectionar de Files", "Remove image" : "Remover imagine", + "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", "Choose as profile picture" : "Selectiona como pictura de profilo", "Your postal address" : "Tu adresse postal" }, diff --git a/apps/settings/l10n/ia.json b/apps/settings/l10n/ia.json index 779f3115a8495..89051f625e2dc 100644 --- a/apps/settings/l10n/ia.json +++ b/apps/settings/l10n/ia.json @@ -71,7 +71,6 @@ "Current password" : "Contrasigno actual", "New password" : "Nove contrasigno", "Change password" : "Cambiar contrasigno", - "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", "Picture provided by original account" : "Pictura fornite per conto original", "Cancel" : "Cancellar", "Details" : "Detalios", @@ -134,6 +133,7 @@ "Upload new" : "Incargar nove", "Select from Files" : "Selectionar de Files", "Remove image" : "Remover imagine", + "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", "Choose as profile picture" : "Selectiona como pictura de profilo", "Your postal address" : "Tu adresse postal" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/id.js b/apps/settings/l10n/id.js index 4767ef6087f37..f527b09b83837 100644 --- a/apps/settings/l10n/id.js +++ b/apps/settings/l10n/id.js @@ -221,7 +221,6 @@ OC.L10N.register( "Your profile picture" : "Gambar profilmu", "Upload profile picture" : "Unggah gambar profil", "Remove profile picture" : "Hapus gambar profil", - "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", "Picture provided by original account" : "Gambar disediakan oleh akun asli", "Cancel" : "Batal", "Choose your profile picture" : "Pilih gambar profilmu", @@ -382,6 +381,7 @@ OC.L10N.register( "Upload new" : "Unggah baru", "Select from Files" : "Pilih dari berkas", "Remove image" : "Hapus gambar", + "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", "Choose as profile picture" : "Pilih sebagai gambar profil", "You are using %s" : "Anda menggunakan %s", "You are using %1$s of %2$s (%3$s %%)" : "Anda menggunakan %1$s dari%2$s (%3$s %%)", diff --git a/apps/settings/l10n/id.json b/apps/settings/l10n/id.json index be1d06b242cd5..457e9a13ae864 100644 --- a/apps/settings/l10n/id.json +++ b/apps/settings/l10n/id.json @@ -219,7 +219,6 @@ "Your profile picture" : "Gambar profilmu", "Upload profile picture" : "Unggah gambar profil", "Remove profile picture" : "Hapus gambar profil", - "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", "Picture provided by original account" : "Gambar disediakan oleh akun asli", "Cancel" : "Batal", "Choose your profile picture" : "Pilih gambar profilmu", @@ -380,6 +379,7 @@ "Upload new" : "Unggah baru", "Select from Files" : "Pilih dari berkas", "Remove image" : "Hapus gambar", + "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", "Choose as profile picture" : "Pilih sebagai gambar profil", "You are using %s" : "Anda menggunakan %s", "You are using %1$s of %2$s (%3$s %%)" : "Anda menggunakan %1$s dari%2$s (%3$s %%)", diff --git a/apps/settings/l10n/is.js b/apps/settings/l10n/is.js index da5caacecebee..bef520cec9706 100644 --- a/apps/settings/l10n/is.js +++ b/apps/settings/l10n/is.js @@ -194,7 +194,6 @@ OC.L10N.register( "Current password" : "Núverandi lykilorð", "New password" : "Nýtt lykilorð", "Change password" : "Breyta lykilorði", - "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Picture provided by original account" : "Mynd frá upprunalegum aðgangi", "Cancel" : "Hætta við", "Details" : "Nánar", @@ -366,6 +365,7 @@ OC.L10N.register( "Upload new" : "Senda inn nýtt", "Select from Files" : "Veldu skrár", "Remove image" : "Fjarlægja mynd", + "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Choose as profile picture" : "Veldu sem einkennismynd", "You are using %s" : "Þú ert að nota %s", "You are using %1$s of %2$s (%3$s %%)" : "Þú ert að nota %1$s af %2$s (%3$s %%)", diff --git a/apps/settings/l10n/is.json b/apps/settings/l10n/is.json index c860b4ce509dc..336b6761480d3 100644 --- a/apps/settings/l10n/is.json +++ b/apps/settings/l10n/is.json @@ -192,7 +192,6 @@ "Current password" : "Núverandi lykilorð", "New password" : "Nýtt lykilorð", "Change password" : "Breyta lykilorði", - "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Picture provided by original account" : "Mynd frá upprunalegum aðgangi", "Cancel" : "Hætta við", "Details" : "Nánar", @@ -364,6 +363,7 @@ "Upload new" : "Senda inn nýtt", "Select from Files" : "Veldu skrár", "Remove image" : "Fjarlægja mynd", + "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Choose as profile picture" : "Veldu sem einkennismynd", "You are using %s" : "Þú ert að nota %s", "You are using %1$s of %2$s (%3$s %%)" : "Þú ert að nota %1$s af %2$s (%3$s %%)", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index 351f084c3f0ad..ea21ccf1c7512 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -251,7 +251,6 @@ OC.L10N.register( "Current password" : "Password attuale", "New password" : "Nuova password", "Change password" : "Modifica password", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Picture provided by original account" : "Immagine fornita dall'account originale", "Cancel" : "Annulla", "Your biography" : "La tua biografia", @@ -503,6 +502,7 @@ OC.L10N.register( "Upload new" : "Carica nuova", "Select from Files" : "Seleziona da file", "Remove image" : "Rimuovi immagine", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Tieni presente che possono essere necessarie fino a 24 ore prima che l'avatar venga aggiornato dappertutto.", "Choose as profile picture" : "Scegli come immagine del profilo", "You are using %s" : "Stai utilizzando %s", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index 1402115c80a84..045e5f53c184a 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -249,7 +249,6 @@ "Current password" : "Password attuale", "New password" : "Nuova password", "Change password" : "Modifica password", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Picture provided by original account" : "Immagine fornita dall'account originale", "Cancel" : "Annulla", "Your biography" : "La tua biografia", @@ -501,6 +500,7 @@ "Upload new" : "Carica nuova", "Select from Files" : "Seleziona da file", "Remove image" : "Rimuovi immagine", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Tieni presente che possono essere necessarie fino a 24 ore prima che l'avatar venga aggiornato dappertutto.", "Choose as profile picture" : "Scegli come immagine del profilo", "You are using %s" : "Stai utilizzando %s", diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 4f067c82bc844..d5a941b768412 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -268,7 +268,6 @@ OC.L10N.register( "Your profile picture" : "プロフィール画像", "Upload profile picture" : "新しいプロフィール画像のアップロード", "Remove profile picture" : "プロフィール画像を削除", - "png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB", "Picture provided by original account" : "オリジナルのアカウントで提供されている写真", "Cancel" : "キャンセル", "Set as profile picture" : "プロフィール画像として設定", @@ -543,6 +542,7 @@ OC.L10N.register( "Upload new" : "新たにアップロード", "Select from Files" : "ファイルから選択", "Remove image" : "画像を削除", + "png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "全ての場所でアバターが更新されるまでに最大二四時間かかる場合があります。", "Choose as profile picture" : "プロフィール画像として選択", "You are using %s" : "%sを現在使用中です", diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 84078c2efc1ef..221ef55ee4542 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -266,7 +266,6 @@ "Your profile picture" : "プロフィール画像", "Upload profile picture" : "新しいプロフィール画像のアップロード", "Remove profile picture" : "プロフィール画像を削除", - "png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB", "Picture provided by original account" : "オリジナルのアカウントで提供されている写真", "Cancel" : "キャンセル", "Set as profile picture" : "プロフィール画像として設定", @@ -541,6 +540,7 @@ "Upload new" : "新たにアップロード", "Select from Files" : "ファイルから選択", "Remove image" : "画像を削除", + "png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "全ての場所でアバターが更新されるまでに最大二四時間かかる場合があります。", "Choose as profile picture" : "プロフィール画像として選択", "You are using %s" : "%sを現在使用中です", diff --git a/apps/settings/l10n/ka_GE.js b/apps/settings/l10n/ka_GE.js index dfccb20e1b1f1..91f0b62eb682c 100644 --- a/apps/settings/l10n/ka_GE.js +++ b/apps/settings/l10n/ka_GE.js @@ -145,7 +145,6 @@ OC.L10N.register( "Current password" : "მიმდინარე პაროლი", "New password" : "ახალი პაროლი", "Change password" : "პაროლის შეცვლა", - "png or jpg, max. 20 MB" : "png ან jpg, მაქს. 20 მბ", "Picture provided by original account" : "სურათი ორიგინალი ანგარიშიდან", "Cancel" : "უარყოფა", "Details" : "დეტალები", @@ -253,6 +252,7 @@ OC.L10N.register( "Upload new" : "ახალი ატვირთვა", "Select from Files" : "აირჩიეთ ფაილებიდან", "Remove image" : "სურათის წაშლა", + "png or jpg, max. 20 MB" : "png ან jpg, მაქს. 20 მბ", "Choose as profile picture" : "აირჩიეთ პროფილის სურათად", "Your postal address" : "თქვენი საფოსტო მისამართი", "It can take up to 24 hours before the account is displayed as verified." : "თქვენი ანგარიშის ვერიფიცირებულად გამოჩენამ შეიძლება გასტანოს 24 საათი.", diff --git a/apps/settings/l10n/ka_GE.json b/apps/settings/l10n/ka_GE.json index a9edc533b2cc6..5ad107bb4f37c 100644 --- a/apps/settings/l10n/ka_GE.json +++ b/apps/settings/l10n/ka_GE.json @@ -143,7 +143,6 @@ "Current password" : "მიმდინარე პაროლი", "New password" : "ახალი პაროლი", "Change password" : "პაროლის შეცვლა", - "png or jpg, max. 20 MB" : "png ან jpg, მაქს. 20 მბ", "Picture provided by original account" : "სურათი ორიგინალი ანგარიშიდან", "Cancel" : "უარყოფა", "Details" : "დეტალები", @@ -251,6 +250,7 @@ "Upload new" : "ახალი ატვირთვა", "Select from Files" : "აირჩიეთ ფაილებიდან", "Remove image" : "სურათის წაშლა", + "png or jpg, max. 20 MB" : "png ან jpg, მაქს. 20 მბ", "Choose as profile picture" : "აირჩიეთ პროფილის სურათად", "Your postal address" : "თქვენი საფოსტო მისამართი", "It can take up to 24 hours before the account is displayed as verified." : "თქვენი ანგარიშის ვერიფიცირებულად გამოჩენამ შეიძლება გასტანოს 24 საათი.", diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 6ea3cb1c9526e..b5bb43a19722c 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -255,7 +255,6 @@ OC.L10N.register( "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Picture provided by original account" : "원래 계정에서 제공하는 사진", "Cancel" : "취소", "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "프로필사진이 모든 곳에 갱신될 때 까지 최대 24시간이 걸릴 수 있습니다.", @@ -493,6 +492,7 @@ OC.L10N.register( "Upload new" : "새로 업로드", "Select from Files" : "파일에서 선택", "Remove image" : "그림 삭제", + "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "아바타가 모든 곳에 갱신될 때 까지 최대 24시간이 걸릴 수 있습니다.", "Choose as profile picture" : "프로필 사진으로 선택", "You are using %s" : "현재 %s를 사용하고 있습니다.", diff --git a/apps/settings/l10n/ko.json b/apps/settings/l10n/ko.json index 4addb38432275..bf99efe63653c 100644 --- a/apps/settings/l10n/ko.json +++ b/apps/settings/l10n/ko.json @@ -253,7 +253,6 @@ "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Picture provided by original account" : "원래 계정에서 제공하는 사진", "Cancel" : "취소", "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "프로필사진이 모든 곳에 갱신될 때 까지 최대 24시간이 걸릴 수 있습니다.", @@ -491,6 +490,7 @@ "Upload new" : "새로 업로드", "Select from Files" : "파일에서 선택", "Remove image" : "그림 삭제", + "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "아바타가 모든 곳에 갱신될 때 까지 최대 24시간이 걸릴 수 있습니다.", "Choose as profile picture" : "프로필 사진으로 선택", "You are using %s" : "현재 %s를 사용하고 있습니다.", diff --git a/apps/settings/l10n/lt_LT.js b/apps/settings/l10n/lt_LT.js index d18dbc9bad047..5b5d99af55246 100644 --- a/apps/settings/l10n/lt_LT.js +++ b/apps/settings/l10n/lt_LT.js @@ -245,7 +245,6 @@ OC.L10N.register( "Change password" : "Pakeisti slaptažodį", "Your profile picture" : "Jūsų profilio paveikslėlis", "Remove profile picture" : "Šalinti profilio paveikslėlį", - "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", "Picture provided by original account" : "Paveikslėlis gautas iš pagrindinės paskyros", "Cancel" : "Atšaukti", "Set as profile picture" : "Nustatyti kaip profilio paveikslėlį", @@ -481,6 +480,7 @@ OC.L10N.register( "Upload new" : "Įkelti naują", "Select from Files" : "Pasirinkti iš failų", "Remove image" : "Šalinti paveikslą", + "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", "Choose as profile picture" : "Pasirinkti kaip profilio paveikslėlį", "You are using %s" : "Jūs naudojate %s", "You are using %1$s of %2$s (%3$s %%)" : "Jūs naudojate %1$s%2$s (%3$s %%)", diff --git a/apps/settings/l10n/lt_LT.json b/apps/settings/l10n/lt_LT.json index 356e58e13c5c2..6315827c13d37 100644 --- a/apps/settings/l10n/lt_LT.json +++ b/apps/settings/l10n/lt_LT.json @@ -243,7 +243,6 @@ "Change password" : "Pakeisti slaptažodį", "Your profile picture" : "Jūsų profilio paveikslėlis", "Remove profile picture" : "Šalinti profilio paveikslėlį", - "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", "Picture provided by original account" : "Paveikslėlis gautas iš pagrindinės paskyros", "Cancel" : "Atšaukti", "Set as profile picture" : "Nustatyti kaip profilio paveikslėlį", @@ -479,6 +478,7 @@ "Upload new" : "Įkelti naują", "Select from Files" : "Pasirinkti iš failų", "Remove image" : "Šalinti paveikslą", + "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", "Choose as profile picture" : "Pasirinkti kaip profilio paveikslėlį", "You are using %s" : "Jūs naudojate %s", "You are using %1$s of %2$s (%3$s %%)" : "Jūs naudojate %1$s%2$s (%3$s %%)", diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js index 8bd1d0fde3833..f03925fd80158 100644 --- a/apps/settings/l10n/lv.js +++ b/apps/settings/l10n/lv.js @@ -98,7 +98,6 @@ OC.L10N.register( "Current password" : "Pašreizējā parole", "New password" : "Jauna parole", "Change password" : "Mainīt paroli", - "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Cancel" : "Atcelt", "Details" : "Detaļas", "Your email address" : "Jūsu e-pasta adrese", @@ -180,6 +179,7 @@ OC.L10N.register( "Upload new" : "Ielādēt jaunu", "Select from Files" : "Izvēlēties no Datnes", "Remove image" : "Novākt attēlu", + "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Choose as profile picture" : "Izvēlēties kā profila attēlu", "Your postal address" : "Jūsu pasta adrese" }, diff --git a/apps/settings/l10n/lv.json b/apps/settings/l10n/lv.json index 39b8a469d82d7..d5d7b56e1e9b2 100644 --- a/apps/settings/l10n/lv.json +++ b/apps/settings/l10n/lv.json @@ -96,7 +96,6 @@ "Current password" : "Pašreizējā parole", "New password" : "Jauna parole", "Change password" : "Mainīt paroli", - "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Cancel" : "Atcelt", "Details" : "Detaļas", "Your email address" : "Jūsu e-pasta adrese", @@ -178,6 +177,7 @@ "Upload new" : "Ielādēt jaunu", "Select from Files" : "Izvēlēties no Datnes", "Remove image" : "Novākt attēlu", + "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Choose as profile picture" : "Izvēlēties kā profila attēlu", "Your postal address" : "Jūsu pasta adrese" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js index 691ec895b8f2e..cb8ef03652064 100644 --- a/apps/settings/l10n/mk.js +++ b/apps/settings/l10n/mk.js @@ -262,7 +262,6 @@ OC.L10N.register( "Your profile picture" : "Ваша фотографија на профилот", "Upload profile picture" : "Прикачи фотографија на профилот", "Remove profile picture" : "Избриши фотографија на профилот", - "png or jpg, max. 20 MB" : "png или jpg, максимум 20 MB", "Picture provided by original account" : "Слика обезбедена од оригинална сметка", "Cancel" : "Откажи", "Set as profile picture" : "Постави фотографија на профилот", @@ -524,6 +523,7 @@ OC.L10N.register( "Upload new" : "Прикачи нова", "Select from Files" : "Избри од датотеките", "Remove image" : "Отстрани ја фотографијата", + "png or jpg, max. 20 MB" : "png или jpg, максимум 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Имајте предвид дека може да потрае до 24 часа за да се ажурира аватарот насекаде.", "Choose as profile picture" : "Избери фотографија за профилот", "You are using %s" : "Користите %s", diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json index 8826a8613c07c..639f9db5c1eb7 100644 --- a/apps/settings/l10n/mk.json +++ b/apps/settings/l10n/mk.json @@ -260,7 +260,6 @@ "Your profile picture" : "Ваша фотографија на профилот", "Upload profile picture" : "Прикачи фотографија на профилот", "Remove profile picture" : "Избриши фотографија на профилот", - "png or jpg, max. 20 MB" : "png или jpg, максимум 20 MB", "Picture provided by original account" : "Слика обезбедена од оригинална сметка", "Cancel" : "Откажи", "Set as profile picture" : "Постави фотографија на профилот", @@ -522,6 +521,7 @@ "Upload new" : "Прикачи нова", "Select from Files" : "Избри од датотеките", "Remove image" : "Отстрани ја фотографијата", + "png or jpg, max. 20 MB" : "png или jpg, максимум 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Имајте предвид дека може да потрае до 24 часа за да се ажурира аватарот насекаде.", "Choose as profile picture" : "Избери фотографија за профилот", "You are using %s" : "Користите %s", diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index ca5892f161748..1fb9f3fd118cd 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -245,7 +245,6 @@ OC.L10N.register( "Your profile picture" : "Ditt profilbilde", "Upload profile picture" : "Last opp profilbilde", "Remove profile picture" : "Fjern profilbilde", - "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Picture provided by original account" : "Bilde kommer fra opprinnelig konto", "Cancel" : "Avbryt", "Set as profile picture" : "Angi som profilbilde", @@ -482,6 +481,7 @@ OC.L10N.register( "Upload new" : "Last opp nytt", "Select from Files" : "Velg fra filer", "Remove image" : "Fjern bilde", + "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Choose as profile picture" : "Velg som profilbilde", "You are using %s" : "Du bruker %s", "You are using %1$s of %2$s (%3$s %%)" : "Du bruker %1$s av %2$s (%3$s %%)", diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json index edcab77cdf99a..45eddd03750e8 100644 --- a/apps/settings/l10n/nb.json +++ b/apps/settings/l10n/nb.json @@ -243,7 +243,6 @@ "Your profile picture" : "Ditt profilbilde", "Upload profile picture" : "Last opp profilbilde", "Remove profile picture" : "Fjern profilbilde", - "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Picture provided by original account" : "Bilde kommer fra opprinnelig konto", "Cancel" : "Avbryt", "Set as profile picture" : "Angi som profilbilde", @@ -480,6 +479,7 @@ "Upload new" : "Last opp nytt", "Select from Files" : "Velg fra filer", "Remove image" : "Fjern bilde", + "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Choose as profile picture" : "Velg som profilbilde", "You are using %s" : "Du bruker %s", "You are using %1$s of %2$s (%3$s %%)" : "Du bruker %1$s av %2$s (%3$s %%)", diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index 35e400e33ed52..a2967a16f871e 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -243,7 +243,6 @@ OC.L10N.register( "Current password" : "Huidig wachtwoord", "New password" : "Nieuw wachtwoord", "Change password" : "Wijzig wachtwoord", - "png or jpg, max. 20 MB" : "png of jpg, max. 20 MB", "Picture provided by original account" : "Afbeelding is verstrekt door originele account.", "Cancel" : "Annuleren", "Your biography" : "Jouw biografie", @@ -496,6 +495,7 @@ OC.L10N.register( "Upload new" : "Upload een nieuwe", "Select from Files" : "Kies uit bestanden", "Remove image" : "Afbeelding verwijderen", + "png or jpg, max. 20 MB" : "png of jpg, max. 20 MB", "Choose as profile picture" : "Kies als profielafbeelding", "You are using %s" : "Je gebruikt %s", "You are using %1$s of %2$s (%3$s %%)" : "Je gebruikt %1$s van %2$s (%3$s%%)", diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index 256aeafe41074..e19b07162aabf 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -241,7 +241,6 @@ "Current password" : "Huidig wachtwoord", "New password" : "Nieuw wachtwoord", "Change password" : "Wijzig wachtwoord", - "png or jpg, max. 20 MB" : "png of jpg, max. 20 MB", "Picture provided by original account" : "Afbeelding is verstrekt door originele account.", "Cancel" : "Annuleren", "Your biography" : "Jouw biografie", @@ -494,6 +493,7 @@ "Upload new" : "Upload een nieuwe", "Select from Files" : "Kies uit bestanden", "Remove image" : "Afbeelding verwijderen", + "png or jpg, max. 20 MB" : "png of jpg, max. 20 MB", "Choose as profile picture" : "Kies als profielafbeelding", "You are using %s" : "Je gebruikt %s", "You are using %1$s of %2$s (%3$s %%)" : "Je gebruikt %1$s van %2$s (%3$s%%)", diff --git a/apps/settings/l10n/nn_NO.js b/apps/settings/l10n/nn_NO.js index 5c89954a1acac..19c830323233f 100644 --- a/apps/settings/l10n/nn_NO.js +++ b/apps/settings/l10n/nn_NO.js @@ -73,7 +73,6 @@ OC.L10N.register( "Current password" : "Passord", "New password" : "Nytt passord", "Change password" : "Endra passord", - "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Cancel" : "Avbryt", "Details" : "Detaljar", "Your email address" : "Di e-postadresse", @@ -124,6 +123,7 @@ OC.L10N.register( "Upload new" : "Last opp ny", "Select from Files" : "Vel frå filer", "Remove image" : "Fjern bilete", + "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Choose as profile picture" : "Vel eit profilbilete" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/nn_NO.json b/apps/settings/l10n/nn_NO.json index a63de9a3677b4..b605488e34650 100644 --- a/apps/settings/l10n/nn_NO.json +++ b/apps/settings/l10n/nn_NO.json @@ -71,7 +71,6 @@ "Current password" : "Passord", "New password" : "Nytt passord", "Change password" : "Endra passord", - "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Cancel" : "Avbryt", "Details" : "Detaljar", "Your email address" : "Di e-postadresse", @@ -122,6 +121,7 @@ "Upload new" : "Last opp ny", "Select from Files" : "Vel frå filer", "Remove image" : "Fjern bilete", + "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Choose as profile picture" : "Vel eit profilbilete" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/settings/l10n/oc.js b/apps/settings/l10n/oc.js index d9e0a5ccad43b..bd70d1660e1ce 100644 --- a/apps/settings/l10n/oc.js +++ b/apps/settings/l10n/oc.js @@ -128,7 +128,6 @@ OC.L10N.register( "Current password" : "Senhal actual", "New password" : "Senhal novèl", "Change password" : "Cambiar de senhal", - "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", "Picture provided by original account" : "Imatge provesit pel compte d’origina", "Cancel" : "Anullar", "Your biography" : "Vòstra biografia", @@ -261,6 +260,7 @@ OC.L10N.register( "Upload new" : "Ne mandar un novèl", "Select from Files" : "Seleccionar dels fichièrs", "Remove image" : "Suprimir imatge", + "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", "Choose as profile picture" : "Causir coma imatge de perfil", "You are using %s" : "Utilizatz %s", "You are using %1$s of %2$s (%3$s %%)" : "Utilizatz %1$s de %2$s (%3$s %%)", diff --git a/apps/settings/l10n/oc.json b/apps/settings/l10n/oc.json index 643c1c775938e..9230831f4eb8b 100644 --- a/apps/settings/l10n/oc.json +++ b/apps/settings/l10n/oc.json @@ -126,7 +126,6 @@ "Current password" : "Senhal actual", "New password" : "Senhal novèl", "Change password" : "Cambiar de senhal", - "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", "Picture provided by original account" : "Imatge provesit pel compte d’origina", "Cancel" : "Anullar", "Your biography" : "Vòstra biografia", @@ -259,6 +258,7 @@ "Upload new" : "Ne mandar un novèl", "Select from Files" : "Seleccionar dels fichièrs", "Remove image" : "Suprimir imatge", + "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", "Choose as profile picture" : "Causir coma imatge de perfil", "You are using %s" : "Utilizatz %s", "You are using %1$s of %2$s (%3$s %%)" : "Utilizatz %1$s de %2$s (%3$s %%)", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index c899b51e64109..9c3df5b53312d 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Wyślij zdjęcie profilowe", "Choose profile picture from Files" : "Wybierz zdjęcie profilowe z Plików", "Remove profile picture" : "Usuń zdjęcie profilowe", - "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", + "The file must be a PNG or JPG" : "Plik musi być w formacie PNG lub JPG", "Picture provided by original account" : "Zdjęcie dostarczone przez oryginalne konto", "Cancel" : "Anuluj", "Set as profile picture" : "Ustaw jako zdjęcie profilowe", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Wczytaj nowe", "Select from Files" : "Wybierz z Plików", "Remove image" : "Usuń zdjęcie", + "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Pamiętaj, że aktualizacja awatara może potrwać do 24 godzin.", "Choose as profile picture" : "Wybierz zdjęcie profilowe", "You are using %s" : "Używasz: %s", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index 0da58ef445c95..905cb37e23d82 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Wyślij zdjęcie profilowe", "Choose profile picture from Files" : "Wybierz zdjęcie profilowe z Plików", "Remove profile picture" : "Usuń zdjęcie profilowe", - "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", + "The file must be a PNG or JPG" : "Plik musi być w formacie PNG lub JPG", "Picture provided by original account" : "Zdjęcie dostarczone przez oryginalne konto", "Cancel" : "Anuluj", "Set as profile picture" : "Ustaw jako zdjęcie profilowe", @@ -548,6 +548,7 @@ "Upload new" : "Wczytaj nowe", "Select from Files" : "Wybierz z Plików", "Remove image" : "Usuń zdjęcie", + "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Pamiętaj, że aktualizacja awatara może potrwać do 24 godzin.", "Choose as profile picture" : "Wybierz zdjęcie profilowe", "You are using %s" : "Używasz: %s", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index c1a1b7ea5bcba..de47a77c8071f 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Carregar foto do perfil", "Choose profile picture from Files" : "Choose profile picture from Files", "Remove profile picture" : "Remover foto do perfil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", + "The file must be a PNG or JPG" : "O arquivo deve ser um PNG ou JPG", "Picture provided by original account" : "Imagem fornecida pela conta original", "Cancel" : "Cancelar", "Set as profile picture" : "Definir como imagem de perfil", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Enviar novo", "Select from Files" : "Selecionar de Arquivos", "Remove image" : "Remover imagem", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observe que pode levar até 24 horas para que o avatar seja atualizado em todos os lugares.", "Choose as profile picture" : "Escolha como imagem de perfil", "You are using %s" : "Você está usando %s", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index b889d3b8f4d00..de8b1623427f2 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Carregar foto do perfil", "Choose profile picture from Files" : "Choose profile picture from Files", "Remove profile picture" : "Remover foto do perfil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", + "The file must be a PNG or JPG" : "O arquivo deve ser um PNG ou JPG", "Picture provided by original account" : "Imagem fornecida pela conta original", "Cancel" : "Cancelar", "Set as profile picture" : "Definir como imagem de perfil", @@ -548,6 +548,7 @@ "Upload new" : "Enviar novo", "Select from Files" : "Selecionar de Arquivos", "Remove image" : "Remover imagem", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observe que pode levar até 24 horas para que o avatar seja atualizado em todos os lugares.", "Choose as profile picture" : "Escolha como imagem de perfil", "You are using %s" : "Você está usando %s", diff --git a/apps/settings/l10n/pt_PT.js b/apps/settings/l10n/pt_PT.js index c7dba33132913..378923fc540cc 100644 --- a/apps/settings/l10n/pt_PT.js +++ b/apps/settings/l10n/pt_PT.js @@ -180,7 +180,6 @@ OC.L10N.register( "Upload profile picture" : "Atualização de imagem de perfil", "Choose profile picture from Files" : "Escolher a imagem de perfil em Ficheiros", "Remove profile picture" : "Remover imagem de perfil", - "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Picture provided by original account" : "Imagem fornecida pela conta original", "Cancel" : "Cancelar", "Set as profile picture" : "Definir como imagem de perfil", @@ -307,6 +306,7 @@ OC.L10N.register( "Upload new" : "Carregar novo", "Select from Files" : "Seleccione dos Ficheiros", "Remove image" : "Remover imagem", + "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Choose as profile picture" : "Escolher como fotografia de perfil", "Your postal address" : "A sua morada", "It can take up to 24 hours before the account is displayed as verified." : "Pode levar até 24 horas para que a conta seja mostrada como verificada.", diff --git a/apps/settings/l10n/pt_PT.json b/apps/settings/l10n/pt_PT.json index cc41b696a3e61..49817f5fd6b92 100644 --- a/apps/settings/l10n/pt_PT.json +++ b/apps/settings/l10n/pt_PT.json @@ -178,7 +178,6 @@ "Upload profile picture" : "Atualização de imagem de perfil", "Choose profile picture from Files" : "Escolher a imagem de perfil em Ficheiros", "Remove profile picture" : "Remover imagem de perfil", - "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Picture provided by original account" : "Imagem fornecida pela conta original", "Cancel" : "Cancelar", "Set as profile picture" : "Definir como imagem de perfil", @@ -305,6 +304,7 @@ "Upload new" : "Carregar novo", "Select from Files" : "Seleccione dos Ficheiros", "Remove image" : "Remover imagem", + "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Choose as profile picture" : "Escolher como fotografia de perfil", "Your postal address" : "A sua morada", "It can take up to 24 hours before the account is displayed as verified." : "Pode levar até 24 horas para que a conta seja mostrada como verificada.", diff --git a/apps/settings/l10n/ro.js b/apps/settings/l10n/ro.js index bce9c50ff9966..346603a96e40d 100644 --- a/apps/settings/l10n/ro.js +++ b/apps/settings/l10n/ro.js @@ -188,7 +188,6 @@ OC.L10N.register( "Current password" : "Parola curentă", "New password" : "Noua parolă", "Change password" : "Schimbă parola", - "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Cancel" : "Anulare", "Details" : "Detalii", "Your email address" : "Adresa ta de email", @@ -283,6 +282,7 @@ OC.L10N.register( "Upload new" : "Încarcă una nouă", "Select from Files" : "Selectează din fișiere", "Remove image" : "Înlătură imagine", + "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Choose as profile picture" : "Alege ca imagine de profil", "You are using %1$s of %2$s (%3$s %%)" : "Utilizezi %1$s din %2$s (%3$s %%)", "Your postal address" : "Adresă poștală", diff --git a/apps/settings/l10n/ro.json b/apps/settings/l10n/ro.json index 996b3439904db..d51c0f037f302 100644 --- a/apps/settings/l10n/ro.json +++ b/apps/settings/l10n/ro.json @@ -186,7 +186,6 @@ "Current password" : "Parola curentă", "New password" : "Noua parolă", "Change password" : "Schimbă parola", - "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Cancel" : "Anulare", "Details" : "Detalii", "Your email address" : "Adresa ta de email", @@ -281,6 +280,7 @@ "Upload new" : "Încarcă una nouă", "Select from Files" : "Selectează din fișiere", "Remove image" : "Înlătură imagine", + "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Choose as profile picture" : "Alege ca imagine de profil", "You are using %1$s of %2$s (%3$s %%)" : "Utilizezi %1$s din %2$s (%3$s %%)", "Your postal address" : "Adresă poștală", diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 3cc00d8433181..7d4b9fa981b22 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -270,7 +270,6 @@ OC.L10N.register( "Your profile picture" : "Изображение профиля", "Upload profile picture" : "Загрузить изображение профиля", "Remove profile picture" : "Удалить изображение профиля", - "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Picture provided by original account" : "Изображение получено из исходной учётной записи", "Cancel" : "Отмена", "Set as profile picture" : "Использовать как изображение профиля", @@ -539,6 +538,7 @@ OC.L10N.register( "Upload new" : "Загрузить", "Select from Files" : "Выбрать в приложении Файлы", "Remove image" : "Удалить", + "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Обратите внимание, что обновление фотографии может занять до 24 часов.", "Choose as profile picture" : "Использовать как изображение профиля", "You are using %s" : "Вы используете %s", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index 99eee2985fc97..33baf98c52f28 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -268,7 +268,6 @@ "Your profile picture" : "Изображение профиля", "Upload profile picture" : "Загрузить изображение профиля", "Remove profile picture" : "Удалить изображение профиля", - "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Picture provided by original account" : "Изображение получено из исходной учётной записи", "Cancel" : "Отмена", "Set as profile picture" : "Использовать как изображение профиля", @@ -537,6 +536,7 @@ "Upload new" : "Загрузить", "Select from Files" : "Выбрать в приложении Файлы", "Remove image" : "Удалить", + "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Обратите внимание, что обновление фотографии может занять до 24 часов.", "Choose as profile picture" : "Использовать как изображение профиля", "You are using %s" : "Вы используете %s", diff --git a/apps/settings/l10n/sc.js b/apps/settings/l10n/sc.js index 0fce7740e35b8..059a50cc526ce 100644 --- a/apps/settings/l10n/sc.js +++ b/apps/settings/l10n/sc.js @@ -219,7 +219,6 @@ OC.L10N.register( "Current password" : "Crae currente", "New password" : "Crae noa", "Change password" : "Càmbia crae", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Picture provided by original account" : "Imàgine frunida dae su contu originale", "Cancel" : "Annulla", "Details" : "Detàllios", @@ -422,6 +421,7 @@ OC.L10N.register( "Upload new" : "Càrriga noa", "Select from Files" : "Seletziona dae Archìvios", "Remove image" : "Boga•nche s'imàgine", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Choose as profile picture" : "Sèbera comente imàgine de profilu", "You are using %s" : "Ses impreende %s", "You are using %1$s of %2$s (%3$s %%)" : "Ses impreende %1$s de%2$s (%3$s %%)", diff --git a/apps/settings/l10n/sc.json b/apps/settings/l10n/sc.json index dbb4aa1c0f05c..10f6395df4fd7 100644 --- a/apps/settings/l10n/sc.json +++ b/apps/settings/l10n/sc.json @@ -217,7 +217,6 @@ "Current password" : "Crae currente", "New password" : "Crae noa", "Change password" : "Càmbia crae", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Picture provided by original account" : "Imàgine frunida dae su contu originale", "Cancel" : "Annulla", "Details" : "Detàllios", @@ -420,6 +419,7 @@ "Upload new" : "Càrriga noa", "Select from Files" : "Seletziona dae Archìvios", "Remove image" : "Boga•nche s'imàgine", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Choose as profile picture" : "Sèbera comente imàgine de profilu", "You are using %s" : "Ses impreende %s", "You are using %1$s of %2$s (%3$s %%)" : "Ses impreende %1$s de%2$s (%3$s %%)", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 05ce000dda264..0caaf112916ed 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -268,7 +268,6 @@ OC.L10N.register( "Your profile picture" : "Váš profilový obrázok", "Upload profile picture" : "Nahrať profilový obrázok", "Remove profile picture" : "Odstrániť profilový obrázok", - "png or jpg, max. 20 MB" : "png alebo jpg, max. 20 MB", "Picture provided by original account" : "Obrázok poskytnutý originálnym účtom", "Cancel" : "Zrušiť", "Set as profile picture" : "Nastaviť ako profilový obrázok", @@ -542,6 +541,7 @@ OC.L10N.register( "Upload new" : "Nahrať nový", "Select from Files" : "Vybrať zo súborov", "Remove image" : "Zmazať obrázok", + "png or jpg, max. 20 MB" : "png alebo jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Upozorňujeme, že aktualizácia avatara môže trvať až 24 hodín.", "Choose as profile picture" : "Použiť ako obrázok avatara", "You are using %s" : "Využívate %s", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index 548ee681f2b2b..8a8c812370a3a 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -266,7 +266,6 @@ "Your profile picture" : "Váš profilový obrázok", "Upload profile picture" : "Nahrať profilový obrázok", "Remove profile picture" : "Odstrániť profilový obrázok", - "png or jpg, max. 20 MB" : "png alebo jpg, max. 20 MB", "Picture provided by original account" : "Obrázok poskytnutý originálnym účtom", "Cancel" : "Zrušiť", "Set as profile picture" : "Nastaviť ako profilový obrázok", @@ -540,6 +539,7 @@ "Upload new" : "Nahrať nový", "Select from Files" : "Vybrať zo súborov", "Remove image" : "Zmazať obrázok", + "png or jpg, max. 20 MB" : "png alebo jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Upozorňujeme, že aktualizácia avatara môže trvať až 24 hodín.", "Choose as profile picture" : "Použiť ako obrázok avatara", "You are using %s" : "Využívate %s", diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index 8299553a2e915..4e9b2cafb8ec6 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -251,7 +251,6 @@ OC.L10N.register( "Your profile picture" : "Slika profila", "Upload profile picture" : "Pošlji sliko profila", "Remove profile picture" : "Odstrani sliko profila", - "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Picture provided by original account" : "Slika iz izvornega računa", "Cancel" : "Prekliči", "Set as profile picture" : "Nastavi sliko profila", @@ -500,6 +499,7 @@ OC.L10N.register( "Upload new" : "Pošlji novo", "Select from Files" : "Izbor iz datotek", "Remove image" : "Odstrani sliko", + "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Choose as profile picture" : "Izberi kot sliko profila", "You are using %s" : "Uporabljate %s", "You are using %1$s of %2$s (%3$s %%)" : "V uporabi je %1$s od %2$s (%3$s %%)", diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index 6e881050861c5..710d29cdf6c12 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -249,7 +249,6 @@ "Your profile picture" : "Slika profila", "Upload profile picture" : "Pošlji sliko profila", "Remove profile picture" : "Odstrani sliko profila", - "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Picture provided by original account" : "Slika iz izvornega računa", "Cancel" : "Prekliči", "Set as profile picture" : "Nastavi sliko profila", @@ -498,6 +497,7 @@ "Upload new" : "Pošlji novo", "Select from Files" : "Izbor iz datotek", "Remove image" : "Odstrani sliko", + "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Choose as profile picture" : "Izberi kot sliko profila", "You are using %s" : "Uporabljate %s", "You are using %1$s of %2$s (%3$s %%)" : "V uporabi je %1$s od %2$s (%3$s %%)", diff --git a/apps/settings/l10n/sq.js b/apps/settings/l10n/sq.js index 596c679802428..4cac0b9805639 100644 --- a/apps/settings/l10n/sq.js +++ b/apps/settings/l10n/sq.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Fjalëkalimi i tanishëm", "New password" : "Fjalëkalimi i ri", "Change password" : "Ndrysho fjalëkalimin", - "png or jpg, max. 20 MB" : "png ose jpg, maks. 20 MB", "Picture provided by original account" : "Foto e prurë nga llogaria origjinale", "Cancel" : "Anuloje", "Details" : "Detaje", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Ngarko të re", "Select from Files" : "Përzgjidhni prej Kartelash", "Remove image" : "Hiqe figurën", + "png or jpg, max. 20 MB" : "png ose jpg, maks. 20 MB", "Choose as profile picture" : "Zgjidhni një foto profili", "You are using %s" : "Ju po përdorni %s", "Your postal address" : "Adresa juaj postale", diff --git a/apps/settings/l10n/sq.json b/apps/settings/l10n/sq.json index 6f83053390cf5..58246ec093a45 100644 --- a/apps/settings/l10n/sq.json +++ b/apps/settings/l10n/sq.json @@ -139,7 +139,6 @@ "Current password" : "Fjalëkalimi i tanishëm", "New password" : "Fjalëkalimi i ri", "Change password" : "Ndrysho fjalëkalimin", - "png or jpg, max. 20 MB" : "png ose jpg, maks. 20 MB", "Picture provided by original account" : "Foto e prurë nga llogaria origjinale", "Cancel" : "Anuloje", "Details" : "Detaje", @@ -252,6 +251,7 @@ "Upload new" : "Ngarko të re", "Select from Files" : "Përzgjidhni prej Kartelash", "Remove image" : "Hiqe figurën", + "png or jpg, max. 20 MB" : "png ose jpg, maks. 20 MB", "Choose as profile picture" : "Zgjidhni një foto profili", "You are using %s" : "Ju po përdorni %s", "Your postal address" : "Adresa juaj postale", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index c4d8616f26dde..262b7b031d296 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Отпреми слику профила", "Choose profile picture from Files" : "Изабери слику профила из Фајлова", "Remove profile picture" : "Уклони слику профила", - "png or jpg, max. 20 MB" : "„png“ или „jpg“, макс. 20 МБ", + "The file must be a PNG or JPG" : "Фајл мора да буде PNG или JPG", "Picture provided by original account" : "Слика оригиналног налога", "Cancel" : "Откажи", "Set as profile picture" : "Постави као слику профила", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Отпреми нову", "Select from Files" : "Изабери из фајлова", "Remove image" : "Уклони слику", + "png or jpg, max. 20 MB" : "„png“ или „jpg“, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Молимо вас да имате на уму да може проћи до 24 часа пре него што се аватар ажурира на свим местима.", "Choose as profile picture" : "Одаберите слику профила", "You are using %s" : "Користите %s.", diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index 6d55956b366b6..5b5de20dfa459 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Отпреми слику профила", "Choose profile picture from Files" : "Изабери слику профила из Фајлова", "Remove profile picture" : "Уклони слику профила", - "png or jpg, max. 20 MB" : "„png“ или „jpg“, макс. 20 МБ", + "The file must be a PNG or JPG" : "Фајл мора да буде PNG или JPG", "Picture provided by original account" : "Слика оригиналног налога", "Cancel" : "Откажи", "Set as profile picture" : "Постави као слику профила", @@ -548,6 +548,7 @@ "Upload new" : "Отпреми нову", "Select from Files" : "Изабери из фајлова", "Remove image" : "Уклони слику", + "png or jpg, max. 20 MB" : "„png“ или „jpg“, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Молимо вас да имате на уму да може проћи до 24 часа пре него што се аватар ажурира на свим местима.", "Choose as profile picture" : "Одаберите слику профила", "You are using %s" : "Користите %s.", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index c0faebcd20b1b..b40f0a180daf5 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -273,7 +273,6 @@ OC.L10N.register( "Upload profile picture" : "Ladda upp profilbild", "Choose profile picture from Files" : "Välj profilbild från filer", "Remove profile picture" : "Ta bort profilbild", - "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Picture provided by original account" : "Bild gjordes tillgänglig av orginalkonto", "Cancel" : "Avbryt", "Set as profile picture" : "Ställ in som profilbild", @@ -550,6 +549,7 @@ OC.L10N.register( "Upload new" : "Ladda upp ny", "Select from Files" : "Välj från Filer", "Remove image" : "Ta bort bild", + "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observera att det kan ta upp till 24 timmar för avataren att uppdateras överallt.", "Choose as profile picture" : "Välj som profilbild", "You are using %s" : "Du använder %s", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 3fba9a2af1d6d..d466670f48d96 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -271,7 +271,6 @@ "Upload profile picture" : "Ladda upp profilbild", "Choose profile picture from Files" : "Välj profilbild från filer", "Remove profile picture" : "Ta bort profilbild", - "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Picture provided by original account" : "Bild gjordes tillgänglig av orginalkonto", "Cancel" : "Avbryt", "Set as profile picture" : "Ställ in som profilbild", @@ -548,6 +547,7 @@ "Upload new" : "Ladda upp ny", "Select from Files" : "Välj från Filer", "Remove image" : "Ta bort bild", + "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observera att det kan ta upp till 24 timmar för avataren att uppdateras överallt.", "Choose as profile picture" : "Välj som profilbild", "You are using %s" : "Du använder %s", diff --git a/apps/settings/l10n/th.js b/apps/settings/l10n/th.js index 13d40dc07b1fb..6c087df5e2168 100644 --- a/apps/settings/l10n/th.js +++ b/apps/settings/l10n/th.js @@ -162,7 +162,6 @@ OC.L10N.register( "Current password" : "รหัสผ่านปัจจุบัน", "New password" : "รหัสผ่านใหม่", "Change password" : "เปลี่ยนรหัสผ่าน", - "png or jpg, max. 20 MB" : "png หรือ jpg สูงสุดไม่เกิน 20 MB", "Picture provided by original account" : "ใช้รูปภาพจากบัญชีเดิม", "Cancel" : "ยกเลิก", "Details" : "รายละเอียด", @@ -337,6 +336,7 @@ OC.L10N.register( "Upload new" : "อัปโหลดใหม่", "Select from Files" : "เลือกจากไฟล์", "Remove image" : "ลบรูปภาพ", + "png or jpg, max. 20 MB" : "png หรือ jpg สูงสุดไม่เกิน 20 MB", "Choose as profile picture" : "เลือกเป็นรูปภาพโปรไฟล์" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/th.json b/apps/settings/l10n/th.json index b7daa6627b3a2..a077e7be8401b 100644 --- a/apps/settings/l10n/th.json +++ b/apps/settings/l10n/th.json @@ -160,7 +160,6 @@ "Current password" : "รหัสผ่านปัจจุบัน", "New password" : "รหัสผ่านใหม่", "Change password" : "เปลี่ยนรหัสผ่าน", - "png or jpg, max. 20 MB" : "png หรือ jpg สูงสุดไม่เกิน 20 MB", "Picture provided by original account" : "ใช้รูปภาพจากบัญชีเดิม", "Cancel" : "ยกเลิก", "Details" : "รายละเอียด", @@ -335,6 +334,7 @@ "Upload new" : "อัปโหลดใหม่", "Select from Files" : "เลือกจากไฟล์", "Remove image" : "ลบรูปภาพ", + "png or jpg, max. 20 MB" : "png หรือ jpg สูงสุดไม่เกิน 20 MB", "Choose as profile picture" : "เลือกเป็นรูปภาพโปรไฟล์" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index b734c783b1e76..c24921b986595 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Profil görseli yükle", "Choose profile picture from Files" : "Dosyalar uygulamasından profil görseli seçin", "Remove profile picture" : "Profil görselini kaldır", - "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", + "The file must be a PNG or JPG" : "Dosya PNG ya da JPG biçiminde olmalıdır", "Picture provided by original account" : "Görsel özgün hesabınız tarafından sağlanıyor", "Cancel" : "İptal", "Set as profile picture" : "Profil görseli olarak ayarla", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Yeni yükle", "Select from Files" : "Dosyalardan seç", "Remove image" : "Görseli kaldır", + "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Lütfen Avatarın her yerde güncellenmesinin 24 saat kadar sürebileceğini unutmayın.", "Choose as profile picture" : "Profil görseli olarak seç", "You are using %s" : "%s kullanıyorsunuz", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index ffb2cd44e946d..909f9e225762b 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Profil görseli yükle", "Choose profile picture from Files" : "Dosyalar uygulamasından profil görseli seçin", "Remove profile picture" : "Profil görselini kaldır", - "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", + "The file must be a PNG or JPG" : "Dosya PNG ya da JPG biçiminde olmalıdır", "Picture provided by original account" : "Görsel özgün hesabınız tarafından sağlanıyor", "Cancel" : "İptal", "Set as profile picture" : "Profil görseli olarak ayarla", @@ -548,6 +548,7 @@ "Upload new" : "Yeni yükle", "Select from Files" : "Dosyalardan seç", "Remove image" : "Görseli kaldır", + "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Lütfen Avatarın her yerde güncellenmesinin 24 saat kadar sürebileceğini unutmayın.", "Choose as profile picture" : "Profil görseli olarak seç", "You are using %s" : "%s kullanıyorsunuz", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 122c3e7162a13..391b347ef94f4 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -273,7 +273,6 @@ OC.L10N.register( "Upload profile picture" : "Завантажте зображення профілю", "Choose profile picture from Files" : "Виберіть зображення профілю з Файлів", "Remove profile picture" : "Вилучити зображення профілю", - "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Picture provided by original account" : "Картинка надана оригінальним обліковим записом", "Cancel" : "Скасувати", "Set as profile picture" : "Установити як зображення профілю", @@ -550,6 +549,7 @@ OC.L10N.register( "Upload new" : "Завантажити нове", "Select from Files" : "Вибрати з файлів", "Remove image" : "Вилучити зображення", + "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Будь ласка, зверніть увагу, що для повного оновлення аватара може знадобитися до 24 годин.", "Choose as profile picture" : "Вибрати зображенням профілю", "You are using %s" : "Ви використовуєте %s", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 30330a25ac441..33cc2049e5eb4 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -271,7 +271,6 @@ "Upload profile picture" : "Завантажте зображення профілю", "Choose profile picture from Files" : "Виберіть зображення профілю з Файлів", "Remove profile picture" : "Вилучити зображення профілю", - "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Picture provided by original account" : "Картинка надана оригінальним обліковим записом", "Cancel" : "Скасувати", "Set as profile picture" : "Установити як зображення профілю", @@ -548,6 +547,7 @@ "Upload new" : "Завантажити нове", "Select from Files" : "Вибрати з файлів", "Remove image" : "Вилучити зображення", + "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Будь ласка, зверніть увагу, що для повного оновлення аватара може знадобитися до 24 годин.", "Choose as profile picture" : "Вибрати зображенням профілю", "You are using %s" : "Ви використовуєте %s", diff --git a/apps/settings/l10n/vi.js b/apps/settings/l10n/vi.js index 1aa9caafbafdc..fe63acbff84ed 100644 --- a/apps/settings/l10n/vi.js +++ b/apps/settings/l10n/vi.js @@ -176,7 +176,6 @@ OC.L10N.register( "Current password" : "Mật khẩu cũ", "New password" : "Mật khẩu mới", "Change password" : "Đổi mật khẩu", - "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Cancel" : "Hủy", "Details" : "Thông tin", "Your email address" : "Email của bạn", @@ -280,6 +279,7 @@ OC.L10N.register( "Upload new" : "Tải lên", "Select from Files" : "Chọn từ tập tin", "Remove image" : "Xóa ", + "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Choose as profile picture" : "Chọn làm ảnh đại diện" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/vi.json b/apps/settings/l10n/vi.json index 44256d9461226..b5ae49222bfef 100644 --- a/apps/settings/l10n/vi.json +++ b/apps/settings/l10n/vi.json @@ -174,7 +174,6 @@ "Current password" : "Mật khẩu cũ", "New password" : "Mật khẩu mới", "Change password" : "Đổi mật khẩu", - "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Cancel" : "Hủy", "Details" : "Thông tin", "Your email address" : "Email của bạn", @@ -278,6 +277,7 @@ "Upload new" : "Tải lên", "Select from Files" : "Chọn từ tập tin", "Remove image" : "Xóa ", + "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Choose as profile picture" : "Chọn làm ảnh đại diện" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 50b4f21be1286..353a063dd5969 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -268,7 +268,6 @@ OC.L10N.register( "Your profile picture" : "您的个人资料图片", "Upload profile picture" : "上传个人资料图片", "Remove profile picture" : "移除个人资料图片", - "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Picture provided by original account" : "初始账号提供的图片", "Cancel" : "取消", "Set as profile picture" : "设置为个人资料图片", @@ -542,6 +541,7 @@ OC.L10N.register( "Upload new" : "上传", "Select from Files" : "选择文件", "Remove image" : "删除图片", + "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "请注意,头像可能需要24小时才能在所有地方更新完成。", "Choose as profile picture" : "选择个人头像", "You are using %s" : "您已经使用了 %s 存储空间", diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index 333d649d49f3a..9a8f8b5b66c02 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -266,7 +266,6 @@ "Your profile picture" : "您的个人资料图片", "Upload profile picture" : "上传个人资料图片", "Remove profile picture" : "移除个人资料图片", - "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Picture provided by original account" : "初始账号提供的图片", "Cancel" : "取消", "Set as profile picture" : "设置为个人资料图片", @@ -540,6 +539,7 @@ "Upload new" : "上传", "Select from Files" : "选择文件", "Remove image" : "删除图片", + "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "请注意,头像可能需要24小时才能在所有地方更新完成。", "Choose as profile picture" : "选择个人头像", "You are using %s" : "您已经使用了 %s 存储空间", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index cdc617a57330b..3745effbefea5 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案選擇個人資料圖片", "Remove profile picture" : "移除個人資料圖片", - "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", + "The file must be a PNG or JPG" : "該檔案必須是 PNG 或 JPG", "Picture provided by original account" : "原始賬戶提供的圖片", "Cancel" : "取消", "Set as profile picture" : "設定為個人資料圖片", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "上傳新的", "Select from Files" : "從雲端檔案選擇", "Remove image" : "移除圖像", + "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "請注意,虛擬化身大頭照最長可能需要24小時才能在所有地方更新。", "Choose as profile picture" : "設定為個人資料圖片", "You are using %s" : "您已使用了 %s 的存儲空間", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index cf94dcafa79c2..dc0f80bb47f7a 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -271,7 +271,7 @@ "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案選擇個人資料圖片", "Remove profile picture" : "移除個人資料圖片", - "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", + "The file must be a PNG or JPG" : "該檔案必須是 PNG 或 JPG", "Picture provided by original account" : "原始賬戶提供的圖片", "Cancel" : "取消", "Set as profile picture" : "設定為個人資料圖片", @@ -548,6 +548,7 @@ "Upload new" : "上傳新的", "Select from Files" : "從雲端檔案選擇", "Remove image" : "移除圖像", + "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "請注意,虛擬化身大頭照最長可能需要24小時才能在所有地方更新。", "Choose as profile picture" : "設定為個人資料圖片", "You are using %s" : "您已使用了 %s 的存儲空間", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 3bac92eb4ae5a..2e791f3a27993 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案中選擇個人檔案圖片", "Remove profile picture" : "移除個人資料圖片", - "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", + "The file must be a PNG or JPG" : "檔案必須是 PNG 或 JPG", "Picture provided by original account" : "原始帳號提供的圖片", "Cancel" : "取消", "Set as profile picture" : "設定為個人資料圖片", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "上傳新的", "Select from Files" : "從雲端檔案選擇", "Remove image" : "移除圖片", + "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "請注意,大頭照最長可能需要24小時才能在所有地方更新。", "Choose as profile picture" : "設定為個人資料圖片", "You are using %s" : "您正在使用 %s", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 9ae7b5e2fa351..67ebffedaa5ea 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -271,7 +271,7 @@ "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案中選擇個人檔案圖片", "Remove profile picture" : "移除個人資料圖片", - "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", + "The file must be a PNG or JPG" : "檔案必須是 PNG 或 JPG", "Picture provided by original account" : "原始帳號提供的圖片", "Cancel" : "取消", "Set as profile picture" : "設定為個人資料圖片", @@ -548,6 +548,7 @@ "Upload new" : "上傳新的", "Select from Files" : "從雲端檔案選擇", "Remove image" : "移除圖片", + "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "請注意,大頭照最長可能需要24小時才能在所有地方更新。", "Choose as profile picture" : "設定為個人資料圖片", "You are using %s" : "您正在使用 %s", diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 477c6509549a4..1fcf1fb42147b 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -177,7 +177,6 @@ OC.L10N.register( "Load more results" : " عرض المزيد من النتائج", "Search" : "البحث", "No results for {query}" : "لا يوجد ناتج لـ {query}", - "Press enter to start searching" : "اضغط على Enter لبدء البحث", "An error occurred while searching for {type}" : "حدث خطأ أثناء البحث عن {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث"], "Settings menu" : "قائمة الإعدادات", @@ -381,6 +380,7 @@ OC.L10N.register( "More apps menu" : "المزيد من قائمة التطبيقات", "Contacts" : "جهات الإتصال", "Contacts menu" : "قائمة جهات الإتصال", - "Setup two-factor authentication" : "تعيين المصادقة بخطوتين" + "Setup two-factor authentication" : "تعيين المصادقة بخطوتين", + "Press enter to start searching" : "اضغط على Enter لبدء البحث" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/core/l10n/ar.json b/core/l10n/ar.json index 6bf3ea833d83d..25d368905e7d9 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -175,7 +175,6 @@ "Load more results" : " عرض المزيد من النتائج", "Search" : "البحث", "No results for {query}" : "لا يوجد ناتج لـ {query}", - "Press enter to start searching" : "اضغط على Enter لبدء البحث", "An error occurred while searching for {type}" : "حدث خطأ أثناء البحث عن {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث"], "Settings menu" : "قائمة الإعدادات", @@ -379,6 +378,7 @@ "More apps menu" : "المزيد من قائمة التطبيقات", "Contacts" : "جهات الإتصال", "Contacts menu" : "قائمة جهات الإتصال", - "Setup two-factor authentication" : "تعيين المصادقة بخطوتين" + "Setup two-factor authentication" : "تعيين المصادقة بخطوتين", + "Press enter to start searching" : "اضغط على Enter لبدء البحث" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/core/l10n/bg.js b/core/l10n/bg.js index 7ad12d6b7ad38..ce1789a2dc302 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -205,7 +205,6 @@ OC.L10N.register( "Load more results" : "Зареждане на още резултати", "Search" : "Търсене", "No results for {query}" : "Няма резултати за {query}", - "Press enter to start searching" : "Натиснете въведи, за начало на търсенето", "An error occurred while searching for {type}" : "Възникна грешка при търсенето на {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Моля, въведете {minSearchLength} знака или повече, за да търсите","Моля, въведете {minSearchLength} знака или повече, за да търсите"], "This browser is not supported" : "Този браузър не се поддържа", @@ -429,6 +428,7 @@ OC.L10N.register( "Contacts menu" : "Контакти", "Setup two-factor authentication" : "Свържи двустепенно удостоверяване", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изглежда, че използвате 32-битова PHP версия. Приложението Nextcloud се нуждае от 64 бита, за да работи добре. Моля, надстройте вашата операционна система и PHP до 64 бита! За повече подробности прочетете {linkstart}страницата с документация за това ↗{linkend}.", + "Press enter to start searching" : "Натиснете въведи, за начало на търсенето", "Please use the command line updater because updating via browser is disabled in your config.php." : "Моля, използвайте програмата за актуализиране от командния ред, тъй като актуализирането чрез браузъра е забранено в config.php." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/bg.json b/core/l10n/bg.json index 8aaf46404261a..a76546cd4af88 100644 --- a/core/l10n/bg.json +++ b/core/l10n/bg.json @@ -203,7 +203,6 @@ "Load more results" : "Зареждане на още резултати", "Search" : "Търсене", "No results for {query}" : "Няма резултати за {query}", - "Press enter to start searching" : "Натиснете въведи, за начало на търсенето", "An error occurred while searching for {type}" : "Възникна грешка при търсенето на {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Моля, въведете {minSearchLength} знака или повече, за да търсите","Моля, въведете {minSearchLength} знака или повече, за да търсите"], "This browser is not supported" : "Този браузър не се поддържа", @@ -427,6 +426,7 @@ "Contacts menu" : "Контакти", "Setup two-factor authentication" : "Свържи двустепенно удостоверяване", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изглежда, че използвате 32-битова PHP версия. Приложението Nextcloud се нуждае от 64 бита, за да работи добре. Моля, надстройте вашата операционна система и PHP до 64 бита! За повече подробности прочетете {linkstart}страницата с документация за това ↗{linkend}.", + "Press enter to start searching" : "Натиснете въведи, за начало на търсенето", "Please use the command line updater because updating via browser is disabled in your config.php." : "Моля, използвайте програмата за актуализиране от командния ред, тъй като актуализирането чрез браузъра е забранено в config.php." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ca.js b/core/l10n/ca.js index 3051534fed1bd..0959cba057816 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -202,7 +202,6 @@ OC.L10N.register( "Load more results" : "Carrega més resultats", "Search" : "Cerca", "No results for {query}" : "No hi ha cap resultat per a {query}", - "Press enter to start searching" : "Premeu Retorn per a iniciar la cerca", "An error occurred while searching for {type}" : "S'ha produït un error mentre es buscava {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduïu el caràcter {minSearchLength} o més per cercar","Introduïu {minSearchLength} caràcters o més per cercar"], "This browser is not supported" : "Aquest navegador no és compatible", @@ -426,6 +425,7 @@ OC.L10N.register( "Contacts menu" : "Menú de contactes", "Setup two-factor authentication" : "Configura l'autenticació de doble factor", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Sembla que esteu executant una versió PHP de 32 bits. Nextcloud necessita 64 bits per funcionar bé. Si us plau, actualitzeu el vostre sistema operatiu i PHP a 64 bits! Per obtenir més detalls, llegiu {linkstart}la pàgina de documentació sobre això ↗{linkend}.", + "Press enter to start searching" : "Premeu Retorn per a iniciar la cerca", "Please use the command line updater because updating via browser is disabled in your config.php." : "Si us plau, utilitzeu l'actualitzador de línia d'ordres ja que l'actualització via navegador web està deshabilitada al vostre fitxer config.php" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ca.json b/core/l10n/ca.json index 2d8d717670c5a..3b505c962353c 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -200,7 +200,6 @@ "Load more results" : "Carrega més resultats", "Search" : "Cerca", "No results for {query}" : "No hi ha cap resultat per a {query}", - "Press enter to start searching" : "Premeu Retorn per a iniciar la cerca", "An error occurred while searching for {type}" : "S'ha produït un error mentre es buscava {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduïu el caràcter {minSearchLength} o més per cercar","Introduïu {minSearchLength} caràcters o més per cercar"], "This browser is not supported" : "Aquest navegador no és compatible", @@ -424,6 +423,7 @@ "Contacts menu" : "Menú de contactes", "Setup two-factor authentication" : "Configura l'autenticació de doble factor", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Sembla que esteu executant una versió PHP de 32 bits. Nextcloud necessita 64 bits per funcionar bé. Si us plau, actualitzeu el vostre sistema operatiu i PHP a 64 bits! Per obtenir més detalls, llegiu {linkstart}la pàgina de documentació sobre això ↗{linkend}.", + "Press enter to start searching" : "Premeu Retorn per a iniciar la cerca", "Please use the command line updater because updating via browser is disabled in your config.php." : "Si us plau, utilitzeu l'actualitzador de línia d'ordres ja que l'actualització via navegador web està deshabilitada al vostre fitxer config.php" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/cs.js b/core/l10n/cs.js index dc2cbef8ee733..761fbb373da19 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -205,7 +205,6 @@ OC.L10N.register( "Load more results" : "Načíst další výsledky", "Search" : "Hledat", "No results for {query}" : "Pro {query} nic nenalezeno", - "Press enter to start searching" : "Vyhledávání zahájíte stisknutím klávesy Enter", "An error occurred while searching for {type}" : "Došlo k chybě při hledání pro {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znak","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaky","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaků","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaky"], "This browser is not supported" : "Tento prohlížeč není podporován", @@ -429,6 +428,7 @@ OC.L10N.register( "Contacts menu" : "Nabídka kontaktů", "Setup two-factor authentication" : "Nastavit dvoufázové ověřování", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá se, že provozujete 32bitovou verzi PHP. Aby správně fungoval, potřebuje Nextcloud 64bit. Přejděte na 64bit instalaci operačního systému a PHP! Bližší podrobnosti naleznete {linkstart}na stránce v dokumentaci ↗{linkend}.", + "Press enter to start searching" : "Vyhledávání zahájíte stisknutím klávesy Enter", "Please use the command line updater because updating via browser is disabled in your config.php." : "Zaktualizujte z příkazového řádku, protože aktualizování z webového prohlížeče je vypnuté ve vašem config.php." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/core/l10n/cs.json b/core/l10n/cs.json index d006a0c0f1822..90f11b077c9d4 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -203,7 +203,6 @@ "Load more results" : "Načíst další výsledky", "Search" : "Hledat", "No results for {query}" : "Pro {query} nic nenalezeno", - "Press enter to start searching" : "Vyhledávání zahájíte stisknutím klávesy Enter", "An error occurred while searching for {type}" : "Došlo k chybě při hledání pro {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znak","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaky","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaků","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaky"], "This browser is not supported" : "Tento prohlížeč není podporován", @@ -427,6 +426,7 @@ "Contacts menu" : "Nabídka kontaktů", "Setup two-factor authentication" : "Nastavit dvoufázové ověřování", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá se, že provozujete 32bitovou verzi PHP. Aby správně fungoval, potřebuje Nextcloud 64bit. Přejděte na 64bit instalaci operačního systému a PHP! Bližší podrobnosti naleznete {linkstart}na stránce v dokumentaci ↗{linkend}.", + "Press enter to start searching" : "Vyhledávání zahájíte stisknutím klávesy Enter", "Please use the command line updater because updating via browser is disabled in your config.php." : "Zaktualizujte z příkazového řádku, protože aktualizování z webového prohlížeče je vypnuté ve vašem config.php." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/core/l10n/da.js b/core/l10n/da.js index 4ad6baa266221..3ef3554b4f1ac 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -197,7 +197,6 @@ OC.L10N.register( "Load more results" : "Hent flere resultater", "Search" : "Søg", "No results for {query}" : "Ingen søgeresultater for {query}", - "Press enter to start searching" : "Tast retur for at starte søgning", "An error occurred while searching for {type}" : "Der opstod en fejl under søgningen efter {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Minimum {minSearchLength} karakter eller flere for at søge","Minimum {minSearchLength} karakterer eller flere for at søge"], "This browser is not supported" : "Denne browser understøttes ikke", @@ -420,6 +419,7 @@ OC.L10N.register( "Contacts" : "Kontakter", "Contacts menu" : "Menuen kontakter", "Setup two-factor authentication" : "Opsæt to-faktor godkendelse", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Det ser ud til, at du kører en 32-bit PHP-version. Nextcloud har brug for 64-bit for at køre godt. Opgrader venligst dit OS og PHP til 64-bit! For yderligere detaljer læs {linkstart}dokumentationssiden om dette ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Det ser ud til, at du kører en 32-bit PHP-version. Nextcloud har brug for 64-bit for at køre godt. Opgrader venligst dit OS og PHP til 64-bit! For yderligere detaljer læs {linkstart}dokumentationssiden om dette ↗{linkend}.", + "Press enter to start searching" : "Tast retur for at starte søgning" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/da.json b/core/l10n/da.json index b53f7521c1157..be5675d46fd55 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -195,7 +195,6 @@ "Load more results" : "Hent flere resultater", "Search" : "Søg", "No results for {query}" : "Ingen søgeresultater for {query}", - "Press enter to start searching" : "Tast retur for at starte søgning", "An error occurred while searching for {type}" : "Der opstod en fejl under søgningen efter {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Minimum {minSearchLength} karakter eller flere for at søge","Minimum {minSearchLength} karakterer eller flere for at søge"], "This browser is not supported" : "Denne browser understøttes ikke", @@ -418,6 +417,7 @@ "Contacts" : "Kontakter", "Contacts menu" : "Menuen kontakter", "Setup two-factor authentication" : "Opsæt to-faktor godkendelse", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Det ser ud til, at du kører en 32-bit PHP-version. Nextcloud har brug for 64-bit for at køre godt. Opgrader venligst dit OS og PHP til 64-bit! For yderligere detaljer læs {linkstart}dokumentationssiden om dette ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Det ser ud til, at du kører en 32-bit PHP-version. Nextcloud har brug for 64-bit for at køre godt. Opgrader venligst dit OS og PHP til 64-bit! For yderligere detaljer læs {linkstart}dokumentationssiden om dette ↗{linkend}.", + "Press enter to start searching" : "Tast retur for at starte søgning" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/de.js b/core/l10n/de.js index 33e36afc79dca..627ef1793fe36 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -202,7 +202,6 @@ OC.L10N.register( "Load more results" : "Weitere Ergebnisse laden", "Search" : "Suche", "No results for {query}" : "Keine Suchergebnisse zu {query}", - "Press enter to start searching" : "Zum Suchen Enter drücken", "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"], "This browser is not supported" : "Dieser Browser wird nicht unterstützt.", @@ -426,6 +425,7 @@ OC.L10N.register( "Contacts menu" : "Kontakte-Menü", "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Anscheinend führst du eine 32-Bit-PHP-Version aus. Nextcloud benötigt 64bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64bit! Für weitere Details lese bitte die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}.", + "Press enter to start searching" : "Zum Suchen Enter drücken", "Please use the command line updater because updating via browser is disabled in your config.php." : "Bitte den Kommandozeilen-Updater verwenden, die Browser-Aktualisierung ist in der config.php deaktiviert." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de.json b/core/l10n/de.json index 82739cdd5de48..2fe8494cc40d5 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -200,7 +200,6 @@ "Load more results" : "Weitere Ergebnisse laden", "Search" : "Suche", "No results for {query}" : "Keine Suchergebnisse zu {query}", - "Press enter to start searching" : "Zum Suchen Enter drücken", "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"], "This browser is not supported" : "Dieser Browser wird nicht unterstützt.", @@ -424,6 +423,7 @@ "Contacts menu" : "Kontakte-Menü", "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Anscheinend führst du eine 32-Bit-PHP-Version aus. Nextcloud benötigt 64bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64bit! Für weitere Details lese bitte die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}.", + "Press enter to start searching" : "Zum Suchen Enter drücken", "Please use the command line updater because updating via browser is disabled in your config.php." : "Bitte den Kommandozeilen-Updater verwenden, die Browser-Aktualisierung ist in der config.php deaktiviert." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 888ddacd2bab3..cb48068ac0b62 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -206,7 +206,6 @@ OC.L10N.register( "Load more results" : "Weitere Ergebnisse laden", "Search" : "Suche", "No results for {query}" : "Keine Suchergebnisse zu {query}", - "Press enter to start searching" : "Eingabetaste zum Starten der Suche drücken", "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte geben Sie {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte geben Sie {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"], "This browser is not supported" : "Dieser Browser wird nicht unterstützt", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "Kontakte-Menü", "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung einrichten", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Sie scheinen eine 32-Bit PHP-Version auszuführen. Nextcloud benötigt 64-Bit, um gut zu laufen. Bitte aktualisieren Sie Ihr Betriebssystem und PHP auf 64-Bit! Für weitere Details lesen Sie die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}.", + "Press enter to start searching" : "Eingabetaste zum Starten der Suche drücken", "Please use the command line updater because updating via browser is disabled in your config.php." : "Bitte den Kommandozeilen-Updater verwenden, die Browser-Aktualisierung ist in der config.php deaktiviert." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index e41a018115c8d..f8de8212533f7 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -204,7 +204,6 @@ "Load more results" : "Weitere Ergebnisse laden", "Search" : "Suche", "No results for {query}" : "Keine Suchergebnisse zu {query}", - "Press enter to start searching" : "Eingabetaste zum Starten der Suche drücken", "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte geben Sie {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte geben Sie {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"], "This browser is not supported" : "Dieser Browser wird nicht unterstützt", @@ -428,6 +427,7 @@ "Contacts menu" : "Kontakte-Menü", "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung einrichten", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Sie scheinen eine 32-Bit PHP-Version auszuführen. Nextcloud benötigt 64-Bit, um gut zu laufen. Bitte aktualisieren Sie Ihr Betriebssystem und PHP auf 64-Bit! Für weitere Details lesen Sie die {linkstart}diesbezügliche Dokumentationsseite ↗{linkend}.", + "Press enter to start searching" : "Eingabetaste zum Starten der Suche drücken", "Please use the command line updater because updating via browser is disabled in your config.php." : "Bitte den Kommandozeilen-Updater verwenden, die Browser-Aktualisierung ist in der config.php deaktiviert." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/el.js b/core/l10n/el.js index 93e75fcee2da6..91d4cfbd4f09a 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -167,7 +167,6 @@ OC.L10N.register( "Load more results" : "Φόρτωση περισσοτέρων αποτελεσμάτων", "Search" : "Αναζήτηση", "No results for {query}" : "Κανένα αποτέλεσμα για {query}", - "Press enter to start searching" : "Πατήστε enter για να ξεκινήσει η αναζήτηση", "An error occurred while searching for {type}" : "Παρουσιάστηκε σφάλμα κατά την αναζήτηση για {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Παρακαλούμε προσθέστε τουλάχιστον {minSearchLength}  χαρακτήρα ή περισσότερους για αναζήτηση.","Παρακαλούμε προσθέστε τουλάχιστον {minSearchLength} χαρακτήρες ή περισσότερους για αναζήτηση."], "This browser is not supported" : "Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται", @@ -384,6 +383,7 @@ OC.L10N.register( "More apps menu" : "Μενού περισσότερων εφαρμογών", "Contacts" : "Επαφές", "Contacts menu" : "Μενού επαφών", - "Setup two-factor authentication" : "Ρύθμιση ελέγχου ταυτότητας δύο-παραγόντων" + "Setup two-factor authentication" : "Ρύθμιση ελέγχου ταυτότητας δύο-παραγόντων", + "Press enter to start searching" : "Πατήστε enter για να ξεκινήσει η αναζήτηση" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/el.json b/core/l10n/el.json index dab080ce9d156..548bb8645f9f0 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -165,7 +165,6 @@ "Load more results" : "Φόρτωση περισσοτέρων αποτελεσμάτων", "Search" : "Αναζήτηση", "No results for {query}" : "Κανένα αποτέλεσμα για {query}", - "Press enter to start searching" : "Πατήστε enter για να ξεκινήσει η αναζήτηση", "An error occurred while searching for {type}" : "Παρουσιάστηκε σφάλμα κατά την αναζήτηση για {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Παρακαλούμε προσθέστε τουλάχιστον {minSearchLength}  χαρακτήρα ή περισσότερους για αναζήτηση.","Παρακαλούμε προσθέστε τουλάχιστον {minSearchLength} χαρακτήρες ή περισσότερους για αναζήτηση."], "This browser is not supported" : "Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται", @@ -382,6 +381,7 @@ "More apps menu" : "Μενού περισσότερων εφαρμογών", "Contacts" : "Επαφές", "Contacts menu" : "Μενού επαφών", - "Setup two-factor authentication" : "Ρύθμιση ελέγχου ταυτότητας δύο-παραγόντων" + "Setup two-factor authentication" : "Ρύθμιση ελέγχου ταυτότητας δύο-παραγόντων", + "Press enter to start searching" : "Πατήστε enter για να ξεκινήσει η αναζήτηση" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 752375519cc2f..c0c27824f5bbf 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -206,7 +206,6 @@ OC.L10N.register( "Load more results" : "Load more results", "Search" : "Search", "No results for {query}" : "No results for {query}", - "Press enter to start searching" : "Press enter to start searching", "An error occurred while searching for {type}" : "An error occurred while searching for {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Please enter {minSearchLength} character or more to search","Please enter {minSearchLength} characters or more to search"], "This browser is not supported" : "This browser is not supported", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "Contacts menu", "Setup two-factor authentication" : "Setup two-factor authentication", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}.", + "Press enter to start searching" : "Press enter to start searching", "Please use the command line updater because updating via browser is disabled in your config.php." : "Please use the command line updater because updating via browser is disabled in your config.php." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 14dfd84eff833..663e39fb70a80 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -204,7 +204,6 @@ "Load more results" : "Load more results", "Search" : "Search", "No results for {query}" : "No results for {query}", - "Press enter to start searching" : "Press enter to start searching", "An error occurred while searching for {type}" : "An error occurred while searching for {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Please enter {minSearchLength} character or more to search","Please enter {minSearchLength} characters or more to search"], "This browser is not supported" : "This browser is not supported", @@ -428,6 +427,7 @@ "Contacts menu" : "Contacts menu", "Setup two-factor authentication" : "Setup two-factor authentication", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}.", + "Press enter to start searching" : "Press enter to start searching", "Please use the command line updater because updating via browser is disabled in your config.php." : "Please use the command line updater because updating via browser is disabled in your config.php." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es.js b/core/l10n/es.js index cc842326e1e4a..054473f7e9508 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -206,7 +206,6 @@ OC.L10N.register( "Load more results" : "Cargar más resultados", "Search" : "Buscar", "No results for {query}" : "Sin resultados para {query}", - "Press enter to start searching" : "Pulse Intro para iniciar la búsqueda", "An error occurred while searching for {type}" : "Ha ocurrido un error al buscar {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Por favor, introduce {minSearchLength} carácter o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar"], "This browser is not supported" : "Este navegador no está soportado", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "Menú de contactos", "Setup two-factor authentication" : "Configurar autenticación de dos factores", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para su correcto funcionamiento. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}.", + "Press enter to start searching" : "Pulse Intro para iniciar la búsqueda", "Please use the command line updater because updating via browser is disabled in your config.php." : "Por favor, utilice el actualizador de línea de comandos ya que la actualización vía navegador se encuentra deshabilitado en su config.php" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/es.json b/core/l10n/es.json index d74b245e16eba..169cb5d7181c3 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -204,7 +204,6 @@ "Load more results" : "Cargar más resultados", "Search" : "Buscar", "No results for {query}" : "Sin resultados para {query}", - "Press enter to start searching" : "Pulse Intro para iniciar la búsqueda", "An error occurred while searching for {type}" : "Ha ocurrido un error al buscar {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Por favor, introduce {minSearchLength} carácter o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar"], "This browser is not supported" : "Este navegador no está soportado", @@ -428,6 +427,7 @@ "Contacts menu" : "Menú de contactos", "Setup two-factor authentication" : "Configurar autenticación de dos factores", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para su correcto funcionamiento. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}.", + "Press enter to start searching" : "Pulse Intro para iniciar la búsqueda", "Please use the command line updater because updating via browser is disabled in your config.php." : "Por favor, utilice el actualizador de línea de comandos ya que la actualización vía navegador se encuentra deshabilitado en su config.php" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/core/l10n/eu.js b/core/l10n/eu.js index 60dd708235390..94ce89addd049 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -206,7 +206,6 @@ OC.L10N.register( "Load more results" : "Kargatu emaitza gehiago ", "Search" : "Bilatu", "No results for {query}" : " {query}-(r)entzako emaitzarik ez", - "Press enter to start searching" : "Sakatu enter bilaketa hasteko", "An error occurred while searching for {type}" : "Errorea gertatu da {type} bilatzean", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Sartu karaktere {minSearchLength} edo gehiago bilatzeko","Sartu {minSearchLength} karaktere edo gehiago bilatzeko"], "This browser is not supported" : "Nabigatzaile hau ez da onartzen", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "Kontaktuen menua", "Setup two-factor authentication" : "Konfiguratu bi faktoreko autentifikazioa", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Badirudi 32-bit-eko PHP bertsioa exekutatzen ari zarela. Nextcloudek 64-bit behar ditu ondo funtzionatzeko. Eguneratu zure SE eta PHP 64-bit-etara! Xehetasun gehiagorako irakurri {linkstart}honi buruzko dokumentazioa ↗{linkend}.", + "Press enter to start searching" : "Sakatu enter bilaketa hasteko", "Please use the command line updater because updating via browser is disabled in your config.php." : "Mesedez, erabili komando-lerroko eguneratzailea, arakatzailearen bidez eguneratzea desgaituta dagoelako zure config.php-n." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 2fde3b6b126a0..39e10facfb5cd 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -204,7 +204,6 @@ "Load more results" : "Kargatu emaitza gehiago ", "Search" : "Bilatu", "No results for {query}" : " {query}-(r)entzako emaitzarik ez", - "Press enter to start searching" : "Sakatu enter bilaketa hasteko", "An error occurred while searching for {type}" : "Errorea gertatu da {type} bilatzean", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Sartu karaktere {minSearchLength} edo gehiago bilatzeko","Sartu {minSearchLength} karaktere edo gehiago bilatzeko"], "This browser is not supported" : "Nabigatzaile hau ez da onartzen", @@ -428,6 +427,7 @@ "Contacts menu" : "Kontaktuen menua", "Setup two-factor authentication" : "Konfiguratu bi faktoreko autentifikazioa", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Badirudi 32-bit-eko PHP bertsioa exekutatzen ari zarela. Nextcloudek 64-bit behar ditu ondo funtzionatzeko. Eguneratu zure SE eta PHP 64-bit-etara! Xehetasun gehiagorako irakurri {linkstart}honi buruzko dokumentazioa ↗{linkend}.", + "Press enter to start searching" : "Sakatu enter bilaketa hasteko", "Please use the command line updater because updating via browser is disabled in your config.php." : "Mesedez, erabili komando-lerroko eguneratzailea, arakatzailearen bidez eguneratzea desgaituta dagoelako zure config.php-n." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/fi.js b/core/l10n/fi.js index 860bdb02f062f..5476d226700a8 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -168,7 +168,6 @@ OC.L10N.register( "Load more results" : "Lataa lisää tuloksia", "Search" : "Etsi", "No results for {query}" : "Ei tuloksia haulle {query}", - "Press enter to start searching" : "Paina enter aloittaaksesi haun", "An error occurred while searching for {type}" : "Haettaessa tyyppiä {type} tapahtui virhe.", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Kirjoita vähintään {minSearchLength} merkki etsiäksesi","Kirjoita vähintään {minSearchLength} merkkiä etsiäksesi"], "This browser is not supported" : "Tämä selain ei ole tuettu", @@ -385,6 +384,7 @@ OC.L10N.register( "Contacts" : "Yhteystiedot", "Contacts menu" : "Yhteystietovalikko", "Setup two-factor authentication" : "Määritä kaksivaiheinen tunnistautuminen", + "Press enter to start searching" : "Paina enter aloittaaksesi haun", "Please use the command line updater because updating via browser is disabled in your config.php." : "Käytä komentorivipäivitintä, koska päivitys selainkäyttöliittymällä on estetty config.php-asetustiedostossa." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/fi.json b/core/l10n/fi.json index 432d83bd02395..180fa8e53823f 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -166,7 +166,6 @@ "Load more results" : "Lataa lisää tuloksia", "Search" : "Etsi", "No results for {query}" : "Ei tuloksia haulle {query}", - "Press enter to start searching" : "Paina enter aloittaaksesi haun", "An error occurred while searching for {type}" : "Haettaessa tyyppiä {type} tapahtui virhe.", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Kirjoita vähintään {minSearchLength} merkki etsiäksesi","Kirjoita vähintään {minSearchLength} merkkiä etsiäksesi"], "This browser is not supported" : "Tämä selain ei ole tuettu", @@ -383,6 +382,7 @@ "Contacts" : "Yhteystiedot", "Contacts menu" : "Yhteystietovalikko", "Setup two-factor authentication" : "Määritä kaksivaiheinen tunnistautuminen", + "Press enter to start searching" : "Paina enter aloittaaksesi haun", "Please use the command line updater because updating via browser is disabled in your config.php." : "Käytä komentorivipäivitintä, koska päivitys selainkäyttöliittymällä on estetty config.php-asetustiedostossa." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 281f1d9e3c8a7..68ffc0c8baf4c 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -202,7 +202,6 @@ OC.L10N.register( "Load more results" : "Charger plus de résultats", "Search" : "Rechercher", "No results for {query}" : "Aucun résultat pour {query}", - "Press enter to start searching" : "Appuyez sur Entrée pour démarrer la recherche", "An error occurred while searching for {type}" : "Une erreur s'est produite lors de la recherche de {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Veuillez saisir au moins {minSearchLength} caractère pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche"], "This browser is not supported" : "Ce navigateur n'est pas supporté", @@ -426,6 +425,7 @@ OC.L10N.register( "Contacts menu" : "Menu des contacts", "Setup two-factor authentication" : "Paramétrer l'authentification à double facteur", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Il semble que vous utilisez une version 32-bits de PHP. Nextcloud nécessite une version 64-bits pour bien fonctionner. Merci de mettre à niveau votre système d'exploitation et PHP en 64-bits. Pour plus de détails consultez {linkstart}the documentation page about this ↗{linkend}.", + "Press enter to start searching" : "Appuyez sur Entrée pour démarrer la recherche", "Please use the command line updater because updating via browser is disabled in your config.php." : "Veuillez utiliser la mise à jour en ligne de commande, car la mise à jour via le navigateur est désactivée dans votre fichier config.php." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 6344d6e0613e3..30b6e8adf9c88 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -200,7 +200,6 @@ "Load more results" : "Charger plus de résultats", "Search" : "Rechercher", "No results for {query}" : "Aucun résultat pour {query}", - "Press enter to start searching" : "Appuyez sur Entrée pour démarrer la recherche", "An error occurred while searching for {type}" : "Une erreur s'est produite lors de la recherche de {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Veuillez saisir au moins {minSearchLength} caractère pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche"], "This browser is not supported" : "Ce navigateur n'est pas supporté", @@ -424,6 +423,7 @@ "Contacts menu" : "Menu des contacts", "Setup two-factor authentication" : "Paramétrer l'authentification à double facteur", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Il semble que vous utilisez une version 32-bits de PHP. Nextcloud nécessite une version 64-bits pour bien fonctionner. Merci de mettre à niveau votre système d'exploitation et PHP en 64-bits. Pour plus de détails consultez {linkstart}the documentation page about this ↗{linkend}.", + "Press enter to start searching" : "Appuyez sur Entrée pour démarrer la recherche", "Please use the command line updater because updating via browser is disabled in your config.php." : "Veuillez utiliser la mise à jour en ligne de commande, car la mise à jour via le navigateur est désactivée dans votre fichier config.php." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 4ea9c2042dac4..6b93342387682 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -202,7 +202,6 @@ OC.L10N.register( "Load more results" : "Cargando máis resultados", "Search" : "Buscar", "No results for {query}" : "Non hai resultados para {query}", - "Press enter to start searching" : "Preme Intro para comezar a buscar", "An error occurred while searching for {type}" : "Produciuse un erro ao buscar por {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduza {minSearchLength} carácter ou máis para buscar","Introduza {minSearchLength} caracteres ou máis para buscar"], "This browser is not supported" : "Este navegador non é compatible", @@ -426,6 +425,7 @@ OC.L10N.register( "Contacts menu" : "Menú de contactos", "Setup two-factor authentication" : "Estabelecer a autenticación de dous factores", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está a executar unha versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar ben. Actualiza o teu sistema operativo e PHP a 64 bits. Para obter máis detalles, le {linkstart}a páxina de documentación sobre isto ↗{linkend}.", + "Press enter to start searching" : "Preme Intro para comezar a buscar", "Please use the command line updater because updating via browser is disabled in your config.php." : "Use o actualizador da liña de comandos porque a actualización a través do navegador está desactivada no seu config.php." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/gl.json b/core/l10n/gl.json index b7a346a0dc6d7..81797cafc4f91 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -200,7 +200,6 @@ "Load more results" : "Cargando máis resultados", "Search" : "Buscar", "No results for {query}" : "Non hai resultados para {query}", - "Press enter to start searching" : "Preme Intro para comezar a buscar", "An error occurred while searching for {type}" : "Produciuse un erro ao buscar por {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduza {minSearchLength} carácter ou máis para buscar","Introduza {minSearchLength} caracteres ou máis para buscar"], "This browser is not supported" : "Este navegador non é compatible", @@ -424,6 +423,7 @@ "Contacts menu" : "Menú de contactos", "Setup two-factor authentication" : "Estabelecer a autenticación de dous factores", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está a executar unha versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar ben. Actualiza o teu sistema operativo e PHP a 64 bits. Para obter máis detalles, le {linkstart}a páxina de documentación sobre isto ↗{linkend}.", + "Press enter to start searching" : "Preme Intro para comezar a buscar", "Please use the command line updater because updating via browser is disabled in your config.php." : "Use o actualizador da liña de comandos porque a actualización a través do navegador está desactivada no seu config.php." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/hu.js b/core/l10n/hu.js index ba55b8bce114f..ff358e1aa6bf8 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -206,7 +206,6 @@ OC.L10N.register( "Load more results" : "További találatok betöltése", "Search" : "Keresés", "No results for {query}" : "Nincs találat a következőre: {query}", - "Press enter to start searching" : "A keresés indításához nyomjon Entert", "An error occurred while searching for {type}" : "Hiba történt a(z) {type} keresése sorá", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["A kereséshez írjon be a legalább {minSearchLength} karaktert","A kereséshez írjon be a legalább {minSearchLength} karaktert"], "This browser is not supported" : "Ez a böngésző nem támogatott.", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "Névjegyek menü", "Setup two-factor authentication" : "Kétfaktoros hitelesítés beállítása", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Úgy tűnik, hogy 32 bites PHP verziót használ. A Nextcloud megfelelő futtatásához 64 bites szükséges. Frissítse 64 bitesre az operációs rendszerét és a PHP-ját. További részletekért olvassa el az {linkstart}erről szóló dokumentációs oldalt ↗{linkend}.", + "Press enter to start searching" : "A keresés indításához nyomjon Entert", "Please use the command line updater because updating via browser is disabled in your config.php." : "Használja a parancssoros frissítőt, mert a böngészőbeli frissítés ki van kapcsolva a config.php fájlban." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/hu.json b/core/l10n/hu.json index e07fd1e8c66f9..46e2dbdaaab47 100644 --- a/core/l10n/hu.json +++ b/core/l10n/hu.json @@ -204,7 +204,6 @@ "Load more results" : "További találatok betöltése", "Search" : "Keresés", "No results for {query}" : "Nincs találat a következőre: {query}", - "Press enter to start searching" : "A keresés indításához nyomjon Entert", "An error occurred while searching for {type}" : "Hiba történt a(z) {type} keresése sorá", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["A kereséshez írjon be a legalább {minSearchLength} karaktert","A kereséshez írjon be a legalább {minSearchLength} karaktert"], "This browser is not supported" : "Ez a böngésző nem támogatott.", @@ -428,6 +427,7 @@ "Contacts menu" : "Névjegyek menü", "Setup two-factor authentication" : "Kétfaktoros hitelesítés beállítása", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Úgy tűnik, hogy 32 bites PHP verziót használ. A Nextcloud megfelelő futtatásához 64 bites szükséges. Frissítse 64 bitesre az operációs rendszerét és a PHP-ját. További részletekért olvassa el az {linkstart}erről szóló dokumentációs oldalt ↗{linkend}.", + "Press enter to start searching" : "A keresés indításához nyomjon Entert", "Please use the command line updater because updating via browser is disabled in your config.php." : "Használja a parancssoros frissítőt, mert a böngészőbeli frissítés ki van kapcsolva a config.php fájlban." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/id.js b/core/l10n/id.js index 4738be6165af4..ecbcd2bda8947 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -150,7 +150,6 @@ OC.L10N.register( "Load more results" : "Muat lebih banyak hasil", "Search" : "Cari", "No results for {query}" : "Tidak ada hasil untuk {query}", - "Press enter to start searching" : "Tekan enter untuk mulai mencari", "An error occurred while searching for {type}" : "Terjadi kesalahan saat mencari {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Harap masukkan {minSearchLength} karakter atau lebih untuk mencari"], "Settings menu" : "Menu Pengaturan", @@ -359,6 +358,7 @@ OC.L10N.register( "More apps menu" : "Menu aplikasi lainnya", "Contacts" : "Kontak", "Contacts menu" : "Menu Kontak", - "Setup two-factor authentication" : "Setel autentikasi faktor-kedua" + "Setup two-factor authentication" : "Setel autentikasi faktor-kedua", + "Press enter to start searching" : "Tekan enter untuk mulai mencari" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/id.json b/core/l10n/id.json index 5705a79c5f5e5..0c64a4f63f149 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -148,7 +148,6 @@ "Load more results" : "Muat lebih banyak hasil", "Search" : "Cari", "No results for {query}" : "Tidak ada hasil untuk {query}", - "Press enter to start searching" : "Tekan enter untuk mulai mencari", "An error occurred while searching for {type}" : "Terjadi kesalahan saat mencari {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Harap masukkan {minSearchLength} karakter atau lebih untuk mencari"], "Settings menu" : "Menu Pengaturan", @@ -357,6 +356,7 @@ "More apps menu" : "Menu aplikasi lainnya", "Contacts" : "Kontak", "Contacts menu" : "Menu Kontak", - "Setup two-factor authentication" : "Setel autentikasi faktor-kedua" + "Setup two-factor authentication" : "Setel autentikasi faktor-kedua", + "Press enter to start searching" : "Tekan enter untuk mulai mencari" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/is.js b/core/l10n/is.js index cb445492ec399..b19958ba09f57 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -170,7 +170,6 @@ OC.L10N.register( "Load more results" : "Hlaða inn fleiri niðurstöðum", "Search" : "Leita", "No results for {query}" : "Engar niðurstöður fyrir {query}", - "Press enter to start searching" : "Ýttu á Enter til að hefja leit", "An error occurred while searching for {type}" : "Villa kom upp við leit að {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Settu inn {minSearchLength} staf eða fleiri til að leita","Settu inn {minSearchLength} stafi eða fleiri til að leita"], "Open settings menu" : "Opna stillingavalmynd", @@ -380,6 +379,7 @@ OC.L10N.register( "More apps menu" : "Valmynd með fleiri forrit", "Contacts" : "Tengiliðir", "Contacts menu" : "Tengiliðavalmynd", - "Setup two-factor authentication" : "Setja upp tveggja-þátta auðkenningu" + "Setup two-factor authentication" : "Setja upp tveggja-þátta auðkenningu", + "Press enter to start searching" : "Ýttu á Enter til að hefja leit" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/core/l10n/is.json b/core/l10n/is.json index 0aa74b32e856c..ae5af83249e71 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -168,7 +168,6 @@ "Load more results" : "Hlaða inn fleiri niðurstöðum", "Search" : "Leita", "No results for {query}" : "Engar niðurstöður fyrir {query}", - "Press enter to start searching" : "Ýttu á Enter til að hefja leit", "An error occurred while searching for {type}" : "Villa kom upp við leit að {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Settu inn {minSearchLength} staf eða fleiri til að leita","Settu inn {minSearchLength} stafi eða fleiri til að leita"], "Open settings menu" : "Opna stillingavalmynd", @@ -378,6 +377,7 @@ "More apps menu" : "Valmynd með fleiri forrit", "Contacts" : "Tengiliðir", "Contacts menu" : "Tengiliðavalmynd", - "Setup two-factor authentication" : "Setja upp tveggja-þátta auðkenningu" + "Setup two-factor authentication" : "Setja upp tveggja-þátta auðkenningu", + "Press enter to start searching" : "Ýttu á Enter til að hefja leit" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/core/l10n/it.js b/core/l10n/it.js index 7fb0ab166e606..a1526a367f9e6 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -192,7 +192,6 @@ OC.L10N.register( "Load more results" : "Carica più risultati", "Search" : "Cerca", "No results for {query}" : "Nessun risultato per {query}", - "Press enter to start searching" : "Premi invio per avviare la ricerca", "An error occurred while searching for {type}" : "Si è verificato un errore durante la ricerca di {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digita {minSearchLength} carattere o più per cercare","Digita {minSearchLength} caratteri o più per cercare","Digita {minSearchLength} caratteri o più per cercare"], "This browser is not supported" : "Questo browser non è supportato", @@ -412,6 +411,7 @@ OC.L10N.register( "More apps menu" : "Menu delle altre applicazioni", "Contacts" : "Contatti", "Contacts menu" : "Menu dei contatti", - "Setup two-factor authentication" : "Configura l'autenticazione a due fattori" + "Setup two-factor authentication" : "Configura l'autenticazione a due fattori", + "Press enter to start searching" : "Premi invio per avviare la ricerca" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/it.json b/core/l10n/it.json index 8c78ebd0e6802..27a98e8253315 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -190,7 +190,6 @@ "Load more results" : "Carica più risultati", "Search" : "Cerca", "No results for {query}" : "Nessun risultato per {query}", - "Press enter to start searching" : "Premi invio per avviare la ricerca", "An error occurred while searching for {type}" : "Si è verificato un errore durante la ricerca di {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digita {minSearchLength} carattere o più per cercare","Digita {minSearchLength} caratteri o più per cercare","Digita {minSearchLength} caratteri o più per cercare"], "This browser is not supported" : "Questo browser non è supportato", @@ -410,6 +409,7 @@ "More apps menu" : "Menu delle altre applicazioni", "Contacts" : "Contatti", "Contacts menu" : "Menu dei contatti", - "Setup two-factor authentication" : "Configura l'autenticazione a due fattori" + "Setup two-factor authentication" : "Configura l'autenticazione a due fattori", + "Press enter to start searching" : "Premi invio per avviare la ricerca" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 63594fd84dd2e..26d6b4eee9b5e 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -202,7 +202,6 @@ OC.L10N.register( "Load more results" : "次の結果を読み込む", "Search" : "検索", "No results for {query}" : "{query}の検索結果はありません", - "Press enter to start searching" : "Enterキーを押して検索を開始します", "An error occurred while searching for {type}" : "{type} の検索中にエラーが発生しました", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["検索には、{minSearchLength}文字以上が必要です"], "This browser is not supported" : "お使いのブラウザーはサポートされていません", @@ -424,6 +423,7 @@ OC.L10N.register( "Contacts" : "連絡先", "Contacts menu" : "連絡先メニュー", "Setup two-factor authentication" : "二要素認証を設定", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "このシステムは32ビット版のPHPで動いているようです。Nextcloudを正常に動かすには64ビット版が必要です。OSとPHPを64ビット版にアップグレードしてください!詳細は{linkstart}こちらのドキュメント ↗{linkend}をご覧ください。" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "このシステムは32ビット版のPHPで動いているようです。Nextcloudを正常に動かすには64ビット版が必要です。OSとPHPを64ビット版にアップグレードしてください!詳細は{linkstart}こちらのドキュメント ↗{linkend}をご覧ください。", + "Press enter to start searching" : "Enterキーを押して検索を開始します" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 67fd996bb0bd7..b497a7ca37ab1 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -200,7 +200,6 @@ "Load more results" : "次の結果を読み込む", "Search" : "検索", "No results for {query}" : "{query}の検索結果はありません", - "Press enter to start searching" : "Enterキーを押して検索を開始します", "An error occurred while searching for {type}" : "{type} の検索中にエラーが発生しました", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["検索には、{minSearchLength}文字以上が必要です"], "This browser is not supported" : "お使いのブラウザーはサポートされていません", @@ -422,6 +421,7 @@ "Contacts" : "連絡先", "Contacts menu" : "連絡先メニュー", "Setup two-factor authentication" : "二要素認証を設定", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "このシステムは32ビット版のPHPで動いているようです。Nextcloudを正常に動かすには64ビット版が必要です。OSとPHPを64ビット版にアップグレードしてください!詳細は{linkstart}こちらのドキュメント ↗{linkend}をご覧ください。" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "このシステムは32ビット版のPHPで動いているようです。Nextcloudを正常に動かすには64ビット版が必要です。OSとPHPを64ビット版にアップグレードしてください!詳細は{linkstart}こちらのドキュメント ↗{linkend}をご覧ください。", + "Press enter to start searching" : "Enterキーを押して検索を開始します" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 46280b53819d5..10f0b3a7d868c 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -179,7 +179,6 @@ OC.L10N.register( "Load more results" : "더 많은 결과 불러오기", "Search" : "검색", "No results for {query}" : "{query}에 대한 결과가 없음", - "Press enter to start searching" : "엔터를 눌러 검색 시작", "An error occurred while searching for {type}" : "{type} 탐색중 오류 발생", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["{minSearchLength}개 이상의 문자를 입럭하시오"], "Open settings menu" : "설정 메뉴 열기", @@ -393,6 +392,7 @@ OC.L10N.register( "More apps menu" : "더 많은 앱 메뉴", "Contacts" : "연락처", "Contacts menu" : "연락처 메뉴", - "Setup two-factor authentication" : "2단계 인증 설정" + "Setup two-factor authentication" : "2단계 인증 설정", + "Press enter to start searching" : "엔터를 눌러 검색 시작" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/ko.json b/core/l10n/ko.json index b0874d84b0361..17a48f07c0a36 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -177,7 +177,6 @@ "Load more results" : "더 많은 결과 불러오기", "Search" : "검색", "No results for {query}" : "{query}에 대한 결과가 없음", - "Press enter to start searching" : "엔터를 눌러 검색 시작", "An error occurred while searching for {type}" : "{type} 탐색중 오류 발생", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["{minSearchLength}개 이상의 문자를 입럭하시오"], "Open settings menu" : "설정 메뉴 열기", @@ -391,6 +390,7 @@ "More apps menu" : "더 많은 앱 메뉴", "Contacts" : "연락처", "Contacts menu" : "연락처 메뉴", - "Setup two-factor authentication" : "2단계 인증 설정" + "Setup two-factor authentication" : "2단계 인증 설정", + "Press enter to start searching" : "엔터를 눌러 검색 시작" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/mk.js b/core/l10n/mk.js index 189e7a12b8980..640f7d7b0f193 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -176,7 +176,6 @@ OC.L10N.register( "Load more results" : "Вчитај повеќе резултати", "Search" : "Барај", "No results for {query}" : "Нема резултати за {query}", - "Press enter to start searching" : "Притисни Enter за започне пребарувањето", "An error occurred while searching for {type}" : "Настана грешка при пребарување за {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Внесете најмалку {minSearchLength} карактер за да пребарувате","Внесете најмалку {minSearchLength} карактери или повеќе за да пребарувате"], "This browser is not supported" : "Овој прелистувач не е поддржан", @@ -393,6 +392,7 @@ OC.L10N.register( "More apps menu" : "Мени за повеќе апликации", "Contacts" : "Контакти", "Contacts menu" : "Мени за контакти", - "Setup two-factor authentication" : "Постави двофакторна автентикација" + "Setup two-factor authentication" : "Постави двофакторна автентикација", + "Press enter to start searching" : "Притисни Enter за започне пребарувањето" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/core/l10n/mk.json b/core/l10n/mk.json index 70c835fd9ec1a..8844a784344c1 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -174,7 +174,6 @@ "Load more results" : "Вчитај повеќе резултати", "Search" : "Барај", "No results for {query}" : "Нема резултати за {query}", - "Press enter to start searching" : "Притисни Enter за започне пребарувањето", "An error occurred while searching for {type}" : "Настана грешка при пребарување за {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Внесете најмалку {minSearchLength} карактер за да пребарувате","Внесете најмалку {minSearchLength} карактери или повеќе за да пребарувате"], "This browser is not supported" : "Овој прелистувач не е поддржан", @@ -391,6 +390,7 @@ "More apps menu" : "Мени за повеќе апликации", "Contacts" : "Контакти", "Contacts menu" : "Мени за контакти", - "Setup two-factor authentication" : "Постави двофакторна автентикација" + "Setup two-factor authentication" : "Постави двофакторна автентикација", + "Press enter to start searching" : "Притисни Enter за започне пребарувањето" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/core/l10n/nb.js b/core/l10n/nb.js index 1991ed4013f05..4e516ca9b4d22 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -200,7 +200,6 @@ OC.L10N.register( "Load more results" : "Last flere resultater", "Search" : "Søk", "No results for {query}" : "Ingen resultater for {query}", - "Press enter to start searching" : "Trykk enter for å starte søk", "An error occurred while searching for {type}" : "Det oppsto en feil ved søk etter {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Skriv minst {minSearchLength} bokstav for å søke","Skriv minst {minSearchLength} bokstaver for å søke"], "This browser is not supported" : "Denne nettleseren støttes ikke", @@ -421,6 +420,7 @@ OC.L10N.register( "Contacts" : "Kontakter", "Contacts menu" : "Kontakter meny", "Setup two-factor authentication" : "Opprett totrinns bekreftelse", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Det virker som du kjører en 32-bit PHP-versjon. Nextcloud trenger 64-bit for å fungere bra. Vennligst oppgrader OS og PHP til 64-bit! For ytterligere detaljer, les {linkstart}dokumentasjonssiden om dette ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Det virker som du kjører en 32-bit PHP-versjon. Nextcloud trenger 64-bit for å fungere bra. Vennligst oppgrader OS og PHP til 64-bit! For ytterligere detaljer, les {linkstart}dokumentasjonssiden om dette ↗{linkend}.", + "Press enter to start searching" : "Trykk enter for å starte søk" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nb.json b/core/l10n/nb.json index e3d563435cdd7..4d5aba8edf13e 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -198,7 +198,6 @@ "Load more results" : "Last flere resultater", "Search" : "Søk", "No results for {query}" : "Ingen resultater for {query}", - "Press enter to start searching" : "Trykk enter for å starte søk", "An error occurred while searching for {type}" : "Det oppsto en feil ved søk etter {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Skriv minst {minSearchLength} bokstav for å søke","Skriv minst {minSearchLength} bokstaver for å søke"], "This browser is not supported" : "Denne nettleseren støttes ikke", @@ -419,6 +418,7 @@ "Contacts" : "Kontakter", "Contacts menu" : "Kontakter meny", "Setup two-factor authentication" : "Opprett totrinns bekreftelse", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Det virker som du kjører en 32-bit PHP-versjon. Nextcloud trenger 64-bit for å fungere bra. Vennligst oppgrader OS og PHP til 64-bit! For ytterligere detaljer, les {linkstart}dokumentasjonssiden om dette ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Det virker som du kjører en 32-bit PHP-versjon. Nextcloud trenger 64-bit for å fungere bra. Vennligst oppgrader OS og PHP til 64-bit! For ytterligere detaljer, les {linkstart}dokumentasjonssiden om dette ↗{linkend}.", + "Press enter to start searching" : "Trykk enter for å starte søk" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/nl.js b/core/l10n/nl.js index bdcd71549678f..d676e3f7a5b7e 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -200,7 +200,6 @@ OC.L10N.register( "Load more results" : "Laad meer resultaten", "Search" : "Zoeken", "No results for {query}" : "Geen resultaten voor {query}", - "Press enter to start searching" : "Druk op Enter om te beginnen zoeken", "An error occurred while searching for {type}" : "Er trad een fout op bij het zoeken naar {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Voer {minSearchLength} tekens of meer in om te zoeken","Voer alstublieft {minSearchLength} tekens of meer in om te zoeken"], "This browser is not supported" : "Deze browser wordt niet ondersteunt", @@ -421,6 +420,7 @@ OC.L10N.register( "Contacts" : "Contactpersonen", "Contacts menu" : "Contacten menu", "Setup two-factor authentication" : "Instellen tweefactor authenticatie", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Meer informatie vind u op de {linkstart}documentatiepagina{linkend}" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Meer informatie vind u op de {linkstart}documentatiepagina{linkend}", + "Press enter to start searching" : "Druk op Enter om te beginnen zoeken" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 7ee37e786d880..ccb9d4dee7708 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -198,7 +198,6 @@ "Load more results" : "Laad meer resultaten", "Search" : "Zoeken", "No results for {query}" : "Geen resultaten voor {query}", - "Press enter to start searching" : "Druk op Enter om te beginnen zoeken", "An error occurred while searching for {type}" : "Er trad een fout op bij het zoeken naar {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Voer {minSearchLength} tekens of meer in om te zoeken","Voer alstublieft {minSearchLength} tekens of meer in om te zoeken"], "This browser is not supported" : "Deze browser wordt niet ondersteunt", @@ -419,6 +418,7 @@ "Contacts" : "Contactpersonen", "Contacts menu" : "Contacten menu", "Setup two-factor authentication" : "Instellen tweefactor authenticatie", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Meer informatie vind u op de {linkstart}documentatiepagina{linkend}" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Meer informatie vind u op de {linkstart}documentatiepagina{linkend}", + "Press enter to start searching" : "Druk op Enter om te beginnen zoeken" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/oc.js b/core/l10n/oc.js index e81abff6518d2..d0646b701610e 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -150,7 +150,6 @@ OC.L10N.register( "Load more results" : "Cargar mai de resultats", "Search" : "Recercar", "No results for {query}" : "Cap de resultat per {query}", - "Press enter to start searching" : "Quichatz Entrada per aviar la recèrca", "An error occurred while searching for {type}" : "Una error s’es producha en cercant {type}", "This browser is not supported" : "Aqueste navigador es pas pres en carga", "Supported versions" : "Versions presas en carga", @@ -356,6 +355,7 @@ OC.L10N.register( "More apps menu" : "Menú mai d’aplicacions", "Contacts" : "Contactes", "Contacts menu" : "Menú contactes", - "Setup two-factor authentication" : "Parametratge autentificacion dos factors" + "Setup two-factor authentication" : "Parametratge autentificacion dos factors", + "Press enter to start searching" : "Quichatz Entrada per aviar la recèrca" }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/oc.json b/core/l10n/oc.json index 4695bd732b4ef..aad857bc2f6ea 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -148,7 +148,6 @@ "Load more results" : "Cargar mai de resultats", "Search" : "Recercar", "No results for {query}" : "Cap de resultat per {query}", - "Press enter to start searching" : "Quichatz Entrada per aviar la recèrca", "An error occurred while searching for {type}" : "Una error s’es producha en cercant {type}", "This browser is not supported" : "Aqueste navigador es pas pres en carga", "Supported versions" : "Versions presas en carga", @@ -354,6 +353,7 @@ "More apps menu" : "Menú mai d’aplicacions", "Contacts" : "Contactes", "Contacts menu" : "Menú contactes", - "Setup two-factor authentication" : "Parametratge autentificacion dos factors" + "Setup two-factor authentication" : "Parametratge autentificacion dos factors", + "Press enter to start searching" : "Quichatz Entrada per aviar la recèrca" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 4b63c08fe8c2b..35a620cd6a2f3 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -202,7 +202,6 @@ OC.L10N.register( "Load more results" : "Wczytaj więcej wyników", "Search" : "Szukaj", "No results for {query}" : "Brak wyników dla {query}", - "Press enter to start searching" : "Naciśnij Enter, aby rozpocząć wyszukiwanie", "An error occurred while searching for {type}" : "Wystąpił błąd podczas wyszukiwania {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Aby wyszukać, wprowadź co najmniej {minSearchLength} znak","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaki","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaków","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaków"], "This browser is not supported" : "Ta przeglądarka nie jest obsługiwana", @@ -426,6 +425,7 @@ OC.L10N.register( "Contacts menu" : "Menu kontaktów", "Setup two-factor authentication" : "Ustaw uwierzytelnianie dwuskładnikowe", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Wygląda na to, że korzystasz z 32-bitowej wersji PHP. Nextcloud do poprawnego działania potrzebuje 64-bitowej. Zaktualizuj swój system operacyjny i PHP do wersji 64-bitowej! Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.", + "Press enter to start searching" : "Naciśnij Enter, aby rozpocząć wyszukiwanie", "Please use the command line updater because updating via browser is disabled in your config.php." : "Użyj wiersza poleceń do aktualizacji, ponieważ aktualizacja przez przeglądarkę jest wyłączona w Twoim pliku config.php." }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/core/l10n/pl.json b/core/l10n/pl.json index cc53e31bd1d79..6fe5759914021 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -200,7 +200,6 @@ "Load more results" : "Wczytaj więcej wyników", "Search" : "Szukaj", "No results for {query}" : "Brak wyników dla {query}", - "Press enter to start searching" : "Naciśnij Enter, aby rozpocząć wyszukiwanie", "An error occurred while searching for {type}" : "Wystąpił błąd podczas wyszukiwania {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Aby wyszukać, wprowadź co najmniej {minSearchLength} znak","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaki","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaków","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaków"], "This browser is not supported" : "Ta przeglądarka nie jest obsługiwana", @@ -424,6 +423,7 @@ "Contacts menu" : "Menu kontaktów", "Setup two-factor authentication" : "Ustaw uwierzytelnianie dwuskładnikowe", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Wygląda na to, że korzystasz z 32-bitowej wersji PHP. Nextcloud do poprawnego działania potrzebuje 64-bitowej. Zaktualizuj swój system operacyjny i PHP do wersji 64-bitowej! Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.", + "Press enter to start searching" : "Naciśnij Enter, aby rozpocząć wyszukiwanie", "Please use the command line updater because updating via browser is disabled in your config.php." : "Użyj wiersza poleceń do aktualizacji, ponieważ aktualizacja przez przeglądarkę jest wyłączona w Twoim pliku config.php." },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 5b30db6b8f173..643a007b68a6e 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -202,7 +202,6 @@ OC.L10N.register( "Load more results" : "Carregar mais resultados", "Search" : "Pesquisar", "No results for {query}" : "Sem resultados para {query}", - "Press enter to start searching" : "Pressione enter para iniciar a busca", "An error occurred while searching for {type}" : "Ocorreu um erro ao pesquisar por {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digite {minSearchLength} caractere ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar"], "This browser is not supported" : "Este navegador não é compatível", @@ -426,6 +425,7 @@ OC.L10N.register( "Contacts menu" : "Menu de contatos", "Setup two-factor authentication" : "Configurar autenticação de dois fatores", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que você está executando uma versão PHP de 32 bits. Nextcloud precisa de 64 bits para funcionar bem. Por favor, atualize seu sistema operacional e PHP para 64 bits! Para mais detalhes, leia {linkstart}a página de documentação sobre este ↗{linkend}.", + "Press enter to start searching" : "Pressione enter para iniciar a busca", "Please use the command line updater because updating via browser is disabled in your config.php." : "Please use the command line updater because updating via browser is disabled in your config.php." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index bf5292e8b587a..07ff901d098c9 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -200,7 +200,6 @@ "Load more results" : "Carregar mais resultados", "Search" : "Pesquisar", "No results for {query}" : "Sem resultados para {query}", - "Press enter to start searching" : "Pressione enter para iniciar a busca", "An error occurred while searching for {type}" : "Ocorreu um erro ao pesquisar por {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digite {minSearchLength} caractere ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar"], "This browser is not supported" : "Este navegador não é compatível", @@ -424,6 +423,7 @@ "Contacts menu" : "Menu de contatos", "Setup two-factor authentication" : "Configurar autenticação de dois fatores", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que você está executando uma versão PHP de 32 bits. Nextcloud precisa de 64 bits para funcionar bem. Por favor, atualize seu sistema operacional e PHP para 64 bits! Para mais detalhes, leia {linkstart}a página de documentação sobre este ↗{linkend}.", + "Press enter to start searching" : "Pressione enter para iniciar a busca", "Please use the command line updater because updating via browser is disabled in your config.php." : "Please use the command line updater because updating via browser is disabled in your config.php." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 9b7148d398f0a..25860de21c0a1 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -151,7 +151,6 @@ OC.L10N.register( "Load more results" : "Mostrar mais resultados...", "Search" : "Procurar", "No results for {query}" : "Nenhum resultado para {query}", - "Press enter to start searching" : "Pressione ENTER para iniciar a pesquisa", "An error occurred while searching for {type}" : "Ocorreu um erro enquanto pesquisava por {type}", "This browser is not supported" : "O seu navegador não é suportado.", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "A versão do seu navegador não é suportada. Por favor atualize para uma versão mais recente ou para uma que seja suportada.", @@ -350,6 +349,7 @@ OC.L10N.register( "More apps menu" : "Menu de mais aplicações", "Contacts" : "Contactos", "Contacts menu" : "Menu de contactos", - "Setup two-factor authentication" : "Configurar autenticação de dois fatores" + "Setup two-factor authentication" : "Configurar autenticação de dois fatores", + "Press enter to start searching" : "Pressione ENTER para iniciar a pesquisa" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index b2dd5622fdde1..8f37e139cb922 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -149,7 +149,6 @@ "Load more results" : "Mostrar mais resultados...", "Search" : "Procurar", "No results for {query}" : "Nenhum resultado para {query}", - "Press enter to start searching" : "Pressione ENTER para iniciar a pesquisa", "An error occurred while searching for {type}" : "Ocorreu um erro enquanto pesquisava por {type}", "This browser is not supported" : "O seu navegador não é suportado.", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "A versão do seu navegador não é suportada. Por favor atualize para uma versão mais recente ou para uma que seja suportada.", @@ -348,6 +347,7 @@ "More apps menu" : "Menu de mais aplicações", "Contacts" : "Contactos", "Contacts menu" : "Menu de contactos", - "Setup two-factor authentication" : "Configurar autenticação de dois fatores" + "Setup two-factor authentication" : "Configurar autenticação de dois fatores", + "Press enter to start searching" : "Pressione ENTER para iniciar a pesquisa" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 88e5dd6f38c76..43e3254f5568f 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -39,6 +39,9 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Для сброса пароля нажмите на кнопку. Если вы не запрашивали сброс пароля, просто проигнорируйте это письмо.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Для сброса пароля нажмите на ссылку. Если вы не запрашивали сброс пароля, просто проигнорируйте это письмо.", "Reset your password" : "Сбросить пароль", + "No translation provider available" : "Поставщик услуг перевода недоступен", + "Could not detect language" : "Не удалось определить язык", + "Unable to translate" : "Не удается перевести", "Nextcloud Server" : "Сервер Nextcloud", "Some of your link shares have been removed" : "Некоторые из ваших ссылок на общие ресурсы были удалены", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Из-за ошибки в безопасности нам пришлось удалить некоторые из ваших ссылок на опубликованные файлы или папки. Перейдите по ссылке для получения дополнительной информации.", @@ -161,6 +164,7 @@ OC.L10N.register( "Your connection is not secure" : "Соединение установлено с использованием небезопасного протокола", "Passwordless authentication is only available over a secure connection." : "Безпарольная аутентификация доступна только через защищённое соединение", "Reset password" : "Сбросить пароль", + "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or account name, check your spam/junk folders or ask your local administration for help." : "Если эта учетная запись существует, на ее адрес электронной почты было отправлено сообщение о сбросе пароля. Если вы его не получили, подтвердите свой адрес электронной почты и/или имя учетной записи, проверьте папки со спамом/нежелательной почтой или обратитесь за помощью к Вашему локальному администратору.", "Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Свяжитесь со своим администратором.", "Password cannot be changed. Please contact your administrator." : "Пароль не может быть изменён. Свяжитесь со своим системным администратором.", "Back to login" : "Вернуться на страницу входа", @@ -202,7 +206,6 @@ OC.L10N.register( "Load more results" : "Загрузить дополнительные результаты", "Search" : "Найти", "No results for {query}" : "По запросу «{query}» ничего не найдено", - "Press enter to start searching" : "Нажмите Enter для запуска поиска", "An error occurred while searching for {type}" : "Произошла ошибка при поиске {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символ","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символа","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символов","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символа"], "This browser is not supported" : "Используемый браузер не поддерживается", @@ -425,6 +428,8 @@ OC.L10N.register( "Contacts" : "Контакты", "Contacts menu" : "Меню контактов", "Setup two-factor authentication" : "Установка двухфакторной аутентификации", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Похоже что вы используете 32-битную версию PHP. Для нормальной работы Nextcloud требуется 64-битная версия. Пожалуйста обновите вашу операционную систему и PHP до 64-битных версий. Для дополнительной информации {linkstart}обратитесь к документации.{linkend}" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Похоже что вы используете 32-битную версию PHP. Для нормальной работы Nextcloud требуется 64-битная версия. Пожалуйста обновите вашу операционную систему и PHP до 64-битных версий. Для дополнительной информации {linkstart}обратитесь к документации.{linkend}", + "Press enter to start searching" : "Нажмите Enter для запуска поиска", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Пожалуйста, используйте обновление из терминала, поскольку обновление через браузер отключено в вашем файле конфигурации config.php." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 51dff806e6af0..4deb5541fdb19 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -37,6 +37,9 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Для сброса пароля нажмите на кнопку. Если вы не запрашивали сброс пароля, просто проигнорируйте это письмо.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Для сброса пароля нажмите на ссылку. Если вы не запрашивали сброс пароля, просто проигнорируйте это письмо.", "Reset your password" : "Сбросить пароль", + "No translation provider available" : "Поставщик услуг перевода недоступен", + "Could not detect language" : "Не удалось определить язык", + "Unable to translate" : "Не удается перевести", "Nextcloud Server" : "Сервер Nextcloud", "Some of your link shares have been removed" : "Некоторые из ваших ссылок на общие ресурсы были удалены", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Из-за ошибки в безопасности нам пришлось удалить некоторые из ваших ссылок на опубликованные файлы или папки. Перейдите по ссылке для получения дополнительной информации.", @@ -159,6 +162,7 @@ "Your connection is not secure" : "Соединение установлено с использованием небезопасного протокола", "Passwordless authentication is only available over a secure connection." : "Безпарольная аутентификация доступна только через защищённое соединение", "Reset password" : "Сбросить пароль", + "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or account name, check your spam/junk folders or ask your local administration for help." : "Если эта учетная запись существует, на ее адрес электронной почты было отправлено сообщение о сбросе пароля. Если вы его не получили, подтвердите свой адрес электронной почты и/или имя учетной записи, проверьте папки со спамом/нежелательной почтой или обратитесь за помощью к Вашему локальному администратору.", "Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Свяжитесь со своим администратором.", "Password cannot be changed. Please contact your administrator." : "Пароль не может быть изменён. Свяжитесь со своим системным администратором.", "Back to login" : "Вернуться на страницу входа", @@ -200,7 +204,6 @@ "Load more results" : "Загрузить дополнительные результаты", "Search" : "Найти", "No results for {query}" : "По запросу «{query}» ничего не найдено", - "Press enter to start searching" : "Нажмите Enter для запуска поиска", "An error occurred while searching for {type}" : "Произошла ошибка при поиске {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символ","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символа","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символов","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символа"], "This browser is not supported" : "Используемый браузер не поддерживается", @@ -423,6 +426,8 @@ "Contacts" : "Контакты", "Contacts menu" : "Меню контактов", "Setup two-factor authentication" : "Установка двухфакторной аутентификации", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Похоже что вы используете 32-битную версию PHP. Для нормальной работы Nextcloud требуется 64-битная версия. Пожалуйста обновите вашу операционную систему и PHP до 64-битных версий. Для дополнительной информации {linkstart}обратитесь к документации.{linkend}" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Похоже что вы используете 32-битную версию PHP. Для нормальной работы Nextcloud требуется 64-битная версия. Пожалуйста обновите вашу операционную систему и PHP до 64-битных версий. Для дополнительной информации {linkstart}обратитесь к документации.{linkend}", + "Press enter to start searching" : "Нажмите Enter для запуска поиска", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Пожалуйста, используйте обновление из терминала, поскольку обновление через браузер отключено в вашем файле конфигурации config.php." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/core/l10n/sk.js b/core/l10n/sk.js index f770dc185051e..c9ac09b616d17 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -194,7 +194,6 @@ OC.L10N.register( "Load more results" : "Načítať viac výsledkov", "Search" : "Hľadať", "No results for {query}" : "Žiadne výsledky pre {query}", - "Press enter to start searching" : "Stlačte enter pre vyhľadávanie", "An error occurred while searching for {type}" : "Počas hľadania {type} sa vyskytla chyba", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Pre vyhľadávanie zadajte aspoň {minSearchLength} znak","Pre vyhľadávanie zadajte aspoň {minSearchLength} znaky","Pre vyhľadávanie zadajte aspoň {minSearchLength} znakov","Pre vyhľadávanie zadajte aspoň {minSearchLength} znakov"], "This browser is not supported" : "Tento prehliadač nie je podporovaný", @@ -415,6 +414,7 @@ OC.L10N.register( "Contacts" : "Kontakty", "Contacts menu" : "Menu kontaktov", "Setup two-factor authentication" : "Nastaviť dvojzložkové overovanie", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá sa, že používate 32-bitovú verziu PHP. Nextcloud potrebuje 64-bit, aby fungoval dobre. Inovujte svoj OS a PHP na 64-bitové! Ďalšie podrobnosti nájdete na {linkstart}stránke dokumentácie↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá sa, že používate 32-bitovú verziu PHP. Nextcloud potrebuje 64-bit, aby fungoval dobre. Inovujte svoj OS a PHP na 64-bitové! Ďalšie podrobnosti nájdete na {linkstart}stránke dokumentácie↗{linkend}.", + "Press enter to start searching" : "Stlačte enter pre vyhľadávanie" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/core/l10n/sk.json b/core/l10n/sk.json index 351f5bf10155e..d77ecf94b4a1a 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -192,7 +192,6 @@ "Load more results" : "Načítať viac výsledkov", "Search" : "Hľadať", "No results for {query}" : "Žiadne výsledky pre {query}", - "Press enter to start searching" : "Stlačte enter pre vyhľadávanie", "An error occurred while searching for {type}" : "Počas hľadania {type} sa vyskytla chyba", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Pre vyhľadávanie zadajte aspoň {minSearchLength} znak","Pre vyhľadávanie zadajte aspoň {minSearchLength} znaky","Pre vyhľadávanie zadajte aspoň {minSearchLength} znakov","Pre vyhľadávanie zadajte aspoň {minSearchLength} znakov"], "This browser is not supported" : "Tento prehliadač nie je podporovaný", @@ -413,6 +412,7 @@ "Contacts" : "Kontakty", "Contacts menu" : "Menu kontaktov", "Setup two-factor authentication" : "Nastaviť dvojzložkové overovanie", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá sa, že používate 32-bitovú verziu PHP. Nextcloud potrebuje 64-bit, aby fungoval dobre. Inovujte svoj OS a PHP na 64-bitové! Ďalšie podrobnosti nájdete na {linkstart}stránke dokumentácie↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Zdá sa, že používate 32-bitovú verziu PHP. Nextcloud potrebuje 64-bit, aby fungoval dobre. Inovujte svoj OS a PHP na 64-bitové! Ďalšie podrobnosti nájdete na {linkstart}stránke dokumentácie↗{linkend}.", + "Press enter to start searching" : "Stlačte enter pre vyhľadávanie" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/core/l10n/sl.js b/core/l10n/sl.js index 8ff35728b2606..8aae51a0dd6a0 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -201,7 +201,6 @@ OC.L10N.register( "Load more results" : "Naloži več zadetkov", "Search" : "Poišči", "No results for {query}" : "Ni zadetkov za poizvedbo {query}", - "Press enter to start searching" : "Pritisnite vnosno tipko za začetek iskanja", "An error occurred while searching for {type}" : "Prišlo je do napake med iskanjem vrste {type}.", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Vpisati je treba vsaj {minSearchLength} znak za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znaka za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znake za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znakov za začetek iskanja"], "This browser is not supported" : "Trenutno uporabljen brskalnik ni podprt!", @@ -423,6 +422,7 @@ OC.L10N.register( "Contacts" : "Stiki", "Contacts menu" : "Meni Stikov", "Setup two-factor authentication" : "Nastavite dvostopenjsko overitev", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Kaže, da uporabljate 32-bitno različico PHP. Oblak Nextcloud zahteva za optimalno delovanje 64-bitno različico, zato je operacijski sistem in PHP priporočljivo nadgraditi! Več podrobnosti je na na voljo na straneh {linkstart}dokumentacije{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Kaže, da uporabljate 32-bitno različico PHP. Oblak Nextcloud zahteva za optimalno delovanje 64-bitno različico, zato je operacijski sistem in PHP priporočljivo nadgraditi! Več podrobnosti je na na voljo na straneh {linkstart}dokumentacije{linkend}.", + "Press enter to start searching" : "Pritisnite vnosno tipko za začetek iskanja" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 5109c39b0b837..a4bd21df2a956 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -199,7 +199,6 @@ "Load more results" : "Naloži več zadetkov", "Search" : "Poišči", "No results for {query}" : "Ni zadetkov za poizvedbo {query}", - "Press enter to start searching" : "Pritisnite vnosno tipko za začetek iskanja", "An error occurred while searching for {type}" : "Prišlo je do napake med iskanjem vrste {type}.", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Vpisati je treba vsaj {minSearchLength} znak za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znaka za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znake za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znakov za začetek iskanja"], "This browser is not supported" : "Trenutno uporabljen brskalnik ni podprt!", @@ -421,6 +420,7 @@ "Contacts" : "Stiki", "Contacts menu" : "Meni Stikov", "Setup two-factor authentication" : "Nastavite dvostopenjsko overitev", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Kaže, da uporabljate 32-bitno različico PHP. Oblak Nextcloud zahteva za optimalno delovanje 64-bitno različico, zato je operacijski sistem in PHP priporočljivo nadgraditi! Več podrobnosti je na na voljo na straneh {linkstart}dokumentacije{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Kaže, da uporabljate 32-bitno različico PHP. Oblak Nextcloud zahteva za optimalno delovanje 64-bitno različico, zato je operacijski sistem in PHP priporočljivo nadgraditi! Več podrobnosti je na na voljo na straneh {linkstart}dokumentacije{linkend}.", + "Press enter to start searching" : "Pritisnite vnosno tipko za začetek iskanja" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 0ae88afc0a347..fe18004f4e183 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -206,7 +206,6 @@ OC.L10N.register( "Load more results" : "Учитај још резултата", "Search" : "Претражи", "No results for {query}" : "Нема резултата за упит {query}", - "Press enter to start searching" : "Притисните ентер да започнете претрагу", "An error occurred while searching for {type}" : "Десила се грешка приликом тражења за {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Унесите {minSearchLength} или више карактера да бисте претраживали","Унесите {minSearchLength} или више карактера да бисте претраживали","Унесите {minSearchLength} или више карактера да бисте претраживали"], "This browser is not supported" : "Овај веб читач није подржан", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "Мени контаката", "Setup two-factor authentication" : "Подеси двофакторску проверу идентитета", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изгледа да покрећете 32-битну PHP верзију. За правилно извршавање Nextcloud захтева 64-битну верзију. Молимо вас да ажурирате свој оперативни систем и PHP на 64-бита! За више детаља прочитајте {linkstart}страницу документације која се бави овим проблемом ↗{linkend}.", + "Press enter to start searching" : "Притисните ентер да започнете претрагу", "Please use the command line updater because updating via browser is disabled in your config.php." : "Молимо вас да користите алат за ажурирање из командне линије јер је ажурирање из прегледача искључено у вашем config.php." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/core/l10n/sr.json b/core/l10n/sr.json index 302cd9a962567..0ef3e111e6aba 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -204,7 +204,6 @@ "Load more results" : "Учитај још резултата", "Search" : "Претражи", "No results for {query}" : "Нема резултата за упит {query}", - "Press enter to start searching" : "Притисните ентер да започнете претрагу", "An error occurred while searching for {type}" : "Десила се грешка приликом тражења за {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Унесите {minSearchLength} или више карактера да бисте претраживали","Унесите {minSearchLength} или више карактера да бисте претраживали","Унесите {minSearchLength} или више карактера да бисте претраживали"], "This browser is not supported" : "Овај веб читач није подржан", @@ -428,6 +427,7 @@ "Contacts menu" : "Мени контаката", "Setup two-factor authentication" : "Подеси двофакторску проверу идентитета", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Изгледа да покрећете 32-битну PHP верзију. За правилно извршавање Nextcloud захтева 64-битну верзију. Молимо вас да ажурирате свој оперативни систем и PHP на 64-бита! За више детаља прочитајте {linkstart}страницу документације која се бави овим проблемом ↗{linkend}.", + "Press enter to start searching" : "Притисните ентер да започнете претрагу", "Please use the command line updater because updating via browser is disabled in your config.php." : "Молимо вас да користите алат за ажурирање из командне линије јер је ажурирање из прегледача искључено у вашем config.php." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/core/l10n/sv.js b/core/l10n/sv.js index e4134664619db..69acd9eb6781a 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -190,7 +190,6 @@ OC.L10N.register( "Load more results" : "Hämta fler resultat", "Search" : "Sök", "No results for {query}" : "Inga resultat för {query}", - "Press enter to start searching" : "Tryck på enter för att börja söka", "An error occurred while searching for {type}" : "Ett fel uppstod vid sökning efter {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Ange {minSearchLength} tecken eller mer för att söka","Ange {minSearchLength} tecken eller mer för att söka"], "This browser is not supported" : "Den här webbläsaren stöds inte", @@ -412,6 +411,7 @@ OC.L10N.register( "More apps menu" : "Fler appar - meny", "Contacts" : "Kontakter", "Contacts menu" : "Kontaktmeny", - "Setup two-factor authentication" : "Ställ in tvåfaktorsautentisering" + "Setup two-factor authentication" : "Ställ in tvåfaktorsautentisering", + "Press enter to start searching" : "Tryck på enter för att börja söka" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 93a825fa77a20..e28b81fc74fc9 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -188,7 +188,6 @@ "Load more results" : "Hämta fler resultat", "Search" : "Sök", "No results for {query}" : "Inga resultat för {query}", - "Press enter to start searching" : "Tryck på enter för att börja söka", "An error occurred while searching for {type}" : "Ett fel uppstod vid sökning efter {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Ange {minSearchLength} tecken eller mer för att söka","Ange {minSearchLength} tecken eller mer för att söka"], "This browser is not supported" : "Den här webbläsaren stöds inte", @@ -410,6 +409,7 @@ "More apps menu" : "Fler appar - meny", "Contacts" : "Kontakter", "Contacts menu" : "Kontaktmeny", - "Setup two-factor authentication" : "Ställ in tvåfaktorsautentisering" + "Setup two-factor authentication" : "Ställ in tvåfaktorsautentisering", + "Press enter to start searching" : "Tryck på enter för att börja söka" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/th.js b/core/l10n/th.js index 568fa4760c76c..861f993350b87 100644 --- a/core/l10n/th.js +++ b/core/l10n/th.js @@ -141,7 +141,6 @@ OC.L10N.register( "Load more results" : "โหลดผลลัพธ์เพิ่มเติม", "Search" : "ค้นหา", "No results for {query}" : "ไม่มีผลลัพธ์สำหรับ {query}", - "Press enter to start searching" : "กด Enter เพื่อเริ่มค้นหา", "An error occurred while searching for {type}" : "เกิดข้อผิดพลาดขณะค้นหา {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["โปรดพิมพ์อย่างน้อย {minSearchLength} ตัวอักษรเพื่อค้นหา"], "This browser is not supported" : "เบราว์เซอร์นี้ไม่ได้รับการสนับสนุน", @@ -359,6 +358,7 @@ OC.L10N.register( "More apps menu" : "เมนูแอปเพิ่มเติม", "Contacts" : "รายชื่อผู้ติดต่อ", "Contacts menu" : "เมนูรายชื่อผู้ติดต่อ", - "Setup two-factor authentication" : "ตั้งค่าการยืนยันสองปัจจัย" + "Setup two-factor authentication" : "ตั้งค่าการยืนยันสองปัจจัย", + "Press enter to start searching" : "กด Enter เพื่อเริ่มค้นหา" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/th.json b/core/l10n/th.json index 39be6b5387c1c..ad828b3b7fcf6 100644 --- a/core/l10n/th.json +++ b/core/l10n/th.json @@ -139,7 +139,6 @@ "Load more results" : "โหลดผลลัพธ์เพิ่มเติม", "Search" : "ค้นหา", "No results for {query}" : "ไม่มีผลลัพธ์สำหรับ {query}", - "Press enter to start searching" : "กด Enter เพื่อเริ่มค้นหา", "An error occurred while searching for {type}" : "เกิดข้อผิดพลาดขณะค้นหา {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["โปรดพิมพ์อย่างน้อย {minSearchLength} ตัวอักษรเพื่อค้นหา"], "This browser is not supported" : "เบราว์เซอร์นี้ไม่ได้รับการสนับสนุน", @@ -357,6 +356,7 @@ "More apps menu" : "เมนูแอปเพิ่มเติม", "Contacts" : "รายชื่อผู้ติดต่อ", "Contacts menu" : "เมนูรายชื่อผู้ติดต่อ", - "Setup two-factor authentication" : "ตั้งค่าการยืนยันสองปัจจัย" + "Setup two-factor authentication" : "ตั้งค่าการยืนยันสองปัจจัย", + "Press enter to start searching" : "กด Enter เพื่อเริ่มค้นหา" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 2ca3d65c1f3c9..fdcb395b0fe8d 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -200,13 +200,12 @@ OC.L10N.register( "Search starts once you start typing and results may be reached with the arrow keys" : "Arama, yazmaya başladığınızda başlar ve sonuçlara ok tuşları ile erişilebilir", "Reset search" : "Aramayı sıfırla", "Start search" : "Aramayı başlat", - "Search for {name} only" : "Yalnızca {name} için aransın", + "Search for {name} only" : "Yalnızca {name} için ara", "Start typing to search" : "Aramak için yazmaya başlayın", "Loading more results …" : "Diğer sonuçlar yükleniyor…", "Load more results" : "Diğer sonuçları yükle", "Search" : "Arama", "No results for {query}" : "{query} sorgusundan bir sonuç alınamadı", - "Press enter to start searching" : "Aramayı başlatmak için Enter tuşuna basın", "An error occurred while searching for {type}" : "{type} aranırken bir sorun çıktı", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Lütfen aramak için en az {minSearchLength} karakter yazın","Lütfen aramak için en az {minSearchLength} karakter yazın"], "This browser is not supported" : "Bu tarayıcı desteklenmiyor", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "Kişiler menüsü", "Setup two-factor authentication" : "İki adımlı doğrulama kurulumu", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "32 bit bir PHP sürümü çalıştırıyorsunuz gibi görünüyor. Nextcloud uygulamasının iyi çalışması için 64 bit bir PHP sürümü kullanılmalıdır. Lütfen işletim sisteminizi ve PHP sürümünüzü 64 bit olacak şekilde yükseltin! Ayrıntılı bilgi almak için {linkstart}ilgili sayfaya bakabilirsiniz ↗{linkend}.", + "Press enter to start searching" : "Aramayı başlatmak için Enter tuşuna basın", "Please use the command line updater because updating via browser is disabled in your config.php." : "Tarayıcı üzerinden güncelleme config.php dosyasında devre dışı bırakılmış olduğundan, komut satırı güncelleyicisini kullanın." }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 380fb958a3b42..819f3a05440be 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -198,13 +198,12 @@ "Search starts once you start typing and results may be reached with the arrow keys" : "Arama, yazmaya başladığınızda başlar ve sonuçlara ok tuşları ile erişilebilir", "Reset search" : "Aramayı sıfırla", "Start search" : "Aramayı başlat", - "Search for {name} only" : "Yalnızca {name} için aransın", + "Search for {name} only" : "Yalnızca {name} için ara", "Start typing to search" : "Aramak için yazmaya başlayın", "Loading more results …" : "Diğer sonuçlar yükleniyor…", "Load more results" : "Diğer sonuçları yükle", "Search" : "Arama", "No results for {query}" : "{query} sorgusundan bir sonuç alınamadı", - "Press enter to start searching" : "Aramayı başlatmak için Enter tuşuna basın", "An error occurred while searching for {type}" : "{type} aranırken bir sorun çıktı", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Lütfen aramak için en az {minSearchLength} karakter yazın","Lütfen aramak için en az {minSearchLength} karakter yazın"], "This browser is not supported" : "Bu tarayıcı desteklenmiyor", @@ -428,6 +427,7 @@ "Contacts menu" : "Kişiler menüsü", "Setup two-factor authentication" : "İki adımlı doğrulama kurulumu", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "32 bit bir PHP sürümü çalıştırıyorsunuz gibi görünüyor. Nextcloud uygulamasının iyi çalışması için 64 bit bir PHP sürümü kullanılmalıdır. Lütfen işletim sisteminizi ve PHP sürümünüzü 64 bit olacak şekilde yükseltin! Ayrıntılı bilgi almak için {linkstart}ilgili sayfaya bakabilirsiniz ↗{linkend}.", + "Press enter to start searching" : "Aramayı başlatmak için Enter tuşuna basın", "Please use the command line updater because updating via browser is disabled in your config.php." : "Tarayıcı üzerinden güncelleme config.php dosyasında devre dışı bırakılmış olduğundan, komut satırı güncelleyicisini kullanın." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 0319542c2d10b..5ff1b7bc47d9e 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -202,7 +202,6 @@ OC.L10N.register( "Load more results" : "Завантажити більше результатів", "Search" : "Пошук", "No results for {query}" : "Немає результатів для {query}", - "Press enter to start searching" : "Натисніть Enter, щоб почати пошук", "An error occurred while searching for {type}" : "Завантажити більше результатів", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Для пошуку введіть {minSearchLength} або більше символів","Для пошуку введіть {minSearchLength} або більше символів","Для пошуку введіть {minSearchLength} або більше символів","Для пошуку введіть {minSearchLength} або більше символів"], "This browser is not supported" : "Цей бравзер не підтримується", @@ -426,6 +425,7 @@ OC.L10N.register( "Contacts menu" : "Меню контактів", "Setup two-factor authentication" : "Налаштувати двофакторну автентифікацію", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Здається, ви використовуєте 32-розрядну версію PHP. Для нормальної роботи Nextcloud потрібна 64-розрядна версія. Будь ласка, оновіть свою ОС і PHP до 64-бітної! Для отримання додаткової інформації прочитайте {linkstart}сторінку документації про це ↗{linkend}.", + "Press enter to start searching" : "Натисніть Enter, щоб почати пошук", "Please use the command line updater because updating via browser is disabled in your config.php." : "Будь ласка, скористайтеся оновленням через командний рядок, оскільки оновлення через бравзер вимкнено у файлі налаштувань config.php." }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 7f6c9c5d28d02..8f5bcdb568f67 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -200,7 +200,6 @@ "Load more results" : "Завантажити більше результатів", "Search" : "Пошук", "No results for {query}" : "Немає результатів для {query}", - "Press enter to start searching" : "Натисніть Enter, щоб почати пошук", "An error occurred while searching for {type}" : "Завантажити більше результатів", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Для пошуку введіть {minSearchLength} або більше символів","Для пошуку введіть {minSearchLength} або більше символів","Для пошуку введіть {minSearchLength} або більше символів","Для пошуку введіть {minSearchLength} або більше символів"], "This browser is not supported" : "Цей бравзер не підтримується", @@ -424,6 +423,7 @@ "Contacts menu" : "Меню контактів", "Setup two-factor authentication" : "Налаштувати двофакторну автентифікацію", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Здається, ви використовуєте 32-розрядну версію PHP. Для нормальної роботи Nextcloud потрібна 64-розрядна версія. Будь ласка, оновіть свою ОС і PHP до 64-бітної! Для отримання додаткової інформації прочитайте {linkstart}сторінку документації про це ↗{linkend}.", + "Press enter to start searching" : "Натисніть Enter, щоб почати пошук", "Please use the command line updater because updating via browser is disabled in your config.php." : "Будь ласка, скористайтеся оновленням через командний рядок, оскільки оновлення через бравзер вимкнено у файлі налаштувань config.php." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 32c777dace2c5..0763946b05980 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -193,7 +193,6 @@ OC.L10N.register( "Load more results" : "加载更多结果", "Search" : "搜索", "No results for {query}" : "没有 '{query}' 的相关结果", - "Press enter to start searching" : "按 Enter 开始搜索", "An error occurred while searching for {type}" : "搜索 {type} 时出错", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["请输入 {minSearchLength} 个字符或更多字符以进行搜索"], "This browser is not supported" : "您的浏览器不受支持!", @@ -414,6 +413,7 @@ OC.L10N.register( "Contacts" : "联系人", "Contacts menu" : "联系人菜单", "Setup two-factor authentication" : "配置两步验证", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在运行 32 位版本的 PHP 服务。 Nextcloud 需要 64 位以良好运作,请升级您的操作系统与 PHP 服务至 64 位版本!有关更多详细信息,请阅读{linkstart}有关的文档页面 ↗{linkend}。" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在运行 32 位版本的 PHP 服务。 Nextcloud 需要 64 位以良好运作,请升级您的操作系统与 PHP 服务至 64 位版本!有关更多详细信息,请阅读{linkstart}有关的文档页面 ↗{linkend}。", + "Press enter to start searching" : "按 Enter 开始搜索" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index bd60d93fd8763..4054ddb461cf8 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -191,7 +191,6 @@ "Load more results" : "加载更多结果", "Search" : "搜索", "No results for {query}" : "没有 '{query}' 的相关结果", - "Press enter to start searching" : "按 Enter 开始搜索", "An error occurred while searching for {type}" : "搜索 {type} 时出错", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["请输入 {minSearchLength} 个字符或更多字符以进行搜索"], "This browser is not supported" : "您的浏览器不受支持!", @@ -412,6 +411,7 @@ "Contacts" : "联系人", "Contacts menu" : "联系人菜单", "Setup two-factor authentication" : "配置两步验证", - "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在运行 32 位版本的 PHP 服务。 Nextcloud 需要 64 位以良好运作,请升级您的操作系统与 PHP 服务至 64 位版本!有关更多详细信息,请阅读{linkstart}有关的文档页面 ↗{linkend}。" + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在运行 32 位版本的 PHP 服务。 Nextcloud 需要 64 位以良好运作,请升级您的操作系统与 PHP 服务至 64 位版本!有关更多详细信息,请阅读{linkstart}有关的文档页面 ↗{linkend}。", + "Press enter to start searching" : "按 Enter 开始搜索" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index 706200ef530c2..0f48f2c111560 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -206,7 +206,6 @@ OC.L10N.register( "Load more results" : "載入更多結果", "Search" : "搜尋", "No results for {query}" : "{query} 查詢沒有結果", - "Press enter to start searching" : "按 Enter 開始搜尋", "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"], "This browser is not supported" : "不支援此瀏覽器", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "聯絡人選單", "Setup two-factor authentication" : "設定雙重認證", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您好像正在運行 32 位 PHP 版本。Nextcloud 需要 64 位才能運行良好。請將您的操作系統和 PHP 升級到 64 位!有關更多詳細信息,請閱讀 {linkstart} 有關的說明書頁面 ↗{linkend}。", + "Press enter to start searching" : "按 Enter 開始搜尋", "Please use the command line updater because updating via browser is disabled in your config.php." : "由於更新功能已在 config.php 中設定停用,請使用命令列(command line)更新系統。" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 6317655a8f1cc..45561b43f27a0 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -204,7 +204,6 @@ "Load more results" : "載入更多結果", "Search" : "搜尋", "No results for {query}" : "{query} 查詢沒有結果", - "Press enter to start searching" : "按 Enter 開始搜尋", "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"], "This browser is not supported" : "不支援此瀏覽器", @@ -428,6 +427,7 @@ "Contacts menu" : "聯絡人選單", "Setup two-factor authentication" : "設定雙重認證", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您好像正在運行 32 位 PHP 版本。Nextcloud 需要 64 位才能運行良好。請將您的操作系統和 PHP 升級到 64 位!有關更多詳細信息,請閱讀 {linkstart} 有關的說明書頁面 ↗{linkend}。", + "Press enter to start searching" : "按 Enter 開始搜尋", "Please use the command line updater because updating via browser is disabled in your config.php." : "由於更新功能已在 config.php 中設定停用,請使用命令列(command line)更新系統。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 16de6829ec591..fe3b8c64dc4ca 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -206,7 +206,6 @@ OC.L10N.register( "Load more results" : "載入更多結果", "Search" : "搜尋", "No results for {query}" : "{query} 查詢沒有結果", - "Press enter to start searching" : "按 Enter 以開始搜尋", "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"], "This browser is not supported" : "不支援此瀏覽器", @@ -430,6 +429,7 @@ OC.L10N.register( "Contacts menu" : "聯絡人選單", "Setup two-factor authentication" : "設定雙因素驗證", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在執行 32 位元版本的 PHP。Nextcloud 需要 64 位元才能運作良好。請將您的作業系統與 PHP 升級至 64 位元!要取得更多詳細資訊,請閱讀{linkstart}關於此問題的文件 ↗{linkend}。", + "Press enter to start searching" : "按 Enter 以開始搜尋", "Please use the command line updater because updating via browser is disabled in your config.php." : "因為透過瀏覽器更新的功能已在您的 config.php 中停用,因此請使用命令列更新程式。" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 6873885985e28..ab8131ac4ee62 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -204,7 +204,6 @@ "Load more results" : "載入更多結果", "Search" : "搜尋", "No results for {query}" : "{query} 查詢沒有結果", - "Press enter to start searching" : "按 Enter 以開始搜尋", "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"], "This browser is not supported" : "不支援此瀏覽器", @@ -428,6 +427,7 @@ "Contacts menu" : "聯絡人選單", "Setup two-factor authentication" : "設定雙因素驗證", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "您似乎正在執行 32 位元版本的 PHP。Nextcloud 需要 64 位元才能運作良好。請將您的作業系統與 PHP 升級至 64 位元!要取得更多詳細資訊,請閱讀{linkstart}關於此問題的文件 ↗{linkend}。", + "Press enter to start searching" : "按 Enter 以開始搜尋", "Please use the command line updater because updating via browser is disabled in your config.php." : "因為透過瀏覽器更新的功能已在您的 config.php 中停用,因此請使用命令列更新程式。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/af.js b/lib/l10n/af.js index 18c890357f95a..c36eda26cb4b3 100644 --- a/lib/l10n/af.js +++ b/lib/l10n/af.js @@ -19,7 +19,6 @@ OC.L10N.register( "Address" : "Adres", "Profile picture" : "Profielprent", "About" : "Oor", - "Full name" : "Volle naam", "Unknown user" : "Onbekende gebruiker", "Open »%s«" : "Open »%s«", "Sunday" : "Sondag", @@ -30,6 +29,7 @@ OC.L10N.register( "Friday" : "Vrydag", "Saturday" : "Saterdag", "a safe home for all your data" : "’n veilige tuiste vir al u data", - "Storage is temporarily not available" : "Berging is tydelik nie beskikbaar nie" + "Storage is temporarily not available" : "Berging is tydelik nie beskikbaar nie", + "Full name" : "Volle naam" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/af.json b/lib/l10n/af.json index 995b475328572..48d4be152834b 100644 --- a/lib/l10n/af.json +++ b/lib/l10n/af.json @@ -17,7 +17,6 @@ "Address" : "Adres", "Profile picture" : "Profielprent", "About" : "Oor", - "Full name" : "Volle naam", "Unknown user" : "Onbekende gebruiker", "Open »%s«" : "Open »%s«", "Sunday" : "Sondag", @@ -28,6 +27,7 @@ "Friday" : "Vrydag", "Saturday" : "Saterdag", "a safe home for all your data" : "’n veilige tuiste vir al u data", - "Storage is temporarily not available" : "Berging is tydelik nie beskikbaar nie" + "Storage is temporarily not available" : "Berging is tydelik nie beskikbaar nie", + "Full name" : "Volle naam" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index f781b3ced257d..a91bc8126a35f 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -52,7 +52,7 @@ OC.L10N.register( "Address" : "العنوان", "Profile picture" : "صورة الملف الشخصي", "About" : "عن", - "Full name" : "الاسم الكامل", + "Display name" : "الاسم المعروض", "Role" : "الدور", "Unknown user" : "المستخدم غير معروف", "Additional settings" : "الإعدادات المتقدمة", @@ -127,6 +127,7 @@ OC.L10N.register( "Adjusting this setting in php.ini will make Nextcloud run again" : "تضبيط الإعدادات في ملف php.ini سوف يُمكّن نيكست كلاود من العمل مجدداً", "libxml2 2.7.0 is at least required. Currently %s is installed." : "نحتاج النسخة 2.7.0 من libxml2 على الأقل. النسخة المتوافرة حالياً هي %s", "Storage is temporarily not available" : "وحدة التخزين غير متوفرة", + "Full name" : "الاسم الكامل", "%s enter the database username and name." : "%s أدخِل اسم قاعدة البيانات واسم مستخدمها.", "%s enter the database username." : "%s ادخل اسم المستخدم الخاص بقاعدة البيانات.", "%s enter the database name." : "%s ادخل اسم فاعدة البيانات", diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json index c37fdbf6b45af..c542ccbd68620 100644 --- a/lib/l10n/ar.json +++ b/lib/l10n/ar.json @@ -50,7 +50,7 @@ "Address" : "العنوان", "Profile picture" : "صورة الملف الشخصي", "About" : "عن", - "Full name" : "الاسم الكامل", + "Display name" : "الاسم المعروض", "Role" : "الدور", "Unknown user" : "المستخدم غير معروف", "Additional settings" : "الإعدادات المتقدمة", @@ -125,6 +125,7 @@ "Adjusting this setting in php.ini will make Nextcloud run again" : "تضبيط الإعدادات في ملف php.ini سوف يُمكّن نيكست كلاود من العمل مجدداً", "libxml2 2.7.0 is at least required. Currently %s is installed." : "نحتاج النسخة 2.7.0 من libxml2 على الأقل. النسخة المتوافرة حالياً هي %s", "Storage is temporarily not available" : "وحدة التخزين غير متوفرة", + "Full name" : "الاسم الكامل", "%s enter the database username and name." : "%s أدخِل اسم قاعدة البيانات واسم مستخدمها.", "%s enter the database username." : "%s ادخل اسم المستخدم الخاص بقاعدة البيانات.", "%s enter the database name." : "%s ادخل اسم فاعدة البيانات", diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index d4e5734e1157d..c1b54398e63da 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -50,7 +50,6 @@ OC.L10N.register( "Address" : "Direición", "Profile picture" : "Semeya de perfil", "About" : "Tocante a", - "Full name" : "Nome completu", "Unknown user" : "Usuariu desconocíu", "Additional settings" : "Axustes adicionales", "You need to enter details of an existing account." : "Precises introducir los detalles d'una cuenta esistente.", @@ -147,6 +146,7 @@ OC.L10N.register( "Storage connection error. %s" : "Fallu de conexón al almacenamientu. %s", "Storage is temporarily not available" : "L'almacenamientu ta temporalmente non disponible", "Storage connection timeout. %s" : "Tiempu escosao de conexón al almacenamientu. %s", + "Full name" : "Nome completu", "%s enter the database username and name." : "%s introducir el nome d'usuariu y el nome de la base de datos .", "%s enter the database username." : "%s introducir l'usuariu de la base de datos.", "%s enter the database name." : "%s introducir nome de la base de datos.", diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index 415ee8eae0f13..166173ec2ab3d 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -48,7 +48,6 @@ "Address" : "Direición", "Profile picture" : "Semeya de perfil", "About" : "Tocante a", - "Full name" : "Nome completu", "Unknown user" : "Usuariu desconocíu", "Additional settings" : "Axustes adicionales", "You need to enter details of an existing account." : "Precises introducir los detalles d'una cuenta esistente.", @@ -145,6 +144,7 @@ "Storage connection error. %s" : "Fallu de conexón al almacenamientu. %s", "Storage is temporarily not available" : "L'almacenamientu ta temporalmente non disponible", "Storage connection timeout. %s" : "Tiempu escosao de conexón al almacenamientu. %s", + "Full name" : "Nome completu", "%s enter the database username and name." : "%s introducir el nome d'usuariu y el nome de la base de datos .", "%s enter the database username." : "%s introducir l'usuariu de la base de datos.", "%s enter the database name." : "%s introducir nome de la base de datos.", diff --git a/lib/l10n/az.js b/lib/l10n/az.js index faae1a43d0987..d01be851b87e3 100644 --- a/lib/l10n/az.js +++ b/lib/l10n/az.js @@ -17,7 +17,6 @@ OC.L10N.register( "Address" : "Ünvan", "Profile picture" : "Profil şəkli", "About" : "Haqqında", - "Full name" : "Tam ad", "Unknown user" : "Istifadəçi tanınmır ", "Oracle connection could not be established" : "Oracle qoşulması alınmır", "Oracle username and/or password not valid" : "Oracle istifadəçi adı və/ya şifrəsi düzgün deyil", @@ -68,6 +67,7 @@ OC.L10N.register( "Authentication error" : "Təyinat metodikası", "Token expired. Please reload page." : "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilər ki, cache/accelerator such tərəfindən cağırılıb hansi ki, Zend OPcache və eAccelerator-da olduğu kimidir.", + "Full name" : "Tam ad", "%s enter the database username." : "Verilənlər bazası istifadəçi adını %s daxil et.", "%s enter the database name." : "Verilənlər bazası adını %s daxil et." }, diff --git a/lib/l10n/az.json b/lib/l10n/az.json index a51653cd48303..6e30bc136d3f5 100644 --- a/lib/l10n/az.json +++ b/lib/l10n/az.json @@ -15,7 +15,6 @@ "Address" : "Ünvan", "Profile picture" : "Profil şəkli", "About" : "Haqqında", - "Full name" : "Tam ad", "Unknown user" : "Istifadəçi tanınmır ", "Oracle connection could not be established" : "Oracle qoşulması alınmır", "Oracle username and/or password not valid" : "Oracle istifadəçi adı və/ya şifrəsi düzgün deyil", @@ -66,6 +65,7 @@ "Authentication error" : "Təyinat metodikası", "Token expired. Please reload page." : "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilər ki, cache/accelerator such tərəfindən cağırılıb hansi ki, Zend OPcache və eAccelerator-da olduğu kimidir.", + "Full name" : "Tam ad", "%s enter the database username." : "Verilənlər bazası istifadəçi adını %s daxil et.", "%s enter the database name." : "Verilənlər bazası adını %s daxil et." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/bg.js b/lib/l10n/bg.js index efdd63e76a744..bdd236a0f7fec 100644 --- a/lib/l10n/bg.js +++ b/lib/l10n/bg.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Адрес", "Profile picture" : "Снимка на профила", "About" : "Относно", - "Full name" : "Пълно име", "Headline" : "Заглавие", "Organisation" : "Организация", "Role" : "Роля", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Грешка при свързването с хранилище. %s", "Storage is temporarily not available" : "Временно хранилището не е налично", "Storage connection timeout. %s" : "Време за изчакване при свързването с хранилище. %s", + "Full name" : "Пълно име", "%s enter the database username and name." : "%s въведете потребителско име и име за базата данни", "%s enter the database username." : "%s въведете потребител за базата данни.", "%s enter the database name." : "%s въведи име на базата данни.", diff --git a/lib/l10n/bg.json b/lib/l10n/bg.json index b24298e44b7a4..725522b6f9e05 100644 --- a/lib/l10n/bg.json +++ b/lib/l10n/bg.json @@ -112,7 +112,6 @@ "Address" : "Адрес", "Profile picture" : "Снимка на профила", "About" : "Относно", - "Full name" : "Пълно име", "Headline" : "Заглавие", "Organisation" : "Организация", "Role" : "Роля", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Грешка при свързването с хранилище. %s", "Storage is temporarily not available" : "Временно хранилището не е налично", "Storage connection timeout. %s" : "Време за изчакване при свързването с хранилище. %s", + "Full name" : "Пълно име", "%s enter the database username and name." : "%s въведете потребителско име и име за базата данни", "%s enter the database username." : "%s въведете потребител за базата данни.", "%s enter the database name." : "%s въведи име на базата данни.", diff --git a/lib/l10n/br.js b/lib/l10n/br.js index 5d47b69d3613e..691cfd1261526 100644 --- a/lib/l10n/br.js +++ b/lib/l10n/br.js @@ -36,7 +36,7 @@ OC.L10N.register( "Address" : "Chom-lec'h", "Profile picture" : "Skeudenn trolinenn", "About" : "Diwar-benn", - "Full name" : "Tout an anv", + "Display name" : "Anv ardivink", "Role" : "Roll", "Unknown user" : "Implijer dianv", "Additional settings" : "Stummoù ouzhpenn", @@ -53,6 +53,7 @@ OC.L10N.register( "Token expired. Please reload page." : "Jedouer re gozh. Adkargit ar bajenn.", "PHP module %s not installed." : "Modul %s PHPn n'eo ket staliet.", "Storage connection error. %s" : "Fazi renkañ kenstag. %s", - "Storage is temporarily not available" : "N'haller ket tizhout ar skor roadennoù evit ar poent" + "Storage is temporarily not available" : "N'haller ket tizhout ar skor roadennoù evit ar poent", + "Full name" : "Tout an anv" }, "nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/lib/l10n/br.json b/lib/l10n/br.json index 0e28f897f3df5..8170e542f2c64 100644 --- a/lib/l10n/br.json +++ b/lib/l10n/br.json @@ -34,7 +34,7 @@ "Address" : "Chom-lec'h", "Profile picture" : "Skeudenn trolinenn", "About" : "Diwar-benn", - "Full name" : "Tout an anv", + "Display name" : "Anv ardivink", "Role" : "Roll", "Unknown user" : "Implijer dianv", "Additional settings" : "Stummoù ouzhpenn", @@ -51,6 +51,7 @@ "Token expired. Please reload page." : "Jedouer re gozh. Adkargit ar bajenn.", "PHP module %s not installed." : "Modul %s PHPn n'eo ket staliet.", "Storage connection error. %s" : "Fazi renkañ kenstag. %s", - "Storage is temporarily not available" : "N'haller ket tizhout ar skor roadennoù evit ar poent" + "Storage is temporarily not available" : "N'haller ket tizhout ar skor roadennoù evit ar poent", + "Full name" : "Tout an anv" },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" } \ No newline at end of file diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index 719c238023b9e..5d2cdeaca826d 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Adreça", "Profile picture" : "Foto de perfil", "About" : "Quant a", - "Full name" : "Nom complet", "Headline" : "Titular", "Organisation" : "Organització", "Role" : "Càrrec", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Error de connexió d’emmagatzematge. %s", "Storage is temporarily not available" : "Emmagatzematge temporalment no disponible", "Storage connection timeout. %s" : "Temps d’espera exhaurit en la connexió d’emmagatzematge. %s", + "Full name" : "Nom complet", "%s enter the database username and name." : "%s escriviu el nom d'usuari i el nom de la base de dades.", "%s enter the database username." : "%s escriviu el nom d'usuari de la base de dades.", "%s enter the database name." : "%s escriviu el nom de la base de dades.", diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json index 93772e90cb0eb..7a025fe0c4748 100644 --- a/lib/l10n/ca.json +++ b/lib/l10n/ca.json @@ -112,7 +112,6 @@ "Address" : "Adreça", "Profile picture" : "Foto de perfil", "About" : "Quant a", - "Full name" : "Nom complet", "Headline" : "Titular", "Organisation" : "Organització", "Role" : "Càrrec", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Error de connexió d’emmagatzematge. %s", "Storage is temporarily not available" : "Emmagatzematge temporalment no disponible", "Storage connection timeout. %s" : "Temps d’espera exhaurit en la connexió d’emmagatzematge. %s", + "Full name" : "Nom complet", "%s enter the database username and name." : "%s escriviu el nom d'usuari i el nom de la base de dades.", "%s enter the database username." : "%s escriviu el nom d'usuari de la base de dades.", "%s enter the database name." : "%s escriviu el nom de la base de dades.", diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 73cff4b0be4a9..7c08e08c89623 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Adresa", "Profile picture" : "Profilový obrázek", "About" : "O uživateli", - "Full name" : "Celé jméno", "Headline" : "Nadpis", "Organisation" : "Organizace", "Role" : "Role", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Chyba připojení úložiště. %s", "Storage is temporarily not available" : "Úložiště je dočasně nedostupné", "Storage connection timeout. %s" : "Překročen časový limit připojování k úložišti. %s", + "Full name" : "Celé jméno", "%s enter the database username and name." : "%s zadejte databázové uživatelské jméno a jméno.", "%s enter the database username." : "Zadejte uživatelské jméno %s databáze.", "%s enter the database name." : "Zadejte název databáze pro %s databázi.", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 34b4eda940b39..7cbddca4bc296 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -112,7 +112,6 @@ "Address" : "Adresa", "Profile picture" : "Profilový obrázek", "About" : "O uživateli", - "Full name" : "Celé jméno", "Headline" : "Nadpis", "Organisation" : "Organizace", "Role" : "Role", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Chyba připojení úložiště. %s", "Storage is temporarily not available" : "Úložiště je dočasně nedostupné", "Storage connection timeout. %s" : "Překročen časový limit připojování k úložišti. %s", + "Full name" : "Celé jméno", "%s enter the database username and name." : "%s zadejte databázové uživatelské jméno a jméno.", "%s enter the database username." : "Zadejte uživatelské jméno %s databáze.", "%s enter the database name." : "Zadejte název databáze pro %s databázi.", diff --git a/lib/l10n/da.js b/lib/l10n/da.js index a9df27e11a76a..76d2f886471bc 100644 --- a/lib/l10n/da.js +++ b/lib/l10n/da.js @@ -111,7 +111,7 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Profilbillede", "About" : "Om", - "Full name" : "Fulde navn", + "Display name" : "Vist navn", "Headline" : "Overskrift", "Organisation" : "Organisation", "Role" : "Rolle", @@ -260,6 +260,7 @@ OC.L10N.register( "Storage connection error. %s" : "Forbindelses fejl til lageret. %s", "Storage is temporarily not available" : "Lagerplads er midlertidigt ikke tilgængeligt", "Storage connection timeout. %s" : "Lageret svarer ikke. %s", + "Full name" : "Fulde navn", "%s enter the database username and name." : "%s indtast brugernavn og navn til databasen.", "%s enter the database username." : "%s indtast database brugernavnet.", "%s enter the database name." : "%s indtast database navnet.", diff --git a/lib/l10n/da.json b/lib/l10n/da.json index 4a832bdd55573..6cf402ff7dd42 100644 --- a/lib/l10n/da.json +++ b/lib/l10n/da.json @@ -109,7 +109,7 @@ "Address" : "Adresse", "Profile picture" : "Profilbillede", "About" : "Om", - "Full name" : "Fulde navn", + "Display name" : "Vist navn", "Headline" : "Overskrift", "Organisation" : "Organisation", "Role" : "Rolle", @@ -258,6 +258,7 @@ "Storage connection error. %s" : "Forbindelses fejl til lageret. %s", "Storage is temporarily not available" : "Lagerplads er midlertidigt ikke tilgængeligt", "Storage connection timeout. %s" : "Lageret svarer ikke. %s", + "Full name" : "Fulde navn", "%s enter the database username and name." : "%s indtast brugernavn og navn til databasen.", "%s enter the database username." : "%s indtast database brugernavnet.", "%s enter the database name." : "%s indtast database navnet.", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 2c60580dc5c7a..991e483e0db30 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Profilbild", "About" : "Über", - "Full name" : "Vollständiger Name", "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s", "Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar", "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", + "Full name" : "Vollständiger Name", "%s enter the database username and name." : "%s gebe den Datenbank-Benutzernamen und den Datenbanknamen ein.", "%s enter the database username." : "%s gebe den Datenbank-Benutzernamen an.", "%s enter the database name." : "%s gebe den Datenbanknamen an.", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 2972ed80a82e9..e2b785b0288f8 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -112,7 +112,6 @@ "Address" : "Adresse", "Profile picture" : "Profilbild", "About" : "Über", - "Full name" : "Vollständiger Name", "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s", "Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar", "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", + "Full name" : "Vollständiger Name", "%s enter the database username and name." : "%s gebe den Datenbank-Benutzernamen und den Datenbanknamen ein.", "%s enter the database username." : "%s gebe den Datenbank-Benutzernamen an.", "%s enter the database name." : "%s gebe den Datenbanknamen an.", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 521e7e8779871..aa7a6e94427da 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Profilbild", "About" : "Über", - "Full name" : "Vollständiger Name", "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s", "Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar", "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", + "Full name" : "Vollständiger Name", "%s enter the database username and name." : "%s geben Sie den Datenbank-Benutzernamen und den Datenbanknamen an.", "%s enter the database username." : "%s geben Sie den Datenbank-Benutzernamen an.", "%s enter the database name." : "%s geben Sie den Datenbanknamen an.", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index be61de32ffaf4..e2033333dc407 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -112,7 +112,6 @@ "Address" : "Adresse", "Profile picture" : "Profilbild", "About" : "Über", - "Full name" : "Vollständiger Name", "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s", "Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar", "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", + "Full name" : "Vollständiger Name", "%s enter the database username and name." : "%s geben Sie den Datenbank-Benutzernamen und den Datenbanknamen an.", "%s enter the database username." : "%s geben Sie den Datenbank-Benutzernamen an.", "%s enter the database name." : "%s geben Sie den Datenbanknamen an.", diff --git a/lib/l10n/el.js b/lib/l10n/el.js index 5ba083645c5d9..7e258afeb2660 100644 --- a/lib/l10n/el.js +++ b/lib/l10n/el.js @@ -111,7 +111,6 @@ OC.L10N.register( "Address" : "Διεύθυνση", "Profile picture" : "Εικόνα προφίλ", "About" : "Σχετικά με", - "Full name" : "Πλήρες όνομα", "Headline" : "Τίτλος", "Organisation" : "Οργανισμός", "Role" : "Ρόλος/Θέση", @@ -255,6 +254,7 @@ OC.L10N.register( "Storage connection error. %s" : "Σφάλμα σύνδεσης με αποθηκευτικό χώρο. %s", "Storage is temporarily not available" : "Ο χώρος αποθήκευσης δεν είναι διαθέσιμος προσωρινά", "Storage connection timeout. %s" : "Λήξη χρονικού ορίου σύνδεσης με αποθηκευτικό χώρο.%s", + "Full name" : "Πλήρες όνομα", "%s enter the database username and name." : "%sπληκτρολογήστε όνομα χρήστη και όνομα βάσης δεδομένων.", "%s enter the database username." : "%s εισάγετε το όνομα χρήστη της βάσης δεδομένων.", "%s enter the database name." : "%s εισάγετε το όνομα της βάσης δεδομένων.", diff --git a/lib/l10n/el.json b/lib/l10n/el.json index 7e2eb8e117f6d..334aae45673cc 100644 --- a/lib/l10n/el.json +++ b/lib/l10n/el.json @@ -109,7 +109,6 @@ "Address" : "Διεύθυνση", "Profile picture" : "Εικόνα προφίλ", "About" : "Σχετικά με", - "Full name" : "Πλήρες όνομα", "Headline" : "Τίτλος", "Organisation" : "Οργανισμός", "Role" : "Ρόλος/Θέση", @@ -253,6 +252,7 @@ "Storage connection error. %s" : "Σφάλμα σύνδεσης με αποθηκευτικό χώρο. %s", "Storage is temporarily not available" : "Ο χώρος αποθήκευσης δεν είναι διαθέσιμος προσωρινά", "Storage connection timeout. %s" : "Λήξη χρονικού ορίου σύνδεσης με αποθηκευτικό χώρο.%s", + "Full name" : "Πλήρες όνομα", "%s enter the database username and name." : "%sπληκτρολογήστε όνομα χρήστη και όνομα βάσης δεδομένων.", "%s enter the database username." : "%s εισάγετε το όνομα χρήστη της βάσης δεδομένων.", "%s enter the database name." : "%s εισάγετε το όνομα της βάσης δεδομένων.", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 84d0de2093411..338fbe3537aec 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Address", "Profile picture" : "Profile picture", "About" : "About", - "Full name" : "Full name", "Headline" : "Headline", "Organisation" : "Organisation", "Role" : "Role", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Full name" : "Full name", "%s enter the database username and name." : "%s enter the database username and name.", "%s enter the database username." : "%s enter the database username.", "%s enter the database name." : "%s enter the database name.", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 72aec2bb2c32e..09d5e5b6cfb69 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -112,7 +112,6 @@ "Address" : "Address", "Profile picture" : "Profile picture", "About" : "About", - "Full name" : "Full name", "Headline" : "Headline", "Organisation" : "Organisation", "Role" : "Role", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Full name" : "Full name", "%s enter the database username and name." : "%s enter the database username and name.", "%s enter the database username." : "%s enter the database username.", "%s enter the database name." : "%s enter the database name.", diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js index 2683966d11178..99feebdc1ae1a 100644 --- a/lib/l10n/eo.js +++ b/lib/l10n/eo.js @@ -91,7 +91,7 @@ OC.L10N.register( "Address" : "Adreso", "Profile picture" : "Profila bildo", "About" : "Pri", - "Full name" : "Plena nomo", + "Display name" : "Vidiga nomo", "Unknown user" : "Nekonata uzanto", "Additional settings" : "Plia agordo", "MySQL username and/or password not valid" : "La uzantnomo kaj/aŭ pasvorto de MySQL ne estas valida", @@ -207,6 +207,7 @@ OC.L10N.register( "Storage connection error. %s" : "Konekta eraro al konservejo. %s", "Storage is temporarily not available" : "Konservejo provizore ne disponeblas", "Storage connection timeout. %s" : "Konekto al konservejo eltempiĝis. %s", + "Full name" : "Plena nomo", "%s enter the database username and name." : "%s entajpu la nomon kaj la uzantnomon de la datumbazo.", "%s enter the database username." : "%s entajpu la datumbazan uzantnomon.", "%s enter the database name." : "%s entajpu la datumbazan nomon.", diff --git a/lib/l10n/eo.json b/lib/l10n/eo.json index 3d5a859787305..e0ace3c0a6bc6 100644 --- a/lib/l10n/eo.json +++ b/lib/l10n/eo.json @@ -89,7 +89,7 @@ "Address" : "Adreso", "Profile picture" : "Profila bildo", "About" : "Pri", - "Full name" : "Plena nomo", + "Display name" : "Vidiga nomo", "Unknown user" : "Nekonata uzanto", "Additional settings" : "Plia agordo", "MySQL username and/or password not valid" : "La uzantnomo kaj/aŭ pasvorto de MySQL ne estas valida", @@ -205,6 +205,7 @@ "Storage connection error. %s" : "Konekta eraro al konservejo. %s", "Storage is temporarily not available" : "Konservejo provizore ne disponeblas", "Storage connection timeout. %s" : "Konekto al konservejo eltempiĝis. %s", + "Full name" : "Plena nomo", "%s enter the database username and name." : "%s entajpu la nomon kaj la uzantnomon de la datumbazo.", "%s enter the database username." : "%s entajpu la datumbazan uzantnomon.", "%s enter the database name." : "%s entajpu la datumbazan nomon.", diff --git a/lib/l10n/es.js b/lib/l10n/es.js index b9e0a81b8661d..b4b0cd14ed349 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -114,7 +114,7 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Imagen de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", + "Display name" : "Nombre para mostrar", "Headline" : "Titular", "Organisation" : "Organización", "Role" : "Puesto", @@ -265,6 +265,7 @@ OC.L10N.register( "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente", "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s introduzca el nombre de usuario y la contraseña de la BBDD.", "%s enter the database username." : "%s introduzca el usuario de la base de datos.", "%s enter the database name." : "%s introduzca el nombre de la base de datos", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 31a2590ecf75d..6cf087c5c35c0 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -112,7 +112,7 @@ "Address" : "Dirección", "Profile picture" : "Imagen de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", + "Display name" : "Nombre para mostrar", "Headline" : "Titular", "Organisation" : "Organización", "Role" : "Puesto", @@ -263,6 +263,7 @@ "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente", "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s introduzca el nombre de usuario y la contraseña de la BBDD.", "%s enter the database username." : "%s introduzca el usuario de la base de datos.", "%s enter the database name." : "%s introduzca el nombre de la base de datos", diff --git a/lib/l10n/es_419.js b/lib/l10n/es_419.js index 78c0b46e7e8b0..901e64c67eeb8 100644 --- a/lib/l10n/es_419.js +++ b/lib/l10n/es_419.js @@ -67,7 +67,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_419.json b/lib/l10n/es_419.json index b96b289abe5ec..7b61c9705e03e 100644 --- a/lib/l10n/es_419.json +++ b/lib/l10n/es_419.json @@ -65,7 +65,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -166,6 +165,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_AR.js b/lib/l10n/es_AR.js index 712a57a5f9352..afbb45db7a2e5 100644 --- a/lib/l10n/es_AR.js +++ b/lib/l10n/es_AR.js @@ -56,7 +56,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesita ingresar los detalles de una cuenta existente.", @@ -154,6 +153,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "Se agotó el tiempo de conexión del almacenamiento. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingrese el nombre del usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresar el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_AR.json b/lib/l10n/es_AR.json index 3b431bb63ba9f..56e0c62abd612 100644 --- a/lib/l10n/es_AR.json +++ b/lib/l10n/es_AR.json @@ -54,7 +54,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesita ingresar los detalles de una cuenta existente.", @@ -152,6 +151,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "Se agotó el tiempo de conexión del almacenamiento. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingrese el nombre del usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresar el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_CL.js b/lib/l10n/es_CL.js index 5539f06bdb513..defcc9e75e79e 100644 --- a/lib/l10n/es_CL.js +++ b/lib/l10n/es_CL.js @@ -68,7 +68,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -169,6 +168,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_CL.json b/lib/l10n/es_CL.json index 63cb3d8566b0f..51ae1f9ef7d72 100644 --- a/lib/l10n/es_CL.json +++ b/lib/l10n/es_CL.json @@ -66,7 +66,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -167,6 +166,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_CO.js b/lib/l10n/es_CO.js index c39d6a6ce9496..5f90b1870e1ef 100644 --- a/lib/l10n/es_CO.js +++ b/lib/l10n/es_CO.js @@ -68,7 +68,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -169,6 +168,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_CO.json b/lib/l10n/es_CO.json index b16ab2b3208a5..c8ffbc2d5bb16 100644 --- a/lib/l10n/es_CO.json +++ b/lib/l10n/es_CO.json @@ -66,7 +66,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -167,6 +166,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_CR.js b/lib/l10n/es_CR.js index 6652a547a2146..92958cff19aaf 100644 --- a/lib/l10n/es_CR.js +++ b/lib/l10n/es_CR.js @@ -68,7 +68,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -169,6 +168,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_CR.json b/lib/l10n/es_CR.json index 499768ed8da87..7149dff1c8c2d 100644 --- a/lib/l10n/es_CR.json +++ b/lib/l10n/es_CR.json @@ -66,7 +66,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -167,6 +166,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_DO.js b/lib/l10n/es_DO.js index be64719d53b11..e30b512aa545b 100644 --- a/lib/l10n/es_DO.js +++ b/lib/l10n/es_DO.js @@ -68,7 +68,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -169,6 +168,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_DO.json b/lib/l10n/es_DO.json index 9fe3504100024..14a590c0f29fa 100644 --- a/lib/l10n/es_DO.json +++ b/lib/l10n/es_DO.json @@ -66,7 +66,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -167,6 +166,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_EC.js b/lib/l10n/es_EC.js index 9fa6c5525976b..43654699810b6 100644 --- a/lib/l10n/es_EC.js +++ b/lib/l10n/es_EC.js @@ -68,7 +68,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -169,6 +168,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_EC.json b/lib/l10n/es_EC.json index ccb9cf9c9f855..8c3928534bf42 100644 --- a/lib/l10n/es_EC.json +++ b/lib/l10n/es_EC.json @@ -66,7 +66,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -167,6 +166,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_GT.js b/lib/l10n/es_GT.js index f1a0662a5c9ae..1a4e1bad10abb 100644 --- a/lib/l10n/es_GT.js +++ b/lib/l10n/es_GT.js @@ -68,7 +68,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -169,6 +168,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_GT.json b/lib/l10n/es_GT.json index d84ee4754992b..04c74711708bc 100644 --- a/lib/l10n/es_GT.json +++ b/lib/l10n/es_GT.json @@ -66,7 +66,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -167,6 +166,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_HN.js b/lib/l10n/es_HN.js index 27e37dd5494e3..956476c398b08 100644 --- a/lib/l10n/es_HN.js +++ b/lib/l10n/es_HN.js @@ -67,7 +67,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_HN.json b/lib/l10n/es_HN.json index da5c94cce8b64..1c99392a438ef 100644 --- a/lib/l10n/es_HN.json +++ b/lib/l10n/es_HN.json @@ -65,7 +65,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -166,6 +165,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index 5423ed8a4afd7..bbd24bedbdf0d 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -69,7 +69,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -170,6 +169,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index ae058ba41f25f..1f3020d87f9ca 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -67,7 +67,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_NI.js b/lib/l10n/es_NI.js index 4801b5d9a032c..b75d465152714 100644 --- a/lib/l10n/es_NI.js +++ b/lib/l10n/es_NI.js @@ -67,7 +67,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_NI.json b/lib/l10n/es_NI.json index f606720fa99f7..b87b7ced66c79 100644 --- a/lib/l10n/es_NI.json +++ b/lib/l10n/es_NI.json @@ -65,7 +65,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -166,6 +165,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_PA.js b/lib/l10n/es_PA.js index 3b8e1a2b556a1..c2afc8d660f54 100644 --- a/lib/l10n/es_PA.js +++ b/lib/l10n/es_PA.js @@ -67,7 +67,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_PA.json b/lib/l10n/es_PA.json index df9c6343bca29..357727b836f35 100644 --- a/lib/l10n/es_PA.json +++ b/lib/l10n/es_PA.json @@ -65,7 +65,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -166,6 +165,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_PE.js b/lib/l10n/es_PE.js index 38e134b96af48..37d2c5b82a023 100644 --- a/lib/l10n/es_PE.js +++ b/lib/l10n/es_PE.js @@ -67,7 +67,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_PE.json b/lib/l10n/es_PE.json index 49724e32fa489..1532a54640a63 100644 --- a/lib/l10n/es_PE.json +++ b/lib/l10n/es_PE.json @@ -65,7 +65,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -166,6 +165,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_PR.js b/lib/l10n/es_PR.js index 4c0e0b734bc27..b7d2840b5d501 100644 --- a/lib/l10n/es_PR.js +++ b/lib/l10n/es_PR.js @@ -67,7 +67,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_PR.json b/lib/l10n/es_PR.json index 1981a10957a7b..4e5454fc4dbd2 100644 --- a/lib/l10n/es_PR.json +++ b/lib/l10n/es_PR.json @@ -65,7 +65,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -166,6 +165,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_PY.js b/lib/l10n/es_PY.js index 291c6f884b883..6bfaa95ce1553 100644 --- a/lib/l10n/es_PY.js +++ b/lib/l10n/es_PY.js @@ -67,7 +67,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_PY.json b/lib/l10n/es_PY.json index 424ff12c5efed..5ca29f4567fde 100644 --- a/lib/l10n/es_PY.json +++ b/lib/l10n/es_PY.json @@ -65,7 +65,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -166,6 +165,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_SV.js b/lib/l10n/es_SV.js index 30141e79c7eca..e6b431b706daf 100644 --- a/lib/l10n/es_SV.js +++ b/lib/l10n/es_SV.js @@ -68,7 +68,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -169,6 +168,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_SV.json b/lib/l10n/es_SV.json index b1043ff268b1a..d8fc964f7916b 100644 --- a/lib/l10n/es_SV.json +++ b/lib/l10n/es_SV.json @@ -66,7 +66,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -167,6 +166,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_UY.js b/lib/l10n/es_UY.js index 4320b082b50a7..663223a76336c 100644 --- a/lib/l10n/es_UY.js +++ b/lib/l10n/es_UY.js @@ -67,7 +67,6 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -168,6 +167,7 @@ OC.L10N.register( "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/es_UY.json b/lib/l10n/es_UY.json index 7ff403c2cf390..0b0aa3baf06f2 100644 --- a/lib/l10n/es_UY.json +++ b/lib/l10n/es_UY.json @@ -65,7 +65,6 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", - "Full name" : "Nombre completo", "Unknown user" : "Ususario desconocido", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", @@ -166,6 +165,7 @@ "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Full name" : "Nombre completo", "%s enter the database username and name." : "%s ingresa el usuario y nombre de la base de datos", "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js index ccdcb435f27df..b30ed8330db8b 100644 --- a/lib/l10n/et_EE.js +++ b/lib/l10n/et_EE.js @@ -58,7 +58,7 @@ OC.L10N.register( "Address" : "Aadress", "Profile picture" : "Profiili pilt", "About" : "Info", - "Full name" : "Täisnimi", + "Display name" : "Kuvatav nimi", "Organisation" : "Organisatsioon", "Role" : "Roll", "Unknown user" : "Tundmatu kasutaja", @@ -150,6 +150,7 @@ OC.L10N.register( "Your data directory is invalid." : "Sinu andmekataloog on vigane", "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust \"%s\".", "Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav", + "Full name" : "Täisnimi", "%s enter the database username and name." : "%s sisesta andmebaasi kasutajatunnus ja nimi.", "%s enter the database username." : "%s sisesta andmebaasi kasutajatunnus.", "%s enter the database name." : "%s sisesta andmebaasi nimi.", diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json index bce275edcc458..89b5e5bf9b7c1 100644 --- a/lib/l10n/et_EE.json +++ b/lib/l10n/et_EE.json @@ -56,7 +56,7 @@ "Address" : "Aadress", "Profile picture" : "Profiili pilt", "About" : "Info", - "Full name" : "Täisnimi", + "Display name" : "Kuvatav nimi", "Organisation" : "Organisatsioon", "Role" : "Roll", "Unknown user" : "Tundmatu kasutaja", @@ -148,6 +148,7 @@ "Your data directory is invalid." : "Sinu andmekataloog on vigane", "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust \"%s\".", "Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav", + "Full name" : "Täisnimi", "%s enter the database username and name." : "%s sisesta andmebaasi kasutajatunnus ja nimi.", "%s enter the database username." : "%s sisesta andmebaasi kasutajatunnus.", "%s enter the database name." : "%s sisesta andmebaasi nimi.", diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js index c18fc76f9c4ec..4efa658565fa2 100644 --- a/lib/l10n/eu.js +++ b/lib/l10n/eu.js @@ -114,7 +114,7 @@ OC.L10N.register( "Address" : "Helbidea", "Profile picture" : "Profil-irudia", "About" : "Honi buruz", - "Full name" : "Izen osoa", + "Display name" : "Erakusteko izena", "Headline" : "Izenburua", "Organisation" : "Erakundea", "Role" : "Zeregina", @@ -265,6 +265,7 @@ OC.L10N.register( "Storage connection error. %s" : "Biltegiratze-konexioaren errorea. %s", "Storage is temporarily not available" : "Biltegia ez dago erabilgarri aldi baterako", "Storage connection timeout. %s" : "Biltegiratze-konexioa denboraz kanpo geratu da. %s", + "Full name" : "Izen osoa", "%s enter the database username and name." : "%s sartu datu-basearen erabiltzaile-izena eta izena.", "%s enter the database username." : "%s sartu datu-basearen erabiltzaile-izena.", "%s enter the database name." : "%s sartu datu-basearen izena.", diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json index 84dcb81a9a4af..9dbda9e61ab0a 100644 --- a/lib/l10n/eu.json +++ b/lib/l10n/eu.json @@ -112,7 +112,7 @@ "Address" : "Helbidea", "Profile picture" : "Profil-irudia", "About" : "Honi buruz", - "Full name" : "Izen osoa", + "Display name" : "Erakusteko izena", "Headline" : "Izenburua", "Organisation" : "Erakundea", "Role" : "Zeregina", @@ -263,6 +263,7 @@ "Storage connection error. %s" : "Biltegiratze-konexioaren errorea. %s", "Storage is temporarily not available" : "Biltegia ez dago erabilgarri aldi baterako", "Storage connection timeout. %s" : "Biltegiratze-konexioa denboraz kanpo geratu da. %s", + "Full name" : "Izen osoa", "%s enter the database username and name." : "%s sartu datu-basearen erabiltzaile-izena eta izena.", "%s enter the database username." : "%s sartu datu-basearen erabiltzaile-izena.", "%s enter the database name." : "%s sartu datu-basearen izena.", diff --git a/lib/l10n/fa.js b/lib/l10n/fa.js index 6241f1cec5243..7085484776dfa 100644 --- a/lib/l10n/fa.js +++ b/lib/l10n/fa.js @@ -101,7 +101,6 @@ OC.L10N.register( "Address" : "نشانی", "Profile picture" : "تصویر نمایه", "About" : "درباره", - "Full name" : "نام کامل", "Headline" : "عنوان", "Organisation" : "سازمان", "Role" : "نقش", @@ -222,6 +221,7 @@ OC.L10N.register( "Storage connection error. %s" : "خطای اتصال ذخیره سازی%s", "Storage is temporarily not available" : "ذخیره سازی به طور موقت در دسترس نیست", "Storage connection timeout. %s" : "مدت زمان اتصال ذخیره سازی%s", + "Full name" : "نام کامل", "%s enter the database username and name." : "نام کاربری و نام پایگاه داده را وارد کنید.%s", "%s enter the database username." : "%s نام کاربری پایگاه داده را وارد نمایید.", "%s enter the database name." : "%s نام پایگاه داده را وارد نمایید.", diff --git a/lib/l10n/fa.json b/lib/l10n/fa.json index 1fb3a2c0805b1..632ba8d3fcbce 100644 --- a/lib/l10n/fa.json +++ b/lib/l10n/fa.json @@ -99,7 +99,6 @@ "Address" : "نشانی", "Profile picture" : "تصویر نمایه", "About" : "درباره", - "Full name" : "نام کامل", "Headline" : "عنوان", "Organisation" : "سازمان", "Role" : "نقش", @@ -220,6 +219,7 @@ "Storage connection error. %s" : "خطای اتصال ذخیره سازی%s", "Storage is temporarily not available" : "ذخیره سازی به طور موقت در دسترس نیست", "Storage connection timeout. %s" : "مدت زمان اتصال ذخیره سازی%s", + "Full name" : "نام کامل", "%s enter the database username and name." : "نام کاربری و نام پایگاه داده را وارد کنید.%s", "%s enter the database username." : "%s نام کاربری پایگاه داده را وارد نمایید.", "%s enter the database name." : "%s نام پایگاه داده را وارد نمایید.", diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index 4f6f2d534047b..69230bdef06b3 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -100,7 +100,6 @@ OC.L10N.register( "Address" : "Osoite", "Profile picture" : "Profiilikuva", "About" : "Tietoja", - "Full name" : "Koko nimi", "Headline" : "Otsikko", "Organisation" : "Organisaatio", "Role" : "Rooli", @@ -229,6 +228,7 @@ OC.L10N.register( "Storage connection error. %s" : "Tallennustilan yhteysvirhe. %s", "Storage is temporarily not available" : "Tallennustila on tilapäisesti pois käytöstä", "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s", + "Full name" : "Koko nimi", "%s enter the database username and name." : "%s anna tietokannan käyttäjätunnus ja nimi.", "%s enter the database username." : "%s anna tietokannan käyttäjätunnus.", "%s enter the database name." : "%s anna tietokannan nimi.", diff --git a/lib/l10n/fi.json b/lib/l10n/fi.json index 009642f9b57cf..79cee78e0ceb9 100644 --- a/lib/l10n/fi.json +++ b/lib/l10n/fi.json @@ -98,7 +98,6 @@ "Address" : "Osoite", "Profile picture" : "Profiilikuva", "About" : "Tietoja", - "Full name" : "Koko nimi", "Headline" : "Otsikko", "Organisation" : "Organisaatio", "Role" : "Rooli", @@ -227,6 +226,7 @@ "Storage connection error. %s" : "Tallennustilan yhteysvirhe. %s", "Storage is temporarily not available" : "Tallennustila on tilapäisesti pois käytöstä", "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s", + "Full name" : "Koko nimi", "%s enter the database username and name." : "%s anna tietokannan käyttäjätunnus ja nimi.", "%s enter the database username." : "%s anna tietokannan käyttäjätunnus.", "%s enter the database name." : "%s anna tietokannan nimi.", diff --git a/lib/l10n/fo.js b/lib/l10n/fo.js index bd90bb908292d..f5d2d603a55b4 100644 --- a/lib/l10n/fo.js +++ b/lib/l10n/fo.js @@ -7,7 +7,7 @@ OC.L10N.register( "Website" : "Heimasíða", "Address" : "Adressa", "Profile picture" : "Profil mynd", - "Full name" : "Fulla navn", - "Authentication error" : "Samgildis feilur" + "Authentication error" : "Samgildis feilur", + "Full name" : "Fulla navn" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/fo.json b/lib/l10n/fo.json index 614b44e753dd4..25e541ec21d0e 100644 --- a/lib/l10n/fo.json +++ b/lib/l10n/fo.json @@ -5,7 +5,7 @@ "Website" : "Heimasíða", "Address" : "Adressa", "Profile picture" : "Profil mynd", - "Full name" : "Fulla navn", - "Authentication error" : "Samgildis feilur" + "Authentication error" : "Samgildis feilur", + "Full name" : "Fulla navn" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 429e0e2bb9df0..340bda2bcc6ff 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -114,7 +114,7 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Photo de profil", "About" : "À propos", - "Full name" : "Nom complet", + "Display name" : "Nom d'affichage", "Headline" : "Titre", "Organisation" : "Organisme", "Role" : "Fonction", @@ -265,6 +265,7 @@ OC.L10N.register( "Storage connection error. %s" : "Erreur de connexion à l'espace stockage. %s", "Storage is temporarily not available" : "Le support de stockage est temporairement indisponible", "Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s", + "Full name" : "Nom complet", "%s enter the database username and name." : "%s entrez le nom d'utilisateur et le nom de la base de données.", "%s enter the database username." : "%s entrez le nom d'utilisateur de la base de données.", "%s enter the database name." : "%s entrez le nom de la base de données.", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 8cea0c36dfea5..c1faedea16f1f 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -112,7 +112,7 @@ "Address" : "Adresse", "Profile picture" : "Photo de profil", "About" : "À propos", - "Full name" : "Nom complet", + "Display name" : "Nom d'affichage", "Headline" : "Titre", "Organisation" : "Organisme", "Role" : "Fonction", @@ -263,6 +263,7 @@ "Storage connection error. %s" : "Erreur de connexion à l'espace stockage. %s", "Storage is temporarily not available" : "Le support de stockage est temporairement indisponible", "Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s", + "Full name" : "Nom complet", "%s enter the database username and name." : "%s entrez le nom d'utilisateur et le nom de la base de données.", "%s enter the database username." : "%s entrez le nom d'utilisateur de la base de données.", "%s enter the database name." : "%s entrez le nom de la base de données.", diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index d6645f44d9c0f..cd43ac96e8601 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -114,7 +114,7 @@ OC.L10N.register( "Address" : "Enderezo", "Profile picture" : "Imaxe do perfil", "About" : "Sobre", - "Full name" : "Nome completo", + "Display name" : "Nome a amosar", "Headline" : "Titular", "Organisation" : "Organización", "Role" : "Cargo", @@ -265,6 +265,7 @@ OC.L10N.register( "Storage connection error. %s" : "Produciuse un erro na conexión ao almacenamento. %s", "Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente", "Storage connection timeout. %s" : "Esgotouse o tempo de conexión co almacenamento. %s", + "Full name" : "Nome completo", "%s enter the database username and name." : "%s introduza o nome de usuario e o nome da base de datos", "%s enter the database username." : "%s introduza o nome de usuario da base de datos", "%s enter the database name." : "%s introduza o nome da base de datos", diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json index 528e61a5b7bf2..773df489984ad 100644 --- a/lib/l10n/gl.json +++ b/lib/l10n/gl.json @@ -112,7 +112,7 @@ "Address" : "Enderezo", "Profile picture" : "Imaxe do perfil", "About" : "Sobre", - "Full name" : "Nome completo", + "Display name" : "Nome a amosar", "Headline" : "Titular", "Organisation" : "Organización", "Role" : "Cargo", @@ -263,6 +263,7 @@ "Storage connection error. %s" : "Produciuse un erro na conexión ao almacenamento. %s", "Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente", "Storage connection timeout. %s" : "Esgotouse o tempo de conexión co almacenamento. %s", + "Full name" : "Nome completo", "%s enter the database username and name." : "%s introduza o nome de usuario e o nome da base de datos", "%s enter the database username." : "%s introduza o nome de usuario da base de datos", "%s enter the database name." : "%s introduza o nome da base de datos", diff --git a/lib/l10n/he.js b/lib/l10n/he.js index 2c8b581059a59..0529868bb0e7c 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -71,7 +71,6 @@ OC.L10N.register( "Address" : "כתובת", "Profile picture" : "תמונת פרופיל", "About" : "על אודות", - "Full name" : "שם מלא", "Unknown user" : "משתמש לא ידוע", "Additional settings" : "הגדרות נוספות", "MySQL username and/or password not valid" : "שם המשתמש ו/או הססמה של MySQL אינם תקינים", @@ -184,6 +183,7 @@ OC.L10N.register( "Storage connection error. %s" : "שגיאת חיבור אחסון. %s", "Storage is temporarily not available" : "האחסון אינו זמין כרגע", "Storage connection timeout. %s" : "פסק זמן חיבור אחסון. %s", + "Full name" : "שם מלא", "%s enter the database username and name." : "%s יש להכניס את שם המשתמש ושם מסד הנתונים.", "%s enter the database username." : "%s נכנס למסד נתוני שמות המשתמשים.", "%s enter the database name." : "%s נכנס למסד נתוני השמות.", diff --git a/lib/l10n/he.json b/lib/l10n/he.json index ee6fc4c3b12d6..df2706061d40d 100644 --- a/lib/l10n/he.json +++ b/lib/l10n/he.json @@ -69,7 +69,6 @@ "Address" : "כתובת", "Profile picture" : "תמונת פרופיל", "About" : "על אודות", - "Full name" : "שם מלא", "Unknown user" : "משתמש לא ידוע", "Additional settings" : "הגדרות נוספות", "MySQL username and/or password not valid" : "שם המשתמש ו/או הססמה של MySQL אינם תקינים", @@ -182,6 +181,7 @@ "Storage connection error. %s" : "שגיאת חיבור אחסון. %s", "Storage is temporarily not available" : "האחסון אינו זמין כרגע", "Storage connection timeout. %s" : "פסק זמן חיבור אחסון. %s", + "Full name" : "שם מלא", "%s enter the database username and name." : "%s יש להכניס את שם המשתמש ושם מסד הנתונים.", "%s enter the database username." : "%s נכנס למסד נתוני שמות המשתמשים.", "%s enter the database name." : "%s נכנס למסד נתוני השמות.", diff --git a/lib/l10n/hr.js b/lib/l10n/hr.js index abbc7e04bc0c7..d2fb30885e450 100644 --- a/lib/l10n/hr.js +++ b/lib/l10n/hr.js @@ -105,7 +105,6 @@ OC.L10N.register( "Address" : "Adresa", "Profile picture" : "Profilna slika", "About" : "Informacije", - "Full name" : "Puno ime", "Headline" : "Naslov", "Organisation" : "Organizacija", "Role" : "Uloga", @@ -229,6 +228,7 @@ OC.L10N.register( "Storage connection error. %s" : "Pogreška veze pohrane. %s", "Storage is temporarily not available" : "Pohrana privremeno nije dostupna", "Storage connection timeout. %s" : "Istek veze pohrane. %s", + "Full name" : "Puno ime", "%s enter the database username and name." : "%s unesite korisničko ime i naziv baze podataka.", "%s enter the database username." : "%s unesite korisničko ime baze podataka.", "%s enter the database name." : "%s unesite naziv baze podataka.", diff --git a/lib/l10n/hr.json b/lib/l10n/hr.json index 887bbbf52304e..8d49da2451113 100644 --- a/lib/l10n/hr.json +++ b/lib/l10n/hr.json @@ -103,7 +103,6 @@ "Address" : "Adresa", "Profile picture" : "Profilna slika", "About" : "Informacije", - "Full name" : "Puno ime", "Headline" : "Naslov", "Organisation" : "Organizacija", "Role" : "Uloga", @@ -227,6 +226,7 @@ "Storage connection error. %s" : "Pogreška veze pohrane. %s", "Storage is temporarily not available" : "Pohrana privremeno nije dostupna", "Storage connection timeout. %s" : "Istek veze pohrane. %s", + "Full name" : "Puno ime", "%s enter the database username and name." : "%s unesite korisničko ime i naziv baze podataka.", "%s enter the database username." : "%s unesite korisničko ime baze podataka.", "%s enter the database name." : "%s unesite naziv baze podataka.", diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js index a53bc8a33b343..ca05cba6af7d5 100644 --- a/lib/l10n/hu.js +++ b/lib/l10n/hu.js @@ -114,7 +114,7 @@ OC.L10N.register( "Address" : "Cím", "Profile picture" : "Profilkép", "About" : "Névjegy", - "Full name" : "Teljes név", + "Display name" : "Megjelenítendő név", "Headline" : "Címsor", "Organisation" : "Szervezet", "Role" : "Szerepkör", @@ -265,6 +265,7 @@ OC.L10N.register( "Storage connection error. %s" : "Tároló kapcsolódási hiba. %s", "Storage is temporarily not available" : "A tároló átmenetileg nem érhető el", "Storage connection timeout. %s" : "Időtúllépés a tárolókapcsolatban. %s", + "Full name" : "Teljes név", "%s enter the database username and name." : "%s adja meg az adatbázis nevét és a felhasználónevet.", "%s enter the database username." : "%s adja meg az adatbázishoz tartozó felhasználónevet.", "%s enter the database name." : "%s adja meg az adatbázis nevét.", diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json index 9cc15a368f6d3..535825c935575 100644 --- a/lib/l10n/hu.json +++ b/lib/l10n/hu.json @@ -112,7 +112,7 @@ "Address" : "Cím", "Profile picture" : "Profilkép", "About" : "Névjegy", - "Full name" : "Teljes név", + "Display name" : "Megjelenítendő név", "Headline" : "Címsor", "Organisation" : "Szervezet", "Role" : "Szerepkör", @@ -263,6 +263,7 @@ "Storage connection error. %s" : "Tároló kapcsolódási hiba. %s", "Storage is temporarily not available" : "A tároló átmenetileg nem érhető el", "Storage connection timeout. %s" : "Időtúllépés a tárolókapcsolatban. %s", + "Full name" : "Teljes név", "%s enter the database username and name." : "%s adja meg az adatbázis nevét és a felhasználónevet.", "%s enter the database username." : "%s adja meg az adatbázishoz tartozó felhasználónevet.", "%s enter the database name." : "%s adja meg az adatbázis nevét.", diff --git a/lib/l10n/ia.js b/lib/l10n/ia.js index 4e4fc7aeafd22..919e67979c626 100644 --- a/lib/l10n/ia.js +++ b/lib/l10n/ia.js @@ -18,7 +18,6 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Pictura de profilo", "About" : "A proposito", - "Full name" : "Nomine complete", "Unknown user" : "Usator incognite", "Sunday" : "Dominica", "Monday" : "Lunedi", @@ -68,6 +67,7 @@ OC.L10N.register( "A valid password must be provided" : "Un contrasigno valide debe esser providite", "A valid username must be provided" : "Un nomine de usator valide debe esser providite", "Authentication error" : "Error in authentication", - "Storage is temporarily not available" : "Immagazinage es provisorimente non disponibile" + "Storage is temporarily not available" : "Immagazinage es provisorimente non disponibile", + "Full name" : "Nomine complete" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ia.json b/lib/l10n/ia.json index 264d79724d059..dd9415eeb9cec 100644 --- a/lib/l10n/ia.json +++ b/lib/l10n/ia.json @@ -16,7 +16,6 @@ "Address" : "Adresse", "Profile picture" : "Pictura de profilo", "About" : "A proposito", - "Full name" : "Nomine complete", "Unknown user" : "Usator incognite", "Sunday" : "Dominica", "Monday" : "Lunedi", @@ -66,6 +65,7 @@ "A valid password must be provided" : "Un contrasigno valide debe esser providite", "A valid username must be provided" : "Un nomine de usator valide debe esser providite", "Authentication error" : "Error in authentication", - "Storage is temporarily not available" : "Immagazinage es provisorimente non disponibile" + "Storage is temporarily not available" : "Immagazinage es provisorimente non disponibile", + "Full name" : "Nomine complete" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/id.js b/lib/l10n/id.js index 457b9654232e9..aa8b4b36d914b 100644 --- a/lib/l10n/id.js +++ b/lib/l10n/id.js @@ -51,7 +51,6 @@ OC.L10N.register( "Address" : "Alamat", "Profile picture" : "Foto profil", "About" : "Tentang.", - "Full name" : "Nama lengkap", "Unknown user" : "Pengguna tidak dikenal", "Additional settings" : "Setelan tambahan", "Oracle connection could not be established" : "Koneksi Oracle tidak dapat dibuat", @@ -146,6 +145,7 @@ OC.L10N.register( "Storage connection error. %s" : "Koneksi penyimpanan bermasalah. %s", "Storage is temporarily not available" : "Penyimpanan sementara tidak tersedia", "Storage connection timeout. %s" : "Koneksi penyimpanan waktu-habis. %s", + "Full name" : "Nama lengkap", "%s enter the database username and name." : "%s masukkan nama pengguna database dan nama database.", "%s enter the database username." : "%s masukkan nama pengguna basis data.", "%s enter the database name." : "%s masukkan nama basis data.", diff --git a/lib/l10n/id.json b/lib/l10n/id.json index 7b79e0240d4aa..0df741941e5ee 100644 --- a/lib/l10n/id.json +++ b/lib/l10n/id.json @@ -49,7 +49,6 @@ "Address" : "Alamat", "Profile picture" : "Foto profil", "About" : "Tentang.", - "Full name" : "Nama lengkap", "Unknown user" : "Pengguna tidak dikenal", "Additional settings" : "Setelan tambahan", "Oracle connection could not be established" : "Koneksi Oracle tidak dapat dibuat", @@ -144,6 +143,7 @@ "Storage connection error. %s" : "Koneksi penyimpanan bermasalah. %s", "Storage is temporarily not available" : "Penyimpanan sementara tidak tersedia", "Storage connection timeout. %s" : "Koneksi penyimpanan waktu-habis. %s", + "Full name" : "Nama lengkap", "%s enter the database username and name." : "%s masukkan nama pengguna database dan nama database.", "%s enter the database username." : "%s masukkan nama pengguna basis data.", "%s enter the database name." : "%s masukkan nama basis data.", diff --git a/lib/l10n/is.js b/lib/l10n/is.js index 8832a24766541..11bedcf43bac4 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -85,7 +85,6 @@ OC.L10N.register( "Address" : "Vistfang", "Profile picture" : "Einkennismynd", "About" : "Um hugbúnaðinn", - "Full name" : "Fullt nafn", "Headline" : "Fyrirsögn", "Role" : "Role", "Unknown user" : "Óþekktur notandi", @@ -202,6 +201,7 @@ OC.L10N.register( "Storage connection error. %s" : "Villa í tengingu við gagnageymslu. %s", "Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu", "Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s", + "Full name" : "Fullt nafn", "%s enter the database username and name." : "%s settu inn notandanafn og nafn á gagnagrunni.", "%s enter the database username." : "%s settu inn notandanafn í gagnagrunni.", "%s enter the database name." : "%s settu inn nafn á gagnagrunni.", diff --git a/lib/l10n/is.json b/lib/l10n/is.json index ab40d61c01e56..4429452362d88 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -83,7 +83,6 @@ "Address" : "Vistfang", "Profile picture" : "Einkennismynd", "About" : "Um hugbúnaðinn", - "Full name" : "Fullt nafn", "Headline" : "Fyrirsögn", "Role" : "Role", "Unknown user" : "Óþekktur notandi", @@ -200,6 +199,7 @@ "Storage connection error. %s" : "Villa í tengingu við gagnageymslu. %s", "Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu", "Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s", + "Full name" : "Fullt nafn", "%s enter the database username and name." : "%s settu inn notandanafn og nafn á gagnagrunni.", "%s enter the database username." : "%s settu inn notandanafn í gagnagrunni.", "%s enter the database name." : "%s settu inn nafn á gagnagrunni.", diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 8d169f4f6f15d..d1097f3125224 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -113,7 +113,6 @@ OC.L10N.register( "Address" : "Indirizzo", "Profile picture" : "Immagine di profilo", "About" : "Informazioni", - "Full name" : "Nome completo", "Headline" : "Titolo", "Organisation" : "Organizzazione", "Role" : "Ruolo", @@ -255,6 +254,7 @@ OC.L10N.register( "Storage connection error. %s" : "Errore di connessione all'archiviazione. %s", "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", + "Full name" : "Nome completo", "%s enter the database username and name." : "%s digita il nome utente e il nome del database.", "%s enter the database username." : "%s digita il nome utente del database.", "%s enter the database name." : "%s digita il nome del database.", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index 72955e49faa3d..d541209a6aa6d 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -111,7 +111,6 @@ "Address" : "Indirizzo", "Profile picture" : "Immagine di profilo", "About" : "Informazioni", - "Full name" : "Nome completo", "Headline" : "Titolo", "Organisation" : "Organizzazione", "Role" : "Ruolo", @@ -253,6 +252,7 @@ "Storage connection error. %s" : "Errore di connessione all'archiviazione. %s", "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", + "Full name" : "Nome completo", "%s enter the database username and name." : "%s digita il nome utente e il nome del database.", "%s enter the database username." : "%s digita il nome utente del database.", "%s enter the database name." : "%s digita il nome del database.", diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index cc8ec9cb55c02..e1f4874ffc4f4 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "アドレス", "Profile picture" : "プロフィールの写真", "About" : "詳細", - "Full name" : "フルネーム", "Headline" : "見出し", "Organisation" : "組織", "Role" : "ロール", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "ストレージへの接続エラー。 %s", "Storage is temporarily not available" : "ストレージは一時的に利用できません", "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s", + "Full name" : "フルネーム", "%s enter the database username and name." : "%s データベース名とデータベースのユーザー名を入力してください。", "%s enter the database username." : "%s のデータベースのユーザー名を入力してください。", "%s enter the database name." : "%s のデータベース名を入力してください。", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 9435bfe1933df..a11e7a6d96fdd 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -112,7 +112,6 @@ "Address" : "アドレス", "Profile picture" : "プロフィールの写真", "About" : "詳細", - "Full name" : "フルネーム", "Headline" : "見出し", "Organisation" : "組織", "Role" : "ロール", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "ストレージへの接続エラー。 %s", "Storage is temporarily not available" : "ストレージは一時的に利用できません", "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s", + "Full name" : "フルネーム", "%s enter the database username and name." : "%s データベース名とデータベースのユーザー名を入力してください。", "%s enter the database username." : "%s のデータベースのユーザー名を入力してください。", "%s enter the database name." : "%s のデータベース名を入力してください。", diff --git a/lib/l10n/ka_GE.js b/lib/l10n/ka_GE.js index 2441783d4b4ec..ddf8eba5adbf4 100644 --- a/lib/l10n/ka_GE.js +++ b/lib/l10n/ka_GE.js @@ -68,7 +68,6 @@ OC.L10N.register( "Address" : "მისამართი", "Profile picture" : "პროფილის სურათი", "About" : "შესახებ", - "Full name" : "სრული სახელი", "Unknown user" : "ამოუცნობი მომხმარებელი", "Additional settings" : "დამატებითი პარამეტრები", "You need to enter details of an existing account." : "საჭიროა შეიყვანოთ არსებული ანგარიშის დეტალები.", @@ -169,6 +168,7 @@ OC.L10N.register( "Storage connection error. %s" : "საცავის კავშირის შეცდომა. %s", "Storage is temporarily not available" : "საცავი დროებით ხელმიუწვდომელია", "Storage connection timeout. %s" : "საცავის კავშირის დროის ამოწურვა. %s", + "Full name" : "სრული სახელი", "%s enter the database username and name." : "%s შეიყვანეთ მონაცემთა ბაზის მომხმარებლის სახელი და სახელი.", "%s enter the database username." : "%s შეიყვანეთ ბაზის მომხმარებლის სახელი.", "%s enter the database name." : "%s შეიყვანეთ ბაზის სახელი.", diff --git a/lib/l10n/ka_GE.json b/lib/l10n/ka_GE.json index b977b01769005..9aa6122434c7c 100644 --- a/lib/l10n/ka_GE.json +++ b/lib/l10n/ka_GE.json @@ -66,7 +66,6 @@ "Address" : "მისამართი", "Profile picture" : "პროფილის სურათი", "About" : "შესახებ", - "Full name" : "სრული სახელი", "Unknown user" : "ამოუცნობი მომხმარებელი", "Additional settings" : "დამატებითი პარამეტრები", "You need to enter details of an existing account." : "საჭიროა შეიყვანოთ არსებული ანგარიშის დეტალები.", @@ -167,6 +166,7 @@ "Storage connection error. %s" : "საცავის კავშირის შეცდომა. %s", "Storage is temporarily not available" : "საცავი დროებით ხელმიუწვდომელია", "Storage connection timeout. %s" : "საცავის კავშირის დროის ამოწურვა. %s", + "Full name" : "სრული სახელი", "%s enter the database username and name." : "%s შეიყვანეთ მონაცემთა ბაზის მომხმარებლის სახელი და სახელი.", "%s enter the database username." : "%s შეიყვანეთ ბაზის მომხმარებლის სახელი.", "%s enter the database name." : "%s შეიყვანეთ ბაზის სახელი.", diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index b2a55779cbc41..3c04594af6b59 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -81,7 +81,6 @@ OC.L10N.register( "Address" : "주소", "Profile picture" : "프로필 사진", "About" : "정보", - "Full name" : "전체 이름", "Headline" : "표제", "Organisation" : "조직", "Role" : "직책", @@ -193,6 +192,7 @@ OC.L10N.register( "Storage connection error. %s" : "저장소 연결 오류입니다. %s", "Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음", "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s", + "Full name" : "전체 이름", "%s enter the database username and name." : "%s 데이터베이스 사용자 이름과 이름을 입력해 주십시오.", "%s enter the database username." : "%s 데이터베이스 사용자 이름을 입력해 주십시오.", "%s enter the database name." : "%s 데이터베이스 이름을 입력하십시오.", diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index 97fb8fac9eabe..97c844fdefcd5 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -79,7 +79,6 @@ "Address" : "주소", "Profile picture" : "프로필 사진", "About" : "정보", - "Full name" : "전체 이름", "Headline" : "표제", "Organisation" : "조직", "Role" : "직책", @@ -191,6 +190,7 @@ "Storage connection error. %s" : "저장소 연결 오류입니다. %s", "Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음", "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s", + "Full name" : "전체 이름", "%s enter the database username and name." : "%s 데이터베이스 사용자 이름과 이름을 입력해 주십시오.", "%s enter the database username." : "%s 데이터베이스 사용자 이름을 입력해 주십시오.", "%s enter the database name." : "%s 데이터베이스 이름을 입력하십시오.", diff --git a/lib/l10n/lo.js b/lib/l10n/lo.js index 42e8c77cf4606..d5bd2961de32f 100644 --- a/lib/l10n/lo.js +++ b/lib/l10n/lo.js @@ -16,8 +16,8 @@ OC.L10N.register( "Website" : "ເວັບໄຊ", "Address" : "ທີ່ຢູ່", "About" : "ກ່ຽວກັບ", - "Full name" : "ຊື່ເຕັມ", "Role" : "ພາລະບົດບາດ", - "User disabled" : "ປິດຊື່ຜູ້ໃຊ້" + "User disabled" : "ປິດຊື່ຜູ້ໃຊ້", + "Full name" : "ຊື່ເຕັມ" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/lo.json b/lib/l10n/lo.json index 703fd88a9f455..9c060b912e843 100644 --- a/lib/l10n/lo.json +++ b/lib/l10n/lo.json @@ -14,8 +14,8 @@ "Website" : "ເວັບໄຊ", "Address" : "ທີ່ຢູ່", "About" : "ກ່ຽວກັບ", - "Full name" : "ຊື່ເຕັມ", "Role" : "ພາລະບົດບາດ", - "User disabled" : "ປິດຊື່ຜູ້ໃຊ້" + "User disabled" : "ປິດຊື່ຜູ້ໃຊ້", + "Full name" : "ຊື່ເຕັມ" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index 429392a48ca52..176a3a389de9d 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -84,7 +84,6 @@ OC.L10N.register( "Address" : "Adresas", "Profile picture" : "Profilio paveikslėlis", "About" : "Apie", - "Full name" : "Vardas, pavardė", "Headline" : "Antraštė", "Organisation" : "Organizacija", "Role" : "Vaidmuo", @@ -192,6 +191,7 @@ OC.L10N.register( "Storage connection error. %s" : "Saugyklos sujungimo ryšio klaida. %s", "Storage is temporarily not available" : "Saugykla yra laikinai neprieinama", "Storage connection timeout. %s" : "Sujungimo su saugykla laikas baigėsi. %s", + "Full name" : "Vardas, pavardė", "%s enter the database username and name." : "%s įrašykite duomenų bazės naudotojo vardą ir pavadinimą.", "%s enter the database username." : "%s įrašykite duomenų bazės naudotojo vardą.", "%s enter the database name." : "%s įrašykite duomenų bazės pavadinimą.", diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index f13c13f00099f..d8b229dbf3d9b 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -82,7 +82,6 @@ "Address" : "Adresas", "Profile picture" : "Profilio paveikslėlis", "About" : "Apie", - "Full name" : "Vardas, pavardė", "Headline" : "Antraštė", "Organisation" : "Organizacija", "Role" : "Vaidmuo", @@ -190,6 +189,7 @@ "Storage connection error. %s" : "Saugyklos sujungimo ryšio klaida. %s", "Storage is temporarily not available" : "Saugykla yra laikinai neprieinama", "Storage connection timeout. %s" : "Sujungimo su saugykla laikas baigėsi. %s", + "Full name" : "Vardas, pavardė", "%s enter the database username and name." : "%s įrašykite duomenų bazės naudotojo vardą ir pavadinimą.", "%s enter the database username." : "%s įrašykite duomenų bazės naudotojo vardą.", "%s enter the database name." : "%s įrašykite duomenų bazės pavadinimą.", diff --git a/lib/l10n/lv.js b/lib/l10n/lv.js index 02ad305655dc1..e9a6c308f6553 100644 --- a/lib/l10n/lv.js +++ b/lib/l10n/lv.js @@ -57,7 +57,6 @@ OC.L10N.register( "Address" : "Adrese", "Profile picture" : "Profila attēls", "About" : "Par", - "Full name" : "Pilns vārds", "Unknown user" : "Nezināms lietotājs", "Additional settings" : "Papildu iestatījumi", "Oracle connection could not be established" : "Nevar izveidot savienojumu ar Oracle", @@ -133,6 +132,7 @@ OC.L10N.register( "Storage connection error. %s" : "Datu savienojuma kļūda. %s", "Storage is temporarily not available" : "Glabātuve īslaicīgi nav pieejama", "Storage connection timeout. %s" : "Datu savienojuma taimauts. %s", + "Full name" : "Pilns vārds", "%s enter the database username." : "%s ievadiet datubāzes lietotājvārdu.", "%s enter the database name." : "%s ievadiet datubāzes nosaukumu.", "%s you may not use dots in the database name" : "%s datubāžu nosaukumos nedrīkst izmantot punktus" diff --git a/lib/l10n/lv.json b/lib/l10n/lv.json index 91489f1438506..16754fa953b84 100644 --- a/lib/l10n/lv.json +++ b/lib/l10n/lv.json @@ -55,7 +55,6 @@ "Address" : "Adrese", "Profile picture" : "Profila attēls", "About" : "Par", - "Full name" : "Pilns vārds", "Unknown user" : "Nezināms lietotājs", "Additional settings" : "Papildu iestatījumi", "Oracle connection could not be established" : "Nevar izveidot savienojumu ar Oracle", @@ -131,6 +130,7 @@ "Storage connection error. %s" : "Datu savienojuma kļūda. %s", "Storage is temporarily not available" : "Glabātuve īslaicīgi nav pieejama", "Storage connection timeout. %s" : "Datu savienojuma taimauts. %s", + "Full name" : "Pilns vārds", "%s enter the database username." : "%s ievadiet datubāzes lietotājvārdu.", "%s enter the database name." : "%s ievadiet datubāzes nosaukumu.", "%s you may not use dots in the database name" : "%s datubāžu nosaukumos nedrīkst izmantot punktus" diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js index 774c70b65fb4c..c6ec2c450a527 100644 --- a/lib/l10n/mk.js +++ b/lib/l10n/mk.js @@ -114,7 +114,7 @@ OC.L10N.register( "Address" : "Адреса", "Profile picture" : "Фотографија", "About" : "За", - "Full name" : "Цело име", + "Display name" : "Име и презиме", "Headline" : "Наслов", "Organisation" : "Организација", "Role" : "Улога", @@ -265,6 +265,7 @@ OC.L10N.register( "Storage connection error. %s" : "Грешка во конекција до складиштето. %s", "Storage is temporarily not available" : "Складиштето моментално не е достапно", "Storage connection timeout. %s" : "Поврзувањето со складиштето не успеа. %s", + "Full name" : "Цело име", "%s enter the database username and name." : "%s внесете го корисничкото име и името на базата.", "%s enter the database username." : "%s внеси го корисничкото име за базата.", "%s enter the database name." : "%s внеси го името на базата.", diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json index 665ef897a0e79..f91b2a3d546cb 100644 --- a/lib/l10n/mk.json +++ b/lib/l10n/mk.json @@ -112,7 +112,7 @@ "Address" : "Адреса", "Profile picture" : "Фотографија", "About" : "За", - "Full name" : "Цело име", + "Display name" : "Име и презиме", "Headline" : "Наслов", "Organisation" : "Организација", "Role" : "Улога", @@ -263,6 +263,7 @@ "Storage connection error. %s" : "Грешка во конекција до складиштето. %s", "Storage is temporarily not available" : "Складиштето моментално не е достапно", "Storage connection timeout. %s" : "Поврзувањето со складиштето не успеа. %s", + "Full name" : "Цело име", "%s enter the database username and name." : "%s внесете го корисничкото име и името на базата.", "%s enter the database username." : "%s внеси го корисничкото име за базата.", "%s enter the database name." : "%s внеси го името на базата.", diff --git a/lib/l10n/mn.js b/lib/l10n/mn.js index 3a7e4e1c82db8..a5dd5e23fb707 100644 --- a/lib/l10n/mn.js +++ b/lib/l10n/mn.js @@ -28,7 +28,6 @@ OC.L10N.register( "Address" : "хаяг", "Profile picture" : "Профайл зураг", "About" : "Тухай", - "Full name" : "бүтэн нэр", "Unknown user" : " хэрэглэгч", "Open »%s«" : "»%s« нээх", "Sunday" : "ням гариг", @@ -42,6 +41,7 @@ OC.L10N.register( "November" : "Арван нэгдүгээр сар", "a safe home for all your data" : "Таны өгөгдлүүдийн аюулгүй гэр", "Authentication error" : "Нотолгооны алдаа", - "Storage is temporarily not available" : "Хадгалах төхөөрөмж нь түр хугацаанд ашиглах боломжгүй байна" + "Storage is temporarily not available" : "Хадгалах төхөөрөмж нь түр хугацаанд ашиглах боломжгүй байна", + "Full name" : "бүтэн нэр" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/mn.json b/lib/l10n/mn.json index 9f71edb20aaa4..d9c15daa144b8 100644 --- a/lib/l10n/mn.json +++ b/lib/l10n/mn.json @@ -26,7 +26,6 @@ "Address" : "хаяг", "Profile picture" : "Профайл зураг", "About" : "Тухай", - "Full name" : "бүтэн нэр", "Unknown user" : " хэрэглэгч", "Open »%s«" : "»%s« нээх", "Sunday" : "ням гариг", @@ -40,6 +39,7 @@ "November" : "Арван нэгдүгээр сар", "a safe home for all your data" : "Таны өгөгдлүүдийн аюулгүй гэр", "Authentication error" : "Нотолгооны алдаа", - "Storage is temporarily not available" : "Хадгалах төхөөрөмж нь түр хугацаанд ашиглах боломжгүй байна" + "Storage is temporarily not available" : "Хадгалах төхөөрөмж нь түр хугацаанд ашиглах боломжгүй байна", + "Full name" : "бүтэн нэр" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 6fcd0af4ba521..fa31e18222fc6 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -87,7 +87,6 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Profilbilde", "About" : "Om", - "Full name" : "Fullt navn", "Headline" : "Overskrift", "Organisation" : "Organisasion", "Role" : "Rolle", @@ -198,6 +197,7 @@ OC.L10N.register( "Storage connection error. %s" : "Tilkoblingsfeil for lager. %s", "Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig", "Storage connection timeout. %s" : "Tidsavbrudd ved tilkobling av lager: %s", + "Full name" : "Fullt navn", "%s enter the database username and name." : "%s legg inn database brukernavn og navn.", "%s enter the database username." : "%s legg inn brukernavn for databasen.", "%s enter the database name." : "%s legg inn navnet på databasen.", diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index 97646a81094c4..ef7cdd10db9c3 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -85,7 +85,6 @@ "Address" : "Adresse", "Profile picture" : "Profilbilde", "About" : "Om", - "Full name" : "Fullt navn", "Headline" : "Overskrift", "Organisation" : "Organisasion", "Role" : "Rolle", @@ -196,6 +195,7 @@ "Storage connection error. %s" : "Tilkoblingsfeil for lager. %s", "Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig", "Storage connection timeout. %s" : "Tidsavbrudd ved tilkobling av lager: %s", + "Full name" : "Fullt navn", "%s enter the database username and name." : "%s legg inn database brukernavn og navn.", "%s enter the database username." : "%s legg inn brukernavn for databasen.", "%s enter the database name." : "%s legg inn navnet på databasen.", diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index b7b84bc323d2d..894b1fa2e8bb6 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -109,7 +109,6 @@ OC.L10N.register( "Address" : "Adres", "Profile picture" : "Profielafbeelding", "About" : "Over", - "Full name" : "Volledige naam", "Headline" : "Hoofdlijn", "Organisation" : "Organisatie", "Role" : "Rol", @@ -251,6 +250,7 @@ OC.L10N.register( "Storage connection error. %s" : "Opslag verbindingsfout. %s", "Storage is temporarily not available" : "Opslag is tijdelijk niet beschikbaar", "Storage connection timeout. %s" : "Opslag verbinding time-out. %s", + "Full name" : "Volledige naam", "%s enter the database username and name." : "%s voer de database gebruikersnaam en naam in .", "%s enter the database username." : "%s voer de database gebruikersnaam in.", "%s enter the database name." : "%s voer de databasenaam in.", diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index 5dc34f477d863..9296827e3e907 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -107,7 +107,6 @@ "Address" : "Adres", "Profile picture" : "Profielafbeelding", "About" : "Over", - "Full name" : "Volledige naam", "Headline" : "Hoofdlijn", "Organisation" : "Organisatie", "Role" : "Rol", @@ -249,6 +248,7 @@ "Storage connection error. %s" : "Opslag verbindingsfout. %s", "Storage is temporarily not available" : "Opslag is tijdelijk niet beschikbaar", "Storage connection timeout. %s" : "Opslag verbinding time-out. %s", + "Full name" : "Volledige naam", "%s enter the database username and name." : "%s voer de database gebruikersnaam en naam in .", "%s enter the database username." : "%s voer de database gebruikersnaam in.", "%s enter the database name." : "%s voer de databasenaam in.", diff --git a/lib/l10n/nn_NO.js b/lib/l10n/nn_NO.js index 8659eabd6aaa0..03a76a1ea3620 100644 --- a/lib/l10n/nn_NO.js +++ b/lib/l10n/nn_NO.js @@ -27,7 +27,6 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Profilbilete", "About" : "Om", - "Full name" : "Fult namn", "Unknown user" : "Ukjend brukar", "Additional settings" : "Tilleggsinnstillingar", "Set an admin password." : "Vel eit admin-passord.", @@ -81,6 +80,7 @@ OC.L10N.register( "A valid username must be provided" : "Du må oppgje eit gyldig brukarnamn", "User disabled" : "Brukar deaktivert", "Login canceled by app" : "Innlogging avbroten av app", - "Authentication error" : "Feil i autentisering" + "Authentication error" : "Feil i autentisering", + "Full name" : "Fult namn" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nn_NO.json b/lib/l10n/nn_NO.json index 4dd28fb8e7ad7..da77b6f152174 100644 --- a/lib/l10n/nn_NO.json +++ b/lib/l10n/nn_NO.json @@ -25,7 +25,6 @@ "Address" : "Adresse", "Profile picture" : "Profilbilete", "About" : "Om", - "Full name" : "Fult namn", "Unknown user" : "Ukjend brukar", "Additional settings" : "Tilleggsinnstillingar", "Set an admin password." : "Vel eit admin-passord.", @@ -79,6 +78,7 @@ "A valid username must be provided" : "Du må oppgje eit gyldig brukarnamn", "User disabled" : "Brukar deaktivert", "Login canceled by app" : "Innlogging avbroten av app", - "Authentication error" : "Feil i autentisering" + "Authentication error" : "Feil i autentisering", + "Full name" : "Fult namn" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js index 41a93ac96b40a..98984f9747ab8 100644 --- a/lib/l10n/oc.js +++ b/lib/l10n/oc.js @@ -43,7 +43,6 @@ OC.L10N.register( "Address" : "Adreça", "Profile picture" : "Imatge de perfil", "About" : "A prepaus", - "Full name" : "Nom complèt", "Headline" : "Títol", "Organisation" : "Organizacion", "Role" : "Ròtle", @@ -73,6 +72,7 @@ OC.L10N.register( "User disabled" : "Utilizaire desactivat", "a safe home for all your data" : "un ostal segur per vòstras donadas", "Authentication error" : "Error d’autentificacion", - "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible" + "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible", + "Full name" : "Nom complèt" }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/oc.json b/lib/l10n/oc.json index 101ce9fc5f1f6..53eac3420a89b 100644 --- a/lib/l10n/oc.json +++ b/lib/l10n/oc.json @@ -41,7 +41,6 @@ "Address" : "Adreça", "Profile picture" : "Imatge de perfil", "About" : "A prepaus", - "Full name" : "Nom complèt", "Headline" : "Títol", "Organisation" : "Organizacion", "Role" : "Ròtle", @@ -71,6 +70,7 @@ "User disabled" : "Utilizaire desactivat", "a safe home for all your data" : "un ostal segur per vòstras donadas", "Authentication error" : "Error d’autentificacion", - "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible" + "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible", + "Full name" : "Nom complèt" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index d08e5b2d3af65..c0231db06b909 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Adres", "Profile picture" : "Zdjęcie profilowe", "About" : "Informacje", - "Full name" : "Pełna nazwa", "Headline" : "Nagłówek", "Organisation" : "Organizacja", "Role" : "Rola społeczna", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Błąd połączenia z magazynem. %s", "Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny", "Storage connection timeout. %s" : "Limit czasu połączenia do magazynu. %s", + "Full name" : "Pełna nazwa", "%s enter the database username and name." : "Podaj nazwę bazy danych i nazwę użytkownika dla %s.", "%s enter the database username." : "Podaj nazwę użytkownika dla %s.", "%s enter the database name." : "Podaj nazwę bazy danych dla %s.", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 98c87c813ae73..8ce189fb56b9d 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -112,7 +112,6 @@ "Address" : "Adres", "Profile picture" : "Zdjęcie profilowe", "About" : "Informacje", - "Full name" : "Pełna nazwa", "Headline" : "Nagłówek", "Organisation" : "Organizacja", "Role" : "Rola społeczna", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Błąd połączenia z magazynem. %s", "Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny", "Storage connection timeout. %s" : "Limit czasu połączenia do magazynu. %s", + "Full name" : "Pełna nazwa", "%s enter the database username and name." : "Podaj nazwę bazy danych i nazwę użytkownika dla %s.", "%s enter the database username." : "Podaj nazwę użytkownika dla %s.", "%s enter the database name." : "Podaj nazwę bazy danych dla %s.", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 7cb2125face01..65db17c8a091c 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -114,7 +114,7 @@ OC.L10N.register( "Address" : "Endereço", "Profile picture" : "Foto do perfil", "About" : "Sobre", - "Full name" : "Nome completo ", + "Display name" : "Nome de exibição", "Headline" : "Título ", "Organisation" : "Organização", "Role" : "Função", @@ -265,6 +265,7 @@ OC.L10N.register( "Storage connection error. %s" : "Erro na conexão de armazenamento. %s", "Storage is temporarily not available" : "Armazenamento temporariamente indisponível", "Storage connection timeout. %s" : "Atingido o tempo limite de conexão ao armazenamento. %s", + "Full name" : "Nome completo ", "%s enter the database username and name." : "%s insira o nome de usuário e o nome do banco de dados.", "%s enter the database username." : "%s insira o nome de usuário do banco de dados.", "%s enter the database name." : "%s insira o nome do banco de dados.", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index 4db04dcf5b6c5..dbc3b30de8c72 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -112,7 +112,7 @@ "Address" : "Endereço", "Profile picture" : "Foto do perfil", "About" : "Sobre", - "Full name" : "Nome completo ", + "Display name" : "Nome de exibição", "Headline" : "Título ", "Organisation" : "Organização", "Role" : "Função", @@ -263,6 +263,7 @@ "Storage connection error. %s" : "Erro na conexão de armazenamento. %s", "Storage is temporarily not available" : "Armazenamento temporariamente indisponível", "Storage connection timeout. %s" : "Atingido o tempo limite de conexão ao armazenamento. %s", + "Full name" : "Nome completo ", "%s enter the database username and name." : "%s insira o nome de usuário e o nome do banco de dados.", "%s enter the database username." : "%s insira o nome de usuário do banco de dados.", "%s enter the database name." : "%s insira o nome do banco de dados.", diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index c9eb573b0ae08..7dce8f30df6ca 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -87,7 +87,7 @@ OC.L10N.register( "Address" : "Endereço", "Profile picture" : "Imagem do perfil", "About" : "Sobre", - "Full name" : "Nome completo", + "Display name" : "Nome a exibir", "Headline" : "Título ", "Organisation" : "Organização", "Role" : "Função", @@ -203,6 +203,7 @@ OC.L10N.register( "Storage connection error. %s" : "Erro de ligação ao armazenamento. %s", "Storage is temporarily not available" : "Armazenamento temporariamente indisponível", "Storage connection timeout. %s" : "Tempo de ligação ao armazenamento expirou. %s", + "Full name" : "Nome completo", "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.", "%s enter the database username." : "%s introduza o nome de utilizador da base de dados", "%s enter the database name." : "%s introduza o nome da base de dados", diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index f398766ed619d..8536d74eeed0c 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -85,7 +85,7 @@ "Address" : "Endereço", "Profile picture" : "Imagem do perfil", "About" : "Sobre", - "Full name" : "Nome completo", + "Display name" : "Nome a exibir", "Headline" : "Título ", "Organisation" : "Organização", "Role" : "Função", @@ -201,6 +201,7 @@ "Storage connection error. %s" : "Erro de ligação ao armazenamento. %s", "Storage is temporarily not available" : "Armazenamento temporariamente indisponível", "Storage connection timeout. %s" : "Tempo de ligação ao armazenamento expirou. %s", + "Full name" : "Nome completo", "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.", "%s enter the database username." : "%s introduza o nome de utilizador da base de dados", "%s enter the database name." : "%s introduza o nome da base de dados", diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js index e26772284c905..df6c1f08fb241 100644 --- a/lib/l10n/ro.js +++ b/lib/l10n/ro.js @@ -54,7 +54,6 @@ OC.L10N.register( "Address" : "Adresă", "Profile picture" : "Imagine de profil", "About" : "Despre", - "Full name" : "Nume complet", "Role" : "Rol", "Unknown user" : "Utilizator necunoscut", "Additional settings" : "Setări adiționale", @@ -133,6 +132,7 @@ OC.L10N.register( "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP este aparent configurat pentru a elimina blocurile de documente inline. Acest lucru va face mai multe aplicații de bază inaccesibile.", "PHP modules have been installed, but they are still listed as missing?" : "Modulele PHP au fost instalate, dar apar ca lipsind?", "Storage is temporarily not available" : "Spațiu de stocare este indisponibil temporar", + "Full name" : "Nume complet", "%s enter the database username and name." : "%s introdu numele de utilizator și parola pentru baza de date.", "%s enter the database username." : "%s introdu utilizatorul bazei de date.", "%s enter the database name." : "%s introduceți numele bazei de date", diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json index 5d227ca18270d..4b965d4583739 100644 --- a/lib/l10n/ro.json +++ b/lib/l10n/ro.json @@ -52,7 +52,6 @@ "Address" : "Adresă", "Profile picture" : "Imagine de profil", "About" : "Despre", - "Full name" : "Nume complet", "Role" : "Rol", "Unknown user" : "Utilizator necunoscut", "Additional settings" : "Setări adiționale", @@ -131,6 +130,7 @@ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP este aparent configurat pentru a elimina blocurile de documente inline. Acest lucru va face mai multe aplicații de bază inaccesibile.", "PHP modules have been installed, but they are still listed as missing?" : "Modulele PHP au fost instalate, dar apar ca lipsind?", "Storage is temporarily not available" : "Spațiu de stocare este indisponibil temporar", + "Full name" : "Nume complet", "%s enter the database username and name." : "%s introdu numele de utilizator și parola pentru baza de date.", "%s enter the database username." : "%s introdu utilizatorul bazei de date.", "%s enter the database name." : "%s introduceți numele bazei de date", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 819a83f2e4012..bf9fdf7b6d0d1 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Адрес", "Profile picture" : "Изображение профиля", "About" : "О себе", - "Full name" : "Полное имя", "Headline" : "Заголовок", "Organisation" : "Организация", "Role" : "Роль", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Ошибка подключения к хранилищу. %s", "Storage is temporarily not available" : "Хранилище временно недоступно", "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s", + "Full name" : "Полное имя", "%s enter the database username and name." : "%s укажите имя пользователя и название для базы данных.", "%s enter the database username." : "%s введите имя пользователя базы данных.", "%s enter the database name." : "%s введите имя базы данных.", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index a0d8e3b647a26..c405ab35d98e8 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -112,7 +112,6 @@ "Address" : "Адрес", "Profile picture" : "Изображение профиля", "About" : "О себе", - "Full name" : "Полное имя", "Headline" : "Заголовок", "Organisation" : "Организация", "Role" : "Роль", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Ошибка подключения к хранилищу. %s", "Storage is temporarily not available" : "Хранилище временно недоступно", "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s", + "Full name" : "Полное имя", "%s enter the database username and name." : "%s укажите имя пользователя и название для базы данных.", "%s enter the database username." : "%s введите имя пользователя базы данных.", "%s enter the database name." : "%s введите имя базы данных.", diff --git a/lib/l10n/sc.js b/lib/l10n/sc.js index f433a6281c978..dccdd2ae3504e 100644 --- a/lib/l10n/sc.js +++ b/lib/l10n/sc.js @@ -94,7 +94,7 @@ OC.L10N.register( "Address" : "Indiritzu", "Profile picture" : "Imàgine de profilu", "About" : "In contu de", - "Full name" : "Nùmene cumpletu", + "Display name" : "Ammustra nùmene", "Headline" : "Tìtulos", "Role" : "Faina", "Unknown user" : "Utèntzia disconnota", @@ -217,6 +217,7 @@ OC.L10N.register( "Storage connection error. %s" : "Errore de connessione a s'archiviatzione. %s", "Storage is temporarily not available" : "S'archiviatzione no est disponìbile pro immoe.", "Storage connection timeout. %s" : "Tempus de connessione a s'archiviatzione iscadidu. %s", + "Full name" : "Nùmene cumpletu", "%s enter the database username and name." : "%s inserta•nche su nùmene utente e su nùmene de sa base de datos.", "%s enter the database username." : "%s inserta•nche su nùmene utente de sa base de datos.", "%s enter the database name." : "%s inserta•nche su nùmene de sa base de datos.", diff --git a/lib/l10n/sc.json b/lib/l10n/sc.json index de79461d4bebb..410d70767685c 100644 --- a/lib/l10n/sc.json +++ b/lib/l10n/sc.json @@ -92,7 +92,7 @@ "Address" : "Indiritzu", "Profile picture" : "Imàgine de profilu", "About" : "In contu de", - "Full name" : "Nùmene cumpletu", + "Display name" : "Ammustra nùmene", "Headline" : "Tìtulos", "Role" : "Faina", "Unknown user" : "Utèntzia disconnota", @@ -215,6 +215,7 @@ "Storage connection error. %s" : "Errore de connessione a s'archiviatzione. %s", "Storage is temporarily not available" : "S'archiviatzione no est disponìbile pro immoe.", "Storage connection timeout. %s" : "Tempus de connessione a s'archiviatzione iscadidu. %s", + "Full name" : "Nùmene cumpletu", "%s enter the database username and name." : "%s inserta•nche su nùmene utente e su nùmene de sa base de datos.", "%s enter the database username." : "%s inserta•nche su nùmene utente de sa base de datos.", "%s enter the database name." : "%s inserta•nche su nùmene de sa base de datos.", diff --git a/lib/l10n/si.js b/lib/l10n/si.js index 6d7ca7f13edd2..1a5aafa2d1060 100644 --- a/lib/l10n/si.js +++ b/lib/l10n/si.js @@ -30,7 +30,6 @@ OC.L10N.register( "Website" : "වියමන අඩවිය", "Address" : "ලිපිනය", "About" : "පිළිබඳව", - "Full name" : "සම්පූර්ණ නම", "Role" : "කාර්යභාරය", "Unknown user" : "නොදන්නා පරිශීලකයෙකි", "Additional settings" : "අමතර සැකසුම්", @@ -66,6 +65,7 @@ OC.L10N.register( "September" : "සැප්තැම්බර්", "October" : "ඔක්තෝම්බර්", "November" : "නොවැම්බර්", - "December" : "දෙසැම්බර්" + "December" : "දෙසැම්බර්", + "Full name" : "සම්පූර්ණ නම" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/si.json b/lib/l10n/si.json index ee2a4674b41d9..d523fd7d59bb2 100644 --- a/lib/l10n/si.json +++ b/lib/l10n/si.json @@ -28,7 +28,6 @@ "Website" : "වියමන අඩවිය", "Address" : "ලිපිනය", "About" : "පිළිබඳව", - "Full name" : "සම්පූර්ණ නම", "Role" : "කාර්යභාරය", "Unknown user" : "නොදන්නා පරිශීලකයෙකි", "Additional settings" : "අමතර සැකසුම්", @@ -64,6 +63,7 @@ "September" : "සැප්තැම්බර්", "October" : "ඔක්තෝම්බර්", "November" : "නොවැම්බර්", - "December" : "දෙසැම්බර්" + "December" : "දෙසැම්බර්", + "Full name" : "සම්පූර්ණ නම" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index 2a22d8cc41fc4..84b6eb6ebac99 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -113,7 +113,6 @@ OC.L10N.register( "Address" : "Adresa", "Profile picture" : "Profilový obrázok", "About" : "O aplikácii", - "Full name" : "Celé meno", "Headline" : "Titulok", "Organisation" : "Organizácia", "Role" : "Rola", @@ -263,6 +262,7 @@ OC.L10N.register( "Storage connection error. %s" : "Chyba pripojenia k úložisku. %s", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", + "Full name" : "Celé meno", "%s enter the database username and name." : "%s zadajte používateľské meno a meno databázy", "%s enter the database username." : "Zadajte používateľské meno %s databázy.", "%s enter the database name." : "Zadajte názov databázy pre %s databázy.", diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json index 5cc925c698fea..5262942f60bcd 100644 --- a/lib/l10n/sk.json +++ b/lib/l10n/sk.json @@ -111,7 +111,6 @@ "Address" : "Adresa", "Profile picture" : "Profilový obrázok", "About" : "O aplikácii", - "Full name" : "Celé meno", "Headline" : "Titulok", "Organisation" : "Organizácia", "Role" : "Rola", @@ -261,6 +260,7 @@ "Storage connection error. %s" : "Chyba pripojenia k úložisku. %s", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", + "Full name" : "Celé meno", "%s enter the database username and name." : "%s zadajte používateľské meno a meno databázy", "%s enter the database username." : "Zadajte používateľské meno %s databázy.", "%s enter the database name." : "Zadajte názov databázy pre %s databázy.", diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index 5e04c0f74efcc..08ee03532e5a1 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -103,7 +103,7 @@ OC.L10N.register( "Address" : "Naslov", "Profile picture" : "Slika profila", "About" : "O programu", - "Full name" : "Polno ime", + "Display name" : "Prikazno ime", "Headline" : "Naslov", "Organisation" : "Ustanova", "Role" : "Vloga", @@ -227,6 +227,7 @@ OC.L10N.register( "Storage connection error. %s" : "Napaka povezave do shrambe. %s", "Storage is temporarily not available" : "Shramba trenutno ni na voljo", "Storage connection timeout. %s" : "Povezava do shrambe je časovno potekla. %s", + "Full name" : "Polno ime", "%s enter the database username and name." : "%s – vnos uporabniškega imena in imena podatkovne zbirke.", "%s enter the database username." : "%s – vnos uporabniškega imena podatkovne zbirke.", "%s enter the database name." : "%s – vnos imena podatkovne zbirke.", diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index 6252d38167730..84b0878741a48 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -101,7 +101,7 @@ "Address" : "Naslov", "Profile picture" : "Slika profila", "About" : "O programu", - "Full name" : "Polno ime", + "Display name" : "Prikazno ime", "Headline" : "Naslov", "Organisation" : "Ustanova", "Role" : "Vloga", @@ -225,6 +225,7 @@ "Storage connection error. %s" : "Napaka povezave do shrambe. %s", "Storage is temporarily not available" : "Shramba trenutno ni na voljo", "Storage connection timeout. %s" : "Povezava do shrambe je časovno potekla. %s", + "Full name" : "Polno ime", "%s enter the database username and name." : "%s – vnos uporabniškega imena in imena podatkovne zbirke.", "%s enter the database username." : "%s – vnos uporabniškega imena podatkovne zbirke.", "%s enter the database name." : "%s – vnos imena podatkovne zbirke.", diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js index c9383f49e08b9..630137ed9bb73 100644 --- a/lib/l10n/sq.js +++ b/lib/l10n/sq.js @@ -58,7 +58,6 @@ OC.L10N.register( "Address" : "Adresa", "Profile picture" : "Foto profili", "About" : "Rreth ", - "Full name" : "Emri i plotë", "Unknown user" : "Përdorues i panjohur", "Additional settings" : "Konfigurime shtesë", "You need to enter details of an existing account." : "Duhet të futni detajet e një llogarie ekzistuese.", @@ -158,6 +157,7 @@ OC.L10N.register( "Storage connection error. %s" : "Gabim lidhje te depozita. %s", "Storage is temporarily not available" : "Hapsira ruajtëse nuk është në dispozicion përkohësisht", "Storage connection timeout. %s" : "Mbarim kohe lidhjeje për depozitën. %s", + "Full name" : "Emri i plotë", "%s enter the database username and name." : "%s jepni emrin e bazës së të dhënave dhe emrin e përdoruesit për të.", "%s enter the database username." : "%s jepni emrin e përdoruesit të bazës së të dhënave.", "%s enter the database name." : "%s jepni emrin e bazës së të dhënave.", diff --git a/lib/l10n/sq.json b/lib/l10n/sq.json index 56ef01fd4bb8e..152ed8959996b 100644 --- a/lib/l10n/sq.json +++ b/lib/l10n/sq.json @@ -56,7 +56,6 @@ "Address" : "Adresa", "Profile picture" : "Foto profili", "About" : "Rreth ", - "Full name" : "Emri i plotë", "Unknown user" : "Përdorues i panjohur", "Additional settings" : "Konfigurime shtesë", "You need to enter details of an existing account." : "Duhet të futni detajet e një llogarie ekzistuese.", @@ -156,6 +155,7 @@ "Storage connection error. %s" : "Gabim lidhje te depozita. %s", "Storage is temporarily not available" : "Hapsira ruajtëse nuk është në dispozicion përkohësisht", "Storage connection timeout. %s" : "Mbarim kohe lidhjeje për depozitën. %s", + "Full name" : "Emri i plotë", "%s enter the database username and name." : "%s jepni emrin e bazës së të dhënave dhe emrin e përdoruesit për të.", "%s enter the database username." : "%s jepni emrin e përdoruesit të bazës së të dhënave.", "%s enter the database name." : "%s jepni emrin e bazës së të dhënave.", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index dede3ddc4b4f0..0e263af680e16 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Адреса", "Profile picture" : "Слика профила", "About" : "О програму", - "Full name" : "Пуно име", "Headline" : "Наслов", "Organisation" : "Организација", "Role" : "Улога", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Грешка приликом повезивања на складиште. %s", "Storage is temporarily not available" : "Складиште привремено није доступно", "Storage connection timeout. %s" : "Истекло је време за повезивање на складиште. %s", + "Full name" : "Пуно име", "%s enter the database username and name." : "%s унеси корисничко име базе података и име.", "%s enter the database username." : "%s унеси корисничко име базе података.", "%s enter the database name." : "%s унеси име базе података.", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index 40e73ae8a5a5c..15bd6f5ec6895 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -112,7 +112,6 @@ "Address" : "Адреса", "Profile picture" : "Слика профила", "About" : "О програму", - "Full name" : "Пуно име", "Headline" : "Наслов", "Organisation" : "Организација", "Role" : "Улога", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Грешка приликом повезивања на складиште. %s", "Storage is temporarily not available" : "Складиште привремено није доступно", "Storage connection timeout. %s" : "Истекло је време за повезивање на складиште. %s", + "Full name" : "Пуно име", "%s enter the database username and name." : "%s унеси корисничко име базе података и име.", "%s enter the database username." : "%s унеси корисничко име базе података.", "%s enter the database name." : "%s унеси име базе података.", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 68d08b0ad5d8d..3e2c3a21a6bd0 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Adress", "Profile picture" : "Profilbild", "About" : "Om", - "Full name" : "Fullständigt namn", "Headline" : "Rubrik", "Organisation" : "Organisation", "Role" : "Roll", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Lagringsutrymme lyckas inte ansluta. %s", "Storage is temporarily not available" : "Lagringsutrymme är för tillfället inte tillgängligt", "Storage connection timeout. %s" : "Lagringsutrymme lyckas inte ansluta \"timeout\". %s", + "Full name" : "Fullständigt namn", "%s enter the database username and name." : "%s ange användarnamn och namn för databasen.", "%s enter the database username." : "%s ange databasanvändare.", "%s enter the database name." : "%s ange databasnamn", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 3e4fc291c5cec..11cecf5311359 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -112,7 +112,6 @@ "Address" : "Adress", "Profile picture" : "Profilbild", "About" : "Om", - "Full name" : "Fullständigt namn", "Headline" : "Rubrik", "Organisation" : "Organisation", "Role" : "Roll", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Lagringsutrymme lyckas inte ansluta. %s", "Storage is temporarily not available" : "Lagringsutrymme är för tillfället inte tillgängligt", "Storage connection timeout. %s" : "Lagringsutrymme lyckas inte ansluta \"timeout\". %s", + "Full name" : "Fullständigt namn", "%s enter the database username and name." : "%s ange användarnamn och namn för databasen.", "%s enter the database username." : "%s ange databasanvändare.", "%s enter the database name." : "%s ange databasnamn", diff --git a/lib/l10n/th.js b/lib/l10n/th.js index 761867045b2b9..8a3f998d312d2 100644 --- a/lib/l10n/th.js +++ b/lib/l10n/th.js @@ -56,7 +56,7 @@ OC.L10N.register( "Address" : "ที่อยู่", "Profile picture" : "รูปภาพโปรไฟล์", "About" : "เกี่ยวกับ", - "Full name" : "ชื่อเต็ม", + "Display name" : "ชื่อที่แสดง", "Unknown user" : "ผู้ใช้ที่ไม่รู้จัก", "Additional settings" : "การตั้งค่าเพิ่มเติม", "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ", @@ -151,6 +151,7 @@ OC.L10N.register( "Storage connection error. %s" : "ข้อผิดพลาดการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s", "Storage is temporarily not available" : "พื้นที่จัดเก็บข้อมูลไม่สามารถใช้งานได้ชั่วคราว", "Storage connection timeout. %s" : "หมดเวลาการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s", + "Full name" : "ชื่อเต็ม", "%s enter the database username and name." : "%s ป้อนชื่อผู้ใช้ฐานข้อมูล และชื่อ", "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล", "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล", diff --git a/lib/l10n/th.json b/lib/l10n/th.json index ad120c80e7d70..be052dec0205e 100644 --- a/lib/l10n/th.json +++ b/lib/l10n/th.json @@ -54,7 +54,7 @@ "Address" : "ที่อยู่", "Profile picture" : "รูปภาพโปรไฟล์", "About" : "เกี่ยวกับ", - "Full name" : "ชื่อเต็ม", + "Display name" : "ชื่อที่แสดง", "Unknown user" : "ผู้ใช้ที่ไม่รู้จัก", "Additional settings" : "การตั้งค่าเพิ่มเติม", "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ", @@ -149,6 +149,7 @@ "Storage connection error. %s" : "ข้อผิดพลาดการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s", "Storage is temporarily not available" : "พื้นที่จัดเก็บข้อมูลไม่สามารถใช้งานได้ชั่วคราว", "Storage connection timeout. %s" : "หมดเวลาการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s", + "Full name" : "ชื่อเต็ม", "%s enter the database username and name." : "%s ป้อนชื่อผู้ใช้ฐานข้อมูล และชื่อ", "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล", "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 68f7a2b95adae..c00873d949fdf 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "Adres", "Profile picture" : "Profil görseli", "About" : "Hakkında", - "Full name" : "Tam ad", "Headline" : "Başlık", "Organisation" : "Kuruluş", "Role" : "Pozisyon", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "Depolama bağlantısı sorunu. %s", "Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor", "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", + "Full name" : "Tam ad", "%s enter the database username and name." : "%s veri tabanı adını ve kullanıcı adını yazın.", "%s enter the database username." : "%s veri tabanı kullanıcı adını yazın.", "%s enter the database name." : "%s veri tabanı adını yazın.", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 3cdc68a088f4d..2c2c47c9e81a7 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -112,7 +112,6 @@ "Address" : "Adres", "Profile picture" : "Profil görseli", "About" : "Hakkında", - "Full name" : "Tam ad", "Headline" : "Başlık", "Organisation" : "Kuruluş", "Role" : "Pozisyon", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "Depolama bağlantısı sorunu. %s", "Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor", "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", + "Full name" : "Tam ad", "%s enter the database username and name." : "%s veri tabanı adını ve kullanıcı adını yazın.", "%s enter the database username." : "%s veri tabanı kullanıcı adını yazın.", "%s enter the database name." : "%s veri tabanı adını yazın.", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 590ff85e2c633..4f298930c3fe3 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -112,7 +112,6 @@ OC.L10N.register( "Address" : "Адреса", "Profile picture" : "Зображення облікового запису", "About" : "Опис", - "Full name" : "Повна назва", "Headline" : "Заголовок", "Organisation" : "Організація", "Role" : "Роль", @@ -263,6 +262,7 @@ OC.L10N.register( "Storage connection error. %s" : "Помилка з'єднання зі сховищем. %s", "Storage is temporarily not available" : "Сховище тимчасово недоступне", "Storage connection timeout. %s" : "Час під'єднання до сховища вичерпався. %s", + "Full name" : "Повна назва", "%s enter the database username and name." : "%s введіть назву бази даних та ім'я користувача.", "%s enter the database username." : "%s введіть ім'я користувача бази даних.", "%s enter the database name." : "%s введіть назву бази даних.", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index 502c766f3c7f8..8e26062359f23 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -110,7 +110,6 @@ "Address" : "Адреса", "Profile picture" : "Зображення облікового запису", "About" : "Опис", - "Full name" : "Повна назва", "Headline" : "Заголовок", "Organisation" : "Організація", "Role" : "Роль", @@ -261,6 +260,7 @@ "Storage connection error. %s" : "Помилка з'єднання зі сховищем. %s", "Storage is temporarily not available" : "Сховище тимчасово недоступне", "Storage connection timeout. %s" : "Час під'єднання до сховища вичерпався. %s", + "Full name" : "Повна назва", "%s enter the database username and name." : "%s введіть назву бази даних та ім'я користувача.", "%s enter the database username." : "%s введіть ім'я користувача бази даних.", "%s enter the database name." : "%s введіть назву бази даних.", diff --git a/lib/l10n/uz.js b/lib/l10n/uz.js index efbd83306a47e..66304ff84dc71 100644 --- a/lib/l10n/uz.js +++ b/lib/l10n/uz.js @@ -16,11 +16,11 @@ OC.L10N.register( "Address" : "Address", "Profile picture" : "Profil rasmi", "About" : "About", - "Full name" : "Full name", "Unknown user" : "Unknown user", "Set an admin password." : "Set an admin password.", "January" : "January", "Authentication error" : "Authentication error", - "Storage is temporarily not available" : "Storage is temporarily not available" + "Storage is temporarily not available" : "Storage is temporarily not available", + "Full name" : "Full name" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/uz.json b/lib/l10n/uz.json index 2fe0d108dcc21..083f124fd7be5 100644 --- a/lib/l10n/uz.json +++ b/lib/l10n/uz.json @@ -14,11 +14,11 @@ "Address" : "Address", "Profile picture" : "Profil rasmi", "About" : "About", - "Full name" : "Full name", "Unknown user" : "Unknown user", "Set an admin password." : "Set an admin password.", "January" : "January", "Authentication error" : "Authentication error", - "Storage is temporarily not available" : "Storage is temporarily not available" + "Storage is temporarily not available" : "Storage is temporarily not available", + "Full name" : "Full name" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/vi.js b/lib/l10n/vi.js index 129563e1ce9ec..a4c189cbf31e8 100644 --- a/lib/l10n/vi.js +++ b/lib/l10n/vi.js @@ -46,7 +46,6 @@ OC.L10N.register( "Address" : "Địa chỉ", "Profile picture" : "Ảnh đại diện", "About" : "Giới thiệu", - "Full name" : "Tên đầy đủ", "Unknown user" : "Người dùng không tồn tại", "Additional settings" : "Cài đặt bổ sung", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Hãy xóa thiết lập open_basedir tại tập tin cấu hình php.ini hoặc chuyển sang dùng PHP 64-bit.", @@ -100,6 +99,7 @@ OC.L10N.register( "Authentication error" : "Lỗi xác thực", "Token expired. Please reload page." : "Mã Token đã hết hạn. Hãy tải lại trang.", "PHP module %s not installed." : "PHP mô đun %s chưa được cài đặt", - "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng" + "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng", + "Full name" : "Tên đầy đủ" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/vi.json b/lib/l10n/vi.json index 9ab7ac5bc0310..3bc1a78d1db69 100644 --- a/lib/l10n/vi.json +++ b/lib/l10n/vi.json @@ -44,7 +44,6 @@ "Address" : "Địa chỉ", "Profile picture" : "Ảnh đại diện", "About" : "Giới thiệu", - "Full name" : "Tên đầy đủ", "Unknown user" : "Người dùng không tồn tại", "Additional settings" : "Cài đặt bổ sung", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Hãy xóa thiết lập open_basedir tại tập tin cấu hình php.ini hoặc chuyển sang dùng PHP 64-bit.", @@ -98,6 +97,7 @@ "Authentication error" : "Lỗi xác thực", "Token expired. Please reload page." : "Mã Token đã hết hạn. Hãy tải lại trang.", "PHP module %s not installed." : "PHP mô đun %s chưa được cài đặt", - "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng" + "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng", + "Full name" : "Tên đầy đủ" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index cbe5bbc7addb8..05e7f2b9d366c 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -111,7 +111,7 @@ OC.L10N.register( "Address" : "地址", "Profile picture" : "个人资料图片 ", "About" : "关于", - "Full name" : "全名", + "Display name" : "显示用户名", "Headline" : "标题", "Organisation" : "组织", "Role" : "角色", @@ -260,6 +260,7 @@ OC.L10N.register( "Storage connection error. %s" : "存储连接错误。%s", "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时。%s", + "Full name" : "全名", "%s enter the database username and name." : "%s 输入数据库用户名和名称。", "%s enter the database username." : "%s 输入数据库用户名。", "%s enter the database name." : "%s 输入数据库名称。", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 2ec22c93f702d..a054fee5a9d44 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -109,7 +109,7 @@ "Address" : "地址", "Profile picture" : "个人资料图片 ", "About" : "关于", - "Full name" : "全名", + "Display name" : "显示用户名", "Headline" : "标题", "Organisation" : "组织", "Role" : "角色", @@ -258,6 +258,7 @@ "Storage connection error. %s" : "存储连接错误。%s", "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时。%s", + "Full name" : "全名", "%s enter the database username and name." : "%s 输入数据库用户名和名称。", "%s enter the database username." : "%s 输入数据库用户名。", "%s enter the database name." : "%s 输入数据库名称。", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 25f8b6899647d..195d88280cbf3 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -114,7 +114,7 @@ OC.L10N.register( "Address" : "地址", "Profile picture" : "個人資料圖片", "About" : "關於", - "Full name" : "全名", + "Display name" : "顯示名稱", "Headline" : "標題", "Organisation" : "機構", "Role" : "角色", @@ -265,6 +265,7 @@ OC.L10N.register( "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Full name" : "全名", "%s enter the database username and name." : "%s 輸入數據庫名稱及用戶名稱", "%s enter the database username." : "%s 輸入數據庫用戶名稱", "%s enter the database name." : "%s 輸入數據庫名稱", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index e8ac152decc18..2b4864cc19ada 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -112,7 +112,7 @@ "Address" : "地址", "Profile picture" : "個人資料圖片", "About" : "關於", - "Full name" : "全名", + "Display name" : "顯示名稱", "Headline" : "標題", "Organisation" : "機構", "Role" : "角色", @@ -263,6 +263,7 @@ "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Full name" : "全名", "%s enter the database username and name." : "%s 輸入數據庫名稱及用戶名稱", "%s enter the database username." : "%s 輸入數據庫用戶名稱", "%s enter the database name." : "%s 輸入數據庫名稱", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 34eb10a15b017..e2d8c0cca098b 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -114,7 +114,6 @@ OC.L10N.register( "Address" : "地址", "Profile picture" : "個人檔案圖片", "About" : "關於", - "Full name" : "全名", "Headline" : "標題", "Organisation" : "組織", "Role" : "角色", @@ -265,6 +264,7 @@ OC.L10N.register( "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Full name" : "全名", "%s enter the database username and name." : "%s 輸入資料庫名稱及使用者名稱", "%s enter the database username." : "%s 輸入資料庫使用者名稱", "%s enter the database name." : "%s 輸入資料庫名稱", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 71216a20a04a5..bf2b54fa781ac 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -112,7 +112,6 @@ "Address" : "地址", "Profile picture" : "個人檔案圖片", "About" : "關於", - "Full name" : "全名", "Headline" : "標題", "Organisation" : "組織", "Role" : "角色", @@ -263,6 +262,7 @@ "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Full name" : "全名", "%s enter the database username and name." : "%s 輸入資料庫名稱及使用者名稱", "%s enter the database username." : "%s 輸入資料庫使用者名稱", "%s enter the database name." : "%s 輸入資料庫名稱",