diff options
519 files changed, 5949 insertions, 3619 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 34800378537..390d645e2a4 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -4,8 +4,8 @@ <name>Files</name> <description>File Management</description> <licence>AGPL</licence> - <author>Robin Appelman</author> - <require>4.93</require> + <author>Robin Appelman, Vincent Petry</author> + <requiremin>4.93</requiremin> <shipped>true</shipped> <standalone/> <default_enable/> diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 3dcd9dd3eaa..72e1a688041 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -522,12 +522,6 @@ mime = mime || 'httpd/unix-directory'; } - // user should always be able to rename a share mount point - var allowRename = 0; - if (fileData.isShareMountPoint) { - allowRename = OC.PERMISSION_UPDATE; - } - //containing tr var tr = $('<tr></tr>').attr({ "data-id" : fileData.id, @@ -537,7 +531,7 @@ "data-mime": mime, "data-mtime": mtime, "data-etag": fileData.etag, - "data-permissions": fileData.permissions | allowRename || this.getDirectoryPermissions() + "data-permissions": fileData.permissions || this.getDirectoryPermissions() }); if (type === 'dir') { @@ -936,7 +930,7 @@ /** * Lazy load a file's preview. - * + * * @param path path of the file * @param mime mime type * @param callback callback function to call when the image was loaded @@ -1639,7 +1633,7 @@ if (fileDirectory.length === 1) { fileDirectory = fileDirectory[0]; - // Get the directory + // Get the directory var fd = self.findFileEl(fileDirectory); if (fd.length === 0) { var dir = { @@ -1655,7 +1649,7 @@ } else { fileDirectory = fileDirectory[0]; } - + fileDirectory = self.findFileEl(fileDirectory); // update folder size diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php index c26daf75d0b..b0d7e42d5d0 100644 --- a/apps/files/l10n/ast.php +++ b/apps/files/l10n/ast.php @@ -3,7 +3,16 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Nun pudo movese %s - Yá existe un ficheru con esi nome.", "Could not move %s" => "Nun pudo movese %s", "File name cannot be empty." => "El nome de ficheru nun pue quedar baleru.", +"\"%s\" is an invalid file name." => "\"%s\" ye un nome de ficheru inválidu.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome inválidu, los caráuteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" nun tán permitíos.", +"The target folder has been moved or deleted." => "La carpeta oxetivu movióse o desanicióse.", +"The name %s is already used in the folder %s. Please choose a different name." => "El nome %s yá ta n'usu na carpeta %s. Por favor, escueyi un nome diferente.", +"Not a valid source" => "Nun ye una fonte válida", +"Server is not allowed to open URLs, please check the server configuration" => "Nun se-y permite al sirvidor abrir URLs, por favor comprueba la configuración del sirvidor", +"Error while downloading %s to %s" => "Fallu cuando se descargaba %s a %s", +"Error when creating the file" => "Fallu cuando se creaba'l ficheru", +"Folder name cannot be empty." => "El nome la carpeta nun pue tar baleru.", +"Error when creating the folder" => "Fallu cuando se creaba la carpeta", "Unable to set upload directory." => "Nun pue afitase la carpeta de xubida.", "Invalid Token" => "Token inválidu", "No file was uploaded. Unknown error" => "Nun se xubió dengún ficheru. Fallu desconocíu", @@ -19,27 +28,42 @@ $TRANSLATIONS = array( "Upload failed. Could not get file info." => "Falló la xubida. Nun se pudo obtener la información del ficheru.", "Invalid directory." => "Direutoriu non válidu.", "Files" => "Ficheros", +"All files" => "Tolos ficheros", "Unable to upload {filename} as it is a directory or has 0 bytes" => "Nun se pudo xubir {filename}, paez que ye un directoriu o tien 0 bytes", +"Total file size {size1} exceeds upload limit {size2}" => "El tamañu de ficheru total {size1} perpasa'l llímite de xuba {size2}", +"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}", "Upload cancelled." => "Xuba encaboxada.", "Could not get result from server." => "Nun se pudo obtener el resultáu del servidor.", "File upload is in progress. Leaving the page now will cancel the upload." => "La xuba del ficheru ta en progresu. Si dexes agora la páxina, la xuba nun s'encaboxará.", +"URL cannot be empty" => "La URL nun pue tar balera", "{new_name} already exists" => "{new_name} yá existe", +"Could not create file" => "Nun pudo crease'l ficheru", +"Could not create folder" => "Nun pudo crease la carpeta", "Share" => "Compartir", "Delete permanently" => "Desaniciar dafechu", "Rename" => "Renomar", "Your download is being prepared. This might take some time if the files are big." => "Ta preparándose la to descarga. Esto podría llevar dalgún tiempu si los ficheros son grandes.", +"Pending" => "Pendiente", +"Error moving file." => "Fallu moviendo'l ficheru.", "Error moving file" => "Fallu moviendo'l ficheru", "Error" => "Fallu", +"Could not rename file" => "Nun pudo renomase'l ficheru", +"Error deleting file." => "Fallu desaniciando'l ficheru.", "Name" => "Nome", "Size" => "Tamañu", "Modified" => "Modificáu", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), +"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetes"), +"_%n file_::_%n files_" => array("%n ficheru","%n ficheros"), +"_Uploading %n file_::_Uploading %n files_" => array("Xubiendo %n ficheru","Xubiendo %n ficheros"), +"\"{name}\" is an invalid file name." => "\"{name}\" ye un nome de ficheru inválidu.", "Your storage is full, files can not be updated or synced anymore!" => "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", "Your storage is almost full ({usedSpacePercent}%)" => "L'almacenamientu ta casi completu ({usedSpacePercent}%)", +"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves", +"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Clave privada non válida pa Encryption. Por favor, anova la to contraseña de clave nos tos axustes personales pa recuperar l'accesu a los tos ficheros cifraos.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Deshabilitose'l cifráu pero los tos ficheros tovía tan cifraos. Por favor, vete a los axustes personales pa descrifrar los tos ficheros.", +"{dirs} and {files}" => "{dirs} y {files}", "%s could not be renamed" => "Nun se puede renomar %s ", +"Upload (max. %s)" => "Xuba (máx. %s)", "File handling" => "Alministración de ficheros", "Maximum upload size" => "Tamañu máximu de xubida", "max. possible: " => "máx. posible:", @@ -51,16 +75,19 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Usa esta direición pa <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">acceder a los ficheros a traviés de WebDAV</a>", "New" => "Nuevu", +"New text file" => "Ficheru de testu nuevu", "Text file" => "Ficheru de testu", "New folder" => "Nueva carpeta", "Folder" => "Carpeta", "From link" => "Dende enllaz", "Cancel upload" => "Encaboxar xuba", +"You don’t have permission to upload or create files here" => "Nun tienes permisu pa xubir o crear ficheros equí", "Nothing in here. Upload something!" => "Nun hai nada equí. ¡Xubi daqué!", "Download" => "Descargar", "Delete" => "Desaniciar", "Upload too large" => "La xuba ye abondo grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los ficheros que tas intentando xubir perpasen el tamañu máximu pa les xubíes de ficheros nesti servidor.", -"Files are being scanned, please wait." => "Tan escaniándose los ficheros, espera por favor." +"Files are being scanned, please wait." => "Tan escaniándose los ficheros, espera por favor.", +"Currently scanning" => "Anguaño escaneando" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index d268de33d5f..685d84854b1 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Löschen", "Upload too large" => "Der Upload ist zu groß", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", -"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten." +"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.", +"Currently scanning" => "Durchsuchen läuft" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php index 9a5b26b11e7..bc7e12b066f 100644 --- a/apps/files/l10n/de_DE.php +++ b/apps/files/l10n/de_DE.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Löschen", "Upload too large" => "Der Upload ist zu groß", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", -"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten." +"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.", +"Currently scanning" => "Durchsuchen läuft" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php index 8992d1a5cce..1ea2c3cc3d2 100644 --- a/apps/files/l10n/el.php +++ b/apps/files/l10n/el.php @@ -28,6 +28,7 @@ $TRANSLATIONS = array( "Upload failed. Could not get file info." => "Η φόρτωση απέτυχε. Αδυναμία λήψης πληροφοριών αρχείων.", "Invalid directory." => "Μη έγκυρος φάκελος.", "Files" => "Αρχεία", +"All files" => "Όλα τα αρχεία", "Unable to upload {filename} as it is a directory or has 0 bytes" => "Αδυναμία φόρτωσης {filename} καθώς είναι κατάλογος αρχείων ή έχει 0 bytes", "Total file size {size1} exceeds upload limit {size2}" => "Το συνολικό μέγεθος αρχείου {size1} υπερβαίνει το όριο μεταφόρτωσης {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" => "Δεν υπάρχει αρκετός ελεύθερος χώρος, μεταφορτώνετε μέγεθος {size1} αλλά υπάρχει χώρος μόνο {size2}", diff --git a/apps/files/l10n/en_GB.php b/apps/files/l10n/en_GB.php index 0b04ba027f9..37229a45808 100644 --- a/apps/files/l10n/en_GB.php +++ b/apps/files/l10n/en_GB.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Delete", "Upload too large" => "Upload too large", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "The files you are trying to upload exceed the maximum size for file uploads on this server.", -"Files are being scanned, please wait." => "Files are being scanned, please wait." +"Files are being scanned, please wait." => "Files are being scanned, please wait.", +"Currently scanning" => "Currently scanning" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 217903f2167..9449f90f1c9 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Eliminar", "Upload too large" => "Subida demasido grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", -"Files are being scanned, please wait." => "Los archivos están siendo escaneados, por favor espere." +"Files are being scanned, please wait." => "Los archivos están siendo escaneados, por favor espere.", +"Currently scanning" => "Escaneando en este momento" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index 2df6c98c448..668f85cfc45 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -87,6 +87,7 @@ $TRANSLATIONS = array( "Delete" => "Poista", "Upload too large" => "Lähetettävä tiedosto on liian suuri", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.", -"Files are being scanned, please wait." => "Tiedostoja tarkistetaan, odota hetki." +"Files are being scanned, please wait." => "Tiedostoja tarkistetaan, odota hetki.", +"Currently scanning" => "Tutkitaan parhaillaan" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index c5a43088c13..fcba687f4b4 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Supprimer", "Upload too large" => "Téléversement trop volumineux", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur.", -"Files are being scanned, please wait." => "Les fichiers sont en cours d'analyse, veuillez patienter." +"Files are being scanned, please wait." => "Les fichiers sont en cours d'analyse, veuillez patienter.", +"Currently scanning" => "Analyse en cours de traitement" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index 474d06b5d1f..611809e506c 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Eliminar", "Upload too large" => "Envío demasiado grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor", -"Files are being scanned, please wait." => "Estanse analizando os ficheiros. Agarde." +"Files are being scanned, please wait." => "Estanse analizando os ficheiros. Agarde.", +"Currently scanning" => "Análise actual" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 3b22606b96c..e7bdf24e455 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Elimina", "Upload too large" => "Caricamento troppo grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "I file che stai provando a caricare superano la dimensione massima consentita su questo server.", -"Files are being scanned, please wait." => "Scansione dei file in corso, attendi" +"Files are being scanned, please wait." => "Scansione dei file in corso, attendi", +"Currently scanning" => "Scansione in corso" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index a94b543512f..aaa1b18737c 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Usuń", "Upload too large" => "Ładowany plik jest za duży", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.", -"Files are being scanned, please wait." => "Skanowanie plików, proszę czekać." +"Files are being scanned, please wait." => "Skanowanie plików, proszę czekać.", +"Currently scanning" => "Aktualnie skanowane" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php index 5e84c48d00d..3b3fedaeb12 100644 --- a/apps/files/l10n/pt_BR.php +++ b/apps/files/l10n/pt_BR.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Excluir", "Upload too large" => "Upload muito grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os arquivos que você está tentando carregar excedeu o tamanho máximo para arquivos no servidor.", -"Files are being scanned, please wait." => "Arquivos sendo escaneados, por favor aguarde." +"Files are being scanned, please wait." => "Arquivos sendo escaneados, por favor aguarde.", +"Currently scanning" => "Atualmente escaneando" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index 418ba2a1aaa..775dc4b1637 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Sil", "Upload too large" => "Yükleme çok büyük", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Yüklemeye çalıştığınız dosyalar bu sunucudaki azami yükleme boyutunu aşıyor.", -"Files are being scanned, please wait." => "Dosyalar taranıyor, lütfen bekleyin." +"Files are being scanned, please wait." => "Dosyalar taranıyor, lütfen bekleyin.", +"Currently scanning" => "Şu anda taranan" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml index 15a09a29f51..b11272f63e7 100644 --- a/apps/files_encryption/appinfo/info.xml +++ b/apps/files_encryption/appinfo/info.xml @@ -5,7 +5,7 @@ <description>The ownCloud files encryption system provides server side-encryption. After the app is enabled you need to re-login to initialize your encryption keys. Please note that server side encryption requires that the ownCloud server admin can be trusted. The main purpose of this app is the encryption of files that are stored on externally mounted storages.</description> <licence>AGPL</licence> <author>Sam Tuke, Bjoern Schiessle, Florin Peter</author> - <require>4</require> + <requiremin>4</requiremin> <shipped>true</shipped> <documentation> <user>http://doc.owncloud.org/server/6.0/user_manual/files/encryption.html</user> diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php index 317cea05a12..f925442612d 100644 --- a/apps/files_encryption/files/error.php +++ b/apps/files_encryption/files/error.php @@ -19,12 +19,12 @@ if (!isset($_)) { //also provide standalone error page $errorMsg = $l->t('Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.'); break; default: - $errorMsg = $l->t("Unknown error please check your system settings or contact your administrator"); + $errorMsg = $l->t("Unknown error. Please check your system settings or contact your administrator"); break; } } else { $errorCode = \OCA\Encryption\Crypt::ENCRYPTION_UNKNOWN_ERROR; - $errorMsg = $l->t("Unknown error please check your system settings or contact your administrator"); + $errorMsg = $l->t("Unknown error. Please check your system settings or contact your administrator"); } if (isset($_GET['p']) && $_GET['p'] === '1') { diff --git a/apps/files_encryption/l10n/ar.php b/apps/files_encryption/l10n/ar.php index 345c01a0d4a..fbe0ecfe9f6 100644 --- a/apps/files_encryption/l10n/ar.php +++ b/apps/files_encryption/l10n/ar.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "برنامج التشفير لم يتم تهيئتة ! من الممكن ان برنامج التشفير تم اعادة تفعيلة خلال الجلسة. يرجى تسجيل الخروج ومن ثم تسجيل الدخول مجددا لتهيئة برنامج التشفير.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "مفتاحك الخاص غير صالح! ربما تم تغيير كلمة المرور خارج %s (مثل:مجلد شركتك). يمكنك تحديث كلمة المرور في الاعدادات الشخصية لإستعادة الوصول الى ملفاتك المشفرة.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "لا يمكن فك التشفير من هذا الملف, من الممكن ان يكون هذا الملف مُشارك. يرجى سؤال صاحب الملف لإعادة مشاركتة معك.", -"Unknown error please check your system settings or contact your administrator" => "خطا غير معروف يرجى التاكد من اعدادات نظامك او تواصل مع المدير.", "Missing requirements." => "متطلبات ناقصة.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "يرجى التاكد من ان اصدار PHP 5.3.3 او احدث , مثبت و التاكد من ان OpenSSL مفعل و مهيئ بشكل صحيح. حتى الان برنامج التتشفير تم تعطيلة.", "Following users are not set up for encryption:" => "المستخدمين التاليين لم يتم تعيين لهم التشفيير:", diff --git a/apps/files_encryption/l10n/ast.php b/apps/files_encryption/l10n/ast.php index 8b51ec775db..04a4a93fcc9 100644 --- a/apps/files_encryption/l10n/ast.php +++ b/apps/files_encryption/l10n/ast.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "¡L'aplicación de cifráu nun s'anició! Seique se restableciera mentanto la sesión. Por favor intenta zarrar la sesión y volver a aniciala p'aniciar l'aplicación de cifráu.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "¡La clave privada nun ye válida! Seique la contraseña se camudase dende fuera de %s (Ex:El to direutoriu corporativu). Pues anovar la contraseña de la clave privada nes tos opciones personales pa recuperar l'accesu a los ficheros.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Nun pudo descifrase esti ficheru, dablemente seya un ficheru compartíu. Solicita al propietariu del mesmu que vuelva a compartilu contigo.", -"Unknown error please check your system settings or contact your administrator" => "Fallu desconocíu. Verifica la configuración del sistema o ponte en contautu col alministrador", "Missing requirements." => "Requisitos incompletos.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, asegúrate de que PHP 5.3.3 o postreru ta instaláu y que la estensión OpenSSL de PHP ta habilitada y configurada correutamente. Pel momentu, l'aplicación de cifráu deshabilitóse.", "Following users are not set up for encryption:" => "Los siguientes usuarios nun se configuraron pal cifráu:", diff --git a/apps/files_encryption/l10n/ca.php b/apps/files_encryption/l10n/ca.php index 3414796f62b..766a8205f7c 100644 --- a/apps/files_encryption/l10n/ca.php +++ b/apps/files_encryption/l10n/ca.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "L'aplicació d'encriptació no està inicialitzada! Potser l'aplicació d'encriptació ha estat reiniciada durant la sessió. Intenteu sortir i acreditar-vos de nou per reinicialitzar l'aplicació d'encriptació.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "La clau privada no és vàlida! Probablement la contrasenya va ser canviada des de fora de %s (per exemple, en el directori de l'empresa). Vostè pot actualitzar la contrasenya de clau privada en la seva configuració personal per poder recuperar l'accés en els arxius xifrats.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "No es pot desencriptar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que el comparteixi de nou amb vós.", -"Unknown error please check your system settings or contact your administrator" => "Error desconegut. Comproveu l'arranjament del sistema o contacteu amb l'administrador", "Missing requirements." => "Manca de requisits.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Assegureu-vos que teniu instal·lat PHP 5.3.3 o una versió superior i que està activat Open SSL i habilitada i configurada correctament l'extensió de PHP. De moment, l'aplicació d'encriptació s'ha desactivat.", "Following users are not set up for encryption:" => "Els usuaris següents no estan configurats per a l'encriptació:", diff --git a/apps/files_encryption/l10n/cs_CZ.php b/apps/files_encryption/l10n/cs_CZ.php index cdeaf5b192b..629353b2c4a 100644 --- a/apps/files_encryption/l10n/cs_CZ.php +++ b/apps/files_encryption/l10n/cs_CZ.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Aplikace pro šifrování není inicializována! Je možné, že aplikace byla znovu aktivována během vašeho přihlášení. Zkuste se prosím odhlásit a znovu přihlásit pro provedení inicializace šifrovací aplikace.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno vně systému %s (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. Požádejte prosím majitele souboru, aby jej s vámi znovu sdílel.", -"Unknown error please check your system settings or contact your administrator" => "Neznámá chyba, zkontrolujte vaše systémová nastavení nebo kontaktujte vašeho správce", "Missing requirements." => "Nesplněné závislosti.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Ujistěte se prosím, že máte nainstalované PHP 5.3.3 nebo novější a že máte povolené a správně nakonfigurované OpenSSL včetně jeho rozšíření pro PHP. Prozatím byla aplikace pro šifrování vypnuta.", "Following users are not set up for encryption:" => "Následující uživatelé nemají nastavené šifrování:", diff --git a/apps/files_encryption/l10n/da.php b/apps/files_encryption/l10n/da.php index f0f15800498..982f5302af6 100644 --- a/apps/files_encryption/l10n/da.php +++ b/apps/files_encryption/l10n/da.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Krypteringsprogrammet er ikke igangsat. Det kan skyldes at krypteringsprogrammet er blevet genaktiveret under din session. Prøv at logge ud og ind igen for at aktivere krypteringsprogrammet. ", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Din private nøgle er ikke gyldig. Sandsynligvis er dit kodeord blevet ændret uden for %s (f.eks dit firmas adressebog). Du kan opdatere din private nøglekode i dine personlige indstillinger for at genskabe adgang til dine krypterede filer.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan ikke kryptere denne fil, sandsynligvis fordi felen er delt. Bed venligst filens ejer om at dele den med dig på ny.", -"Unknown error please check your system settings or contact your administrator" => "Ukendt fejl. Kontroller venligst dit system eller kontakt din administrator", "Missing requirements." => "Manglende betingelser.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Sørg for at PHP 5.3.3 eller nyere er installeret og at OpenSSL sammen med PHP-udvidelsen er aktiveret og korrekt konfigureret. Indtil videre er krypteringsprogrammet deaktiveret.", "Following users are not set up for encryption:" => "Følgende brugere er ikke sat op til kryptering:", diff --git a/apps/files_encryption/l10n/de.php b/apps/files_encryption/l10n/de.php index 38bfa7f0249..5c8506576c3 100644 --- a/apps/files_encryption/l10n/de.php +++ b/apps/files_encryption/l10n/de.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Verschlüsselung-App ist nicht initialisiert! Vielleicht wurde die Verschlüsselung-App in der aktuellen Sitzung reaktiviert. Bitte versuche Dich ab- und wieder anzumelden, um die Verschlüsselung-App zu initialisieren.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Dein privater Schlüssel ist ungültig. Möglicher Weise wurde außerhalb von %s Dein Passwort geändert (z.B. in Deinem gemeinsamen Verzeichnis). Du kannst das Passwort Deines privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Deine Dateien zu gelangen.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise eine geteilte Datei ist. Bitte frage den Dateibesitzer, ob er die Datei nochmals mit Dir teilt.", -"Unknown error please check your system settings or contact your administrator" => "Unbekannter Fehler, bitte prüfe Deine Systemeinstellungen oder kontaktiere Deinen Administrator", "Missing requirements." => "Fehlende Vorraussetzungen", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Bitte stelle sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", "Following users are not set up for encryption:" => "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", diff --git a/apps/files_encryption/l10n/de_DE.php b/apps/files_encryption/l10n/de_DE.php index 13f7718b93c..bcfb60f942b 100644 --- a/apps/files_encryption/l10n/de_DE.php +++ b/apps/files_encryption/l10n/de_DE.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Verschlüsselung-App ist nicht initialisiert! Vielleicht wurde die Verschlüsselung-App in der aktuellen Sitzung reaktiviert. Bitte versuchen Sie sich ab- und wieder anzumelden, um die Verschlüsselung-App zu initialisieren.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Ihr privater Schlüssel ist ungültig. Möglicher Weise wurde außerhalb von %s Ihr Passwort geändert (z.B. in Ihrem gemeinsamen Verzeichnis). Sie können das Passwort Ihres privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Ihre Dateien zu gelangen.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise eine geteilte Datei ist. Bitte fragen Sie den Datei-Besitzer, dass er die Datei nochmals mit Ihnen teilt.", -"Unknown error please check your system settings or contact your administrator" => "Unbekannter Fehler, bitte prüfen Sie die Systemeinstellungen oder kontaktieren Sie Ihren Administrator", "Missing requirements." => "Fehlende Voraussetzungen", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", "Following users are not set up for encryption:" => "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", diff --git a/apps/files_encryption/l10n/el.php b/apps/files_encryption/l10n/el.php index 972d7d7138c..8f917b022d5 100644 --- a/apps/files_encryption/l10n/el.php +++ b/apps/files_encryption/l10n/el.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Η εφαρμογή κρυπτογράφησης δεν έχει εκκινήσει! Ίσως η εφαρμογή κρυπτογράφησης επανενεργοποιήθηκε κατά τη διάρκεια της τρέχουσας σύνδεσής σας. Παρακαλώ προσπαθήστε να αποσυνδεθείτε και να ξανασυνδεθείτε για να εκκινήσετε την εφαρμογή κρυπτογράφησης.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Το προσωπικό σας κλειδί δεν είναι έγκυρο! Πιθανόν ο κωδικός σας να άλλαξε έξω από το %s (π.χ. τη λίστα διευθύνσεων της εταιρείας σας). Μπορείτε να ενημερώσετε το προσωπικό σας κλειδί επαναφοράς κωδικού στις προσωπικές σας ρυθμίσεις για να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Δεν ήταν δυνατό να αποκρυπτογραφηθεί αυτό το αρχείο, πιθανόν πρόκειται για κοινόχρηστο αρχείο. Παρακαλώ ζητήστε από τον ιδιοκτήτη του αρχείου να το ξαναμοιραστεί μαζί σας.", -"Unknown error please check your system settings or contact your administrator" => "Άγνωστο σφάλμα, παρακαλώ ελέγξτε τις ρυθμίσεις συστήματος ή επικοινωνήστε με τον διαχειριστή σας ", "Missing requirements." => "Προαπαιτούμενα που απουσιάζουν.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Παρακαλώ επιβεβαιώστε ότι η PHP 5.3.3 ή νεότερη είναι εγκατεστημένη και ότι το OpenSSL μαζί με το PHP extension είναι ενεργοποιήμένο και έχει ρυθμιστεί σωστά. Προς το παρόν, η εφαρμογή κρυπτογράφησης είναι απενεργοποιημένη.", "Following users are not set up for encryption:" => "Οι κάτωθι χρήστες δεν έχουν ρυθμιστεί για κρυπογράφηση:", diff --git a/apps/files_encryption/l10n/en_GB.php b/apps/files_encryption/l10n/en_GB.php index 2087ea4b8b1..683319028b6 100644 --- a/apps/files_encryption/l10n/en_GB.php +++ b/apps/files_encryption/l10n/en_GB.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Encryption app not initialised! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialise the encryption app.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Cannot decrypt this file, which is probably a shared file. Please ask the file owner to reshare the file with you.", -"Unknown error please check your system settings or contact your administrator" => "Unknown error. Please check your system settings or contact your administrator", "Missing requirements." => "Missing requirements.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled.", "Following users are not set up for encryption:" => "Following users are not set up for encryption:", diff --git a/apps/files_encryption/l10n/es.php b/apps/files_encryption/l10n/es.php index cf45437c0e2..e252217a9f1 100644 --- a/apps/files_encryption/l10n/es.php +++ b/apps/files_encryption/l10n/es.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "¡La aplicación de cifrado no ha sido inicializada! Quizá fue restablecida durante tu sesión. Por favor intenta cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. de %s (Ej:Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.", -"Unknown error please check your system settings or contact your administrator" => "Error desconocido. Verifique la configuración de su sistema o póngase en contacto con su administrador", "Missing requirements." => "Requisitos incompletos.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.", "Following users are not set up for encryption:" => "Los siguientes usuarios no han sido configurados para el cifrado:", diff --git a/apps/files_encryption/l10n/es_AR.php b/apps/files_encryption/l10n/es_AR.php index b885716f89b..0209c589493 100644 --- a/apps/files_encryption/l10n/es_AR.php +++ b/apps/files_encryption/l10n/es_AR.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "¡La aplicación de encriptación no está inicializada! Es probable que la aplicación fue re-habilitada durante tu sesión. Intenta salir y iniciar sesión para volverla a iniciar.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "¡Tu llave privada no es válida! Aparenta que tu clave fue cambiada fuera de %s (de tus directorios). Puedes actualizar la contraseña de tu clave privadaen las configuraciones personales para recobrar el acceso a tus archivos encriptados.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "No se puede descibrar este archivo, probablemente sea un archivo compartido. Por favor pídele al dueño que recomparta el archivo contigo.", -"Unknown error please check your system settings or contact your administrator" => "Error desconocido, por favor chequea la configuración de tu sistema o contacte a su administrador", "Missing requirements." => "Requisitos incompletos.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, asegúrese de que PHP 5.3.3 o una versión más reciente esté instalado y que OpenSSL junto con la extensión PHP esté habilitado y configurado apropiadamente. Por ahora, la aplicación de encriptación ha sido deshabilitada.", "Following users are not set up for encryption:" => "Los siguientes usuarios no fueron configurados para encriptar:", diff --git a/apps/files_encryption/l10n/es_MX.php b/apps/files_encryption/l10n/es_MX.php index e2915f8e715..b3ac75e082d 100644 --- a/apps/files_encryption/l10n/es_MX.php +++ b/apps/files_encryption/l10n/es_MX.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "¡La aplicación de cifrado no ha sido inicializada! Quizá fue restablecida durante tu sesión. Por favor intenta cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. de %s (Ej:Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.", -"Unknown error please check your system settings or contact your administrator" => "Error desconocido. Verifique la configuración de su sistema o póngase en contacto con su administrador", "Missing requirements." => "Requisitos incompletos.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.", "Following users are not set up for encryption:" => "Los siguientes usuarios no han sido configurados para el cifrado:", diff --git a/apps/files_encryption/l10n/et_EE.php b/apps/files_encryption/l10n/et_EE.php index f82f9df9279..4d7a352611b 100644 --- a/apps/files_encryption/l10n/et_EE.php +++ b/apps/files_encryption/l10n/et_EE.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Krüpteerimise rakend pole käivitatud. Võib-olla krüpteerimise rakend taaskäivitati sinu sessiooni kestel. Palun proovi logida välja ning uuesti sisse käivitamaks krüpteerimise rakendit.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Sinu provaatne võti pole kehtiv! Tõenäoliselt mudueti parooli väljaspool kausta %s (nt. sinu ettevõtte kaust). Sa saad uuendada oma privaatse võtme parooli oma isiklikes seadetes, et taastada ligipääs sinu krüpteeritud failidele.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Sa ei saa seda faili dekrüpteerida, see on tõenäoliselt jagatud fail. Palun lase omanikul seda faili sinuga uuesti jagada.", -"Unknown error please check your system settings or contact your administrator" => "Tundmatu tõrge. Palun kontrolli süsteemi seadeid või võta ühendust oma süsteemi administraatoriga", "Missing requirements." => "Nõutavad on puudu.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Palun veendu, et on paigaldatud PHP 5.3.3 või uuem ning PHP OpenSSL laiendus on lubatud ning seadistatud korrektselt. Hetkel krüpteerimise rakendus on peatatud.", "Following users are not set up for encryption:" => "Järgmised kasutajad pole seadistatud krüpteeringuks:", diff --git a/apps/files_encryption/l10n/eu.php b/apps/files_encryption/l10n/eu.php index 9d51ebba2bf..472c8a71b1b 100644 --- a/apps/files_encryption/l10n/eu.php +++ b/apps/files_encryption/l10n/eu.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Enkriptazio aplikazioa ez dago hasieratuta! Agian aplikazioa birgaitu egin da zure saioa bitartean. Mesdez atear eta sartu berriz enkriptazio aplikazioa hasierarazteko.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Zure gako pribatua ez da egokia! Seguruaski zure pasahitza %s-tik kanpo aldatu da (adb. zure direktorio korporatiboa). Zure gako pribatuaren pasahitza eguneratu dezakezu zure ezarpen pertsonaletan zure enkriptatutako fitxategiak berreskuratzeko.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Ezin izan da fitxategi hau deszifratu, ziurrenik elkarbanatutako fitxategi bat da. Mesdez, eskatu fitxategiaren jabeari fitxategia zurekin berriz elkarbana dezan.", -"Unknown error please check your system settings or contact your administrator" => "Errore ezezaguna mesedez egiaztatu zure sistemaren ezarpenak edo harremanetan jarri zure administradorearekin", "Missing requirements." => "Eskakizun batzuk ez dira betetzen.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Mesedez ziurtatu PHP 5.3.3 edo berriago bat instalatuta dagoela eta OpenSSL PHP hedapenarekin gaitua eta ongi konfiguratuta dagoela. Oraingoz, enkriptazio aplikazioa desgaituta dago.", "Following users are not set up for encryption:" => "Hurrengo erabiltzaileak ez daude enktriptatzeko konfiguratutak:", diff --git a/apps/files_encryption/l10n/fr.php b/apps/files_encryption/l10n/fr.php index a68b6a71326..699ac776186 100644 --- a/apps/files_encryption/l10n/fr.php +++ b/apps/files_encryption/l10n/fr.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "L'application de chiffrement n'est pas initialisée ! Peut-être que cette application a été réactivée pendant votre session. Veuillez essayer de vous déconnecter et ensuite de vous reconnecter pour initialiser l'application de chiffrement.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Votre clef privée est invalide ! Votre mot de passe a probablement été modifié hors de %s (ex. votre annuaire d'entreprise). Vous pouvez mettre à jour le mot de passe de votre clef privée dans les paramètres personnels pour pouvoir récupérer l'accès à vos fichiers chiffrés.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Impossible de déchiffrer ce fichier, il s'agit probablement d'un fichier partagé. Veuillez demander au propriétaire de ce fichier de le repartager avec vous.", -"Unknown error please check your system settings or contact your administrator" => "Erreur inconnue. Veuillez vérifier vos paramètres système ou contacter votre administrateur.", "Missing requirements." => "Système minimum requis non respecté.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Veuillez vous assurer qu'une version de PHP 5.3.3 ou supérieure est installée et qu'OpenSSL et son extension PHP sont activés et configurés correctement. En attendant, l'application de chiffrement été désactivée.", "Following users are not set up for encryption:" => "Les utilisateurs suivants ne sont pas configurés pour le chiffrement :", diff --git a/apps/files_encryption/l10n/gl.php b/apps/files_encryption/l10n/gl.php index 08567ef2763..9b52f0d292d 100644 --- a/apps/files_encryption/l10n/gl.php +++ b/apps/files_encryption/l10n/gl.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Non se iniciou o aplicativo de cifrado! Quizais volva a activarse durante a sesión. Tente pechar a sesión e volver iniciala que tamén se inicie o aplicativo de cifrado.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior do %s (p.ex. o seu directorio corporativo). Vostede pode actualizar o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pidalle ao propietario do ficheiro que volva compartir o ficheiro con vostede.", -"Unknown error please check your system settings or contact your administrator" => "Produciuse un erro descoñecido. Comprobe os axustes do sistema ou póñase en contacto co administrador", "Missing requirements." => "Non se cumpren os requisitos.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Asegúrese de que está instalado o PHP 5.3.3 ou posterior e de o OpenSSL xunto coa extensión PHP estean activados e configurados correctamente. Polo de agora foi desactivado o aplicativo de cifrado.", "Following users are not set up for encryption:" => "Os seguintes usuarios non teñen configuración para o cifrado:", diff --git a/apps/files_encryption/l10n/hu_HU.php b/apps/files_encryption/l10n/hu_HU.php index 22c1fa989bd..278aa3cc0bf 100644 --- a/apps/files_encryption/l10n/hu_HU.php +++ b/apps/files_encryption/l10n/hu_HU.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "A titkosítási modul nincs elindítva! Talán a munkafolyamat közben került engedélyezésre. Kérjük jelentkezzen ki majd ismét jelentkezzen be, hogy a titkosítási modul megfelelően elinduljon!", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Az állományok titkosításához használt titkos kulcsa érvénytelen. Valószínűleg a %s rendszeren kívül változtatta meg a jelszavát (pl. a munkahelyi címtárban). A személyes beállításoknál frissítheti a titkos kulcsát, hogy ismét elérhesse a titkosított állományait.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Az állományt nem sikerült dekódolni, valószínűleg ez egy megosztott fájl. Kérje meg az állomány tulajdonosát, hogy újra ossza meg Önnel ezt az állományt!", -"Unknown error please check your system settings or contact your administrator" => "Ismeretlen hiba. Ellenőrizze a rendszer beállításait vagy forduljon a rendszergazdához!", "Missing requirements." => "Hiányzó követelmények.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Kérem gondoskodjon arról, hogy PHP 5.3.3 vagy annál frissebb legyen telepítve, továbbá az OpenSSL a megfelelő PHP-bővítménnyel együtt rendelkezésre álljon és helyesen legyen konfigurálva! A titkosító modul egyelőre kikapcsolásra került.", "Following users are not set up for encryption:" => "A következő felhasználók nem állították be a titkosítást:", diff --git a/apps/files_encryption/l10n/id.php b/apps/files_encryption/l10n/id.php index a4c3ae547c2..1d2642b8f2e 100644 --- a/apps/files_encryption/l10n/id.php +++ b/apps/files_encryption/l10n/id.php @@ -9,7 +9,6 @@ $TRANSLATIONS = array( "Private key password successfully updated." => "Sandi kunci privat berhasil diperbarui.", "Could not update the private key password. Maybe the old password was not correct." => "Tidak dapat memperbarui sandi kunci privat. Kemungkinan sandi lama yang Anda masukkan salah.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Tidak dapat mendekripsi berkas ini, mungkin ini adalah berkas bersama. Silakan meminta pemilik berkas ini untuk membagikan kembali dengan Anda.", -"Unknown error please check your system settings or contact your administrator" => "Kesalahan tak dikenal, silakan periksa pengaturan sistem Anda atau hubungi admin.", "Missing requirements." => "Persyaratan yang hilang.", "Following users are not set up for encryption:" => "Pengguna berikut belum diatur untuk enkripsi:", "Initial encryption started... This can take some time. Please wait." => "Inisial enskripsi dijalankan... Ini dapat memakan waktu. Silakan tunggu.", diff --git a/apps/files_encryption/l10n/it.php b/apps/files_encryption/l10n/it.php index 42ee846a768..f2d15e36210 100644 --- a/apps/files_encryption/l10n/it.php +++ b/apps/files_encryption/l10n/it.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Applicazione di cifratura non inizializzata. Forse l'applicazione è stata riabilitata durante la tua sessione. Prova a disconnetterti e ad effettuare nuovamente l'accesso per inizializzarla.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "La tua chiave privata non è valida! Forse la password è stata cambiata al di fuori di %s (ad es. la directory aziendale). Puoi aggiornare la password della chiave privata nelle impostazioni personali per ottenere nuovamente l'accesso ai file cifrati.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.", -"Unknown error please check your system settings or contact your administrator" => "Errore sconosciuto, controlla le impostazioni di sistema o contatta il tuo amministratore", "Missing requirements." => "Requisiti mancanti.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata.", "Following users are not set up for encryption:" => "I seguenti utenti non sono configurati per la cifratura:", diff --git a/apps/files_encryption/l10n/ja.php b/apps/files_encryption/l10n/ja.php index 476566e00f4..fa1d4c3da40 100644 --- a/apps/files_encryption/l10n/ja.php +++ b/apps/files_encryption/l10n/ja.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "セッション中に暗号化アプリを再度有効にされたため、暗号化アプリが初期化されていません。暗号化アプリを初期化するため、ログアウトしてログインしなおしてください。", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "プライベートキーが有効ではありません!パスワードが%sの外部で変更された(例: 共同ディレクトリ)と思われます。個人設定でプライベートキーのパスワードを更新して、暗号化ファイルへのアクセスを回復することができます。", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。", -"Unknown error please check your system settings or contact your administrator" => "不明なエラーです。システム設定を確認するか、管理者に問い合わせてください。", "Missing requirements." => "必要要件が満たされていません。", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。", "Following users are not set up for encryption:" => "以下のユーザーは、暗号化設定がされていません:", diff --git a/apps/files_encryption/l10n/ko.php b/apps/files_encryption/l10n/ko.php index 41168a340c0..3526635e857 100644 --- a/apps/files_encryption/l10n/ko.php +++ b/apps/files_encryption/l10n/ko.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "암호화 앱이 초기화되지 않았습니다! 암호화 앱이 다시 활성화된 것 같습니다. 암호화 앱을 초기화하려면 로그아웃했다 다시 로그인하십시오.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "개인 키가 올바르지 않습니다! 암호가 %s(예: 회사 디렉터리) 외부에서 변경된 것 같습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 수정하십시오.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.", -"Unknown error please check your system settings or contact your administrator" => "알 수 없는 오류. 시스템 설정을 확인하거나 관리자에게 문의하십시오.", "Missing requirements." => "요구 사항이 부족합니다.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "PHP 5.3.3 이상 설치 여부, PHP의 OpenSSL 확장 기능 활성화 및 설정 여부를 확인하십시오. 암호화 앱이 비활성화 되었습니다.", "Following users are not set up for encryption:" => "다음 사용자는 암호화를 사용할 수 없습니다:", diff --git a/apps/files_encryption/l10n/lt_LT.php b/apps/files_encryption/l10n/lt_LT.php index dd8a0d7633c..29d9afbaa83 100644 --- a/apps/files_encryption/l10n/lt_LT.php +++ b/apps/files_encryption/l10n/lt_LT.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Šifravimo programa nepaleista! Galbūt šifravimo programa buvo įjungta dar kartą Jūsų sesijos metu. Prašome atsijungti ir vėl prisijungti, kad paleisti šifravimo programą.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Jūsų privatus raktas yra netinkamas! Panašu, kad Jūsų slaptažodis buvo pakeistas už %s (pvz. Jūsų organizacijos kataloge). Galite atnaujinti savo privataus rakto slaptažodį savo asmeniniuose nustatymuose, kad atkurti prieigą prie savo šifruotų failų.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Failo iššifruoti nepavyko, gali būti jog jis yra pasidalintas su jumis. Paprašykite failo savininko, kad jums iš naujo pateiktų šį failą.", -"Unknown error please check your system settings or contact your administrator" => "Neatpažinta klaida, patikrinkite sistemos nustatymus arba kreipkitės į savo sistemos aministratorių", "Missing requirements." => "Trūkstami laukai.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Prašome įsitikinti, kad PHP 5.3.3 ar naujesnė yra įdiegta ir kad OpenSSL kartu su PHP plėtiniu yra šjungti ir teisingai sukonfigūruoti. Kol kas šifravimo programa bus išjungta.", "Following users are not set up for encryption:" => "Sekantys naudotojai nenustatyti šifravimui:", diff --git a/apps/files_encryption/l10n/nb_NO.php b/apps/files_encryption/l10n/nb_NO.php index f7484c0e154..13ff8077bf6 100644 --- a/apps/files_encryption/l10n/nb_NO.php +++ b/apps/files_encryption/l10n/nb_NO.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Krypterings-app ikke initialisert! Kanskje krypterings-appen ble aktivert på nytt i løpet av økten din. Prøv å logge ut og logge inn igjen for å initialisere krypterings-appen.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Din private nøkkel er ikke gyldig! Sannsynligvis ble passordet ditt endret utenfor %s. (f.eks. din bedriftskatalog). Du kan oppdatere passordet for din private nøkkel i dine personlige innstillinger for å gjenvinne tilgang til de krypterte filene dine.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan ikke dekryptere denne filen. Dette er sannsynligvis en delt fil. Spør eieren av filen om å dele den med deg på nytt.", -"Unknown error please check your system settings or contact your administrator" => "Ukjent feil. Sjekk systeminnstillingene dine eller kontakt administratoren", "Missing requirements." => "Manglende krav.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Vennligst se til at PHP 5.3.3 eller nyere er installert og at OpenSSL sammen med PHP-utvidelsen er aktivert og riktig konfigurert. Enn så lenge er krypterings-appen deaktivert.", "Following users are not set up for encryption:" => "Følgende brukere er ikke satt opp for kryptering:", diff --git a/apps/files_encryption/l10n/nl.php b/apps/files_encryption/l10n/nl.php index e878fc6c12e..a58bc242daf 100644 --- a/apps/files_encryption/l10n/nl.php +++ b/apps/files_encryption/l10n/nl.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Crypto app niet geïnitialiseerd. Misschien werd de crypto app geheractiveerd tijdens de sessie. Log uit en log daarna opnieuw in om de crypto app te initialiseren.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Uw privésleutel is niet geldig! Waarschijnlijk is uw wachtwoord gewijzigd buiten %s (bijv. uw corporate directory). U kunt uw privésleutel wachtwoord in uw persoonlijke instellingen bijwerken om toegang te krijgen tot uw versleutelde bestanden.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld bestand, Vraag de eigenaar om het bestand opnieuw met u te delen.", -"Unknown error please check your system settings or contact your administrator" => "Onbekende fout, Controleer uw systeeminstellingen of neem contact op met uw systeembeheerder", "Missing requirements." => "Missende benodigdheden.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld.", "Following users are not set up for encryption:" => "De volgende gebruikers hebben geen configuratie voor encryptie:", diff --git a/apps/files_encryption/l10n/pl.php b/apps/files_encryption/l10n/pl.php index db2a02cec9a..e756ab4d039 100644 --- a/apps/files_encryption/l10n/pl.php +++ b/apps/files_encryption/l10n/pl.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Szyfrowanie aplikacja nie została zainicjowane! Może szyfrowanie aplikacji zostało ponownie włączone podczas tej sesji. Spróbuj się wylogować i zalogować ponownie aby zainicjować szyfrowanie aplikacji.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Klucz prywatny nie jest poprawny! Prawdopodobnie Twoje hasło zostało zmienione poza %s (np. w katalogu firmy). Aby odzyskać dostęp do zaszyfrowanych plików można zaktualizować hasło klucza prywatnego w ustawieniach osobistych.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.", -"Unknown error please check your system settings or contact your administrator" => "Nieznany błąd proszę sprawdzić ustawienia systemu lub skontaktuj się z administratorem", "Missing requirements." => "Brak wymagań.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Proszę upewnić się, że PHP 5.3.3 lub nowszy jest zainstalowany i że OpenSSL oraz rozszerzenie PHP jest włączone i poprawnie skonfigurowane. Obecnie szyfrowanie aplikacji zostało wyłączone.", "Following users are not set up for encryption:" => "Następujący użytkownicy nie mają skonfigurowanego szyfrowania:", diff --git a/apps/files_encryption/l10n/pt_BR.php b/apps/files_encryption/l10n/pt_BR.php index 204311658ac..d1833e1e59f 100644 --- a/apps/files_encryption/l10n/pt_BR.php +++ b/apps/files_encryption/l10n/pt_BR.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Aplicativo de criptografia não foi inicializado! Talvez o aplicativo de criptografia tenha sido reativado durante essa sessão. Por favor, tente fazer logoff e login novamente para inicializar o aplicativo de criptografia.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Sua chave privada não é válida! Provavelmente sua senha foi alterada fora de %s (por exemplo, seu diretório corporativo). Você pode atualizar sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Este arquivo não pode ser decriptado, provavelmente este é um arquivo compartilhado. Poe favoe peça ao dono do arquivo para compartilha-lo com você.", -"Unknown error please check your system settings or contact your administrator" => "Erro desconhecido, por favor verifique suas configurações ou faça contato com o administrador", "Missing requirements." => "Requisitos não encontrados.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, certifique-se que o PHP 5.3.3 ou mais recente está instalado e que a extensão PHP OpenSSL está habilitado e configurado corretamente. Por enquanto, o aplicativo de criptografia foi desativado.", "Following users are not set up for encryption:" => "Seguintes usuários não estão configurados para criptografia:", diff --git a/apps/files_encryption/l10n/pt_PT.php b/apps/files_encryption/l10n/pt_PT.php index 409f1917a47..0827fb51b0c 100644 --- a/apps/files_encryption/l10n/pt_PT.php +++ b/apps/files_encryption/l10n/pt_PT.php @@ -8,7 +8,6 @@ $TRANSLATIONS = array( "Could not change the password. Maybe the old password was not correct." => "Não foi possivel alterar a password. Possivelmente a password antiga não está correcta.", "Could not update the private key password. Maybe the old password was not correct." => "Não foi possível alterar a chave. Possivelmente a password antiga não está correcta.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Não foi possível desencriptar este ficheiro, possivelmente é um ficheiro partilhado. Peça ao proprietário do ficheiro para voltar a partilhar o ficheiro consigo.", -"Unknown error please check your system settings or contact your administrator" => "Erro desconhecido. Verifique por favor as definições do sistema ou contacte o seu administrador", "Missing requirements." => "Faltam alguns requisitos.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Por favor, certifique-se que PHP 5.3.3 ou mais recente está instalado e que OpenSSL juntamente com a extensão PHP está ativada e corretamente configurada. Por agora, a aplicação de encriptação está desactivada.", "Following users are not set up for encryption:" => "Os utilizadores seguintes não estão marcados para cifragem:", diff --git a/apps/files_encryption/l10n/ru.php b/apps/files_encryption/l10n/ru.php index ba984868932..31c109df7cd 100644 --- a/apps/files_encryption/l10n/ru.php +++ b/apps/files_encryption/l10n/ru.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Приложение шифрации не инициализированно! Возможно приложение шифрации было реактивировано во время вашей сессии. Пожалуйста, попробуйте выйти и войти снова чтобы проинициализировать приложение шифрации.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Ваш секретный ключ не действителен! Вероятно, ваш пароль был изменен вне %s (например, корпоративный каталог). Вы можете обновить секретный ключ в личных настройках на странице восстановления доступа к зашифрованным файлам. ", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Не могу расшифровать файл, возможно это опубликованный файл. Пожалуйста, попросите владельца файла поделиться им с вами еще раз.", -"Unknown error please check your system settings or contact your administrator" => "Неизвестная ошибка, пожалуйста, проверьте системные настройки или свяжитесь с администратором", "Missing requirements." => "Требования отсутствуют.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Пожалуйста, убедитесь, что версия PHP 5.3.3 или новее, а также, что OpenSSL и соответствующее расширение PHP включены и правильно настроены. На данный момент приложение шифрования отключено.", "Following users are not set up for encryption:" => "Для следующих пользователей шифрование не настроено:", diff --git a/apps/files_encryption/l10n/sk_SK.php b/apps/files_encryption/l10n/sk_SK.php index 53ee2bc0303..9b93cee6f80 100644 --- a/apps/files_encryption/l10n/sk_SK.php +++ b/apps/files_encryption/l10n/sk_SK.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Šifrovacia aplikácia nie je inicializovaná. Je možné, že aplikácia bola znova aktivovaná počas vášho prihlasovania. Pokúste sa odhlásiť a znova prihlásiť pre inicializáciu šifrovania.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Váš súkromný kľúč nie je platný! Možno bolo vaše heslo zmenené mimo %s (napr. firemný priečinok). Môžete si aktualizovať heslo svojho súkromného kľúča vo vašom osobnom nastavení, ak si chcete obnoviť prístup k šifrovaným súborom.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Tento súbor sa nepodarilo dešifrovať, pravdepodobne je zdieľaný. Požiadajte majiteľa súboru, aby ho s vami znovu vyzdieľal.", -"Unknown error please check your system settings or contact your administrator" => "Neznáma chyba, skontrolujte si vaše systémové nastavenia alebo kontaktujte administrátora", "Missing requirements." => "Chýbajúce požiadavky.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná.", "Following users are not set up for encryption:" => "Nasledujúci používatelia nie sú nastavení pre šifrovanie:", diff --git a/apps/files_encryption/l10n/sl.php b/apps/files_encryption/l10n/sl.php index e581f9323c2..5f72b54fee9 100644 --- a/apps/files_encryption/l10n/sl.php +++ b/apps/files_encryption/l10n/sl.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Program za šifriranje ni začet. Morda je bil program ponovno omogočen šele med zagonom trenutne seje. Odjavite se in se nato prijavite nazaj. S tem morda razrešite napako.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Zasebni ključ ni veljaven. Najverjetneje je bilo geslo spremenjeno izven %s (najverjetneje je to poslovna mapa). Geslo lahko posodobite med osebnimi nastavitvami in s tem obnovite dostop do šifriranih datotek.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Te datoteke ni mogoče šifrirati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.", -"Unknown error please check your system settings or contact your administrator" => "Prišlo je do neznane napake. Preverite nastavitve sistema ali pa stopite v stik s skrbnikom sistema.", "Missing requirements." => "Manjkajoče zahteve", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Preverite, ali je na strežniku nameščen paket PHP 5.3.3 ali novejši, da je omogočen in pravilno nastavljen PHP OpenSSL. Z obstoječimi možnostmi šifriranje ni mogoče.", "Following users are not set up for encryption:" => "Navedeni uporabniki še nimajo nastavljenega šifriranja:", diff --git a/apps/files_encryption/l10n/sv.php b/apps/files_encryption/l10n/sv.php index b17740f2541..3d6401c1d55 100644 --- a/apps/files_encryption/l10n/sv.php +++ b/apps/files_encryption/l10n/sv.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Krypteringsprogrammet kunde inte initieras! Möjligen blev krypteringsprogrammet återaktiverad under din session. Försök med att logga ut och in igen för att initiera krypteringsprogrammet.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Din privata lösenordsnyckel är inte giltig! Troligen har ditt lösenord ändrats utanför %s (t.ex. i företagets katalogtjänst). Du kan uppdatera den privata lösenordsnyckeln under dina personliga inställningar för att återfå tillgång till dina filer.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägaren av filen att dela den med dig.", -"Unknown error please check your system settings or contact your administrator" => "Oväntat fel, kolla dina system inställningar eller kontakta din administratör", "Missing requirements." => "Krav som saknas", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Kontrollera att PHP 5.3.3 eller senare är installerad och att tillägget OpenSSL PHP är aktiverad och korrekt konfigurerad. Kryptering är tillsvidare inaktiverad.", "Following users are not set up for encryption:" => "Följande användare har inte aktiverat kryptering:", diff --git a/apps/files_encryption/l10n/tr.php b/apps/files_encryption/l10n/tr.php index ad228660dc3..2828b1b5915 100644 --- a/apps/files_encryption/l10n/tr.php +++ b/apps/files_encryption/l10n/tr.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Şifreleme uygulaması başlatılamadı! Oturumunuz sırasında şifreleme uygulaması tekrar etkinleştirilmiş olabilir. Lütfen şifreleme uygulamasını başlatmak için oturumu kapatıp yeniden oturum açmayı deneyin.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Özel anahtarınız geçerli değil! Muhtemelen parolanız %s dışarısında değiştirildi (örn. şirket dizininde). Gizli anahtar parolanızı kişisel ayarlarınızda güncelleyerek şifreli dosyalarınıza erişimi kurtarabilirsiniz.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Bu dosya muhtemelen bir paylaşılan dosya olduğundan şifrelemesi kaldırılamıyor. Lütfen dosyayı sizinle bir daha paylaşması için dosya sahibi ile iletişime geçin.", -"Unknown error please check your system settings or contact your administrator" => "Bilinmeyen hata. Lütfen sistem ayarlarınızı denetleyin veya yöneticiniz ile iletişime geçin", "Missing requirements." => "Gereklilikler eksik.", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "PHP 5.3.3 veya daha sürümü ile birlikte OpenSSL ve OpenSSL PHP uzantısının birlikte etkin olduğundan ve doğru bir şekilde yapılandırıldığından emin olun. Şimdilik şifreleme uygulaması devre dışı bırakıldı.", "Following users are not set up for encryption:" => "Aşağıdaki kullanıcılar şifreleme için ayarlanmamış:", diff --git a/apps/files_encryption/l10n/zh_TW.php b/apps/files_encryption/l10n/zh_TW.php index 84146437ac0..e4954443cc6 100644 --- a/apps/files_encryption/l10n/zh_TW.php +++ b/apps/files_encryption/l10n/zh_TW.php @@ -11,7 +11,6 @@ $TRANSLATIONS = array( "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "加密功能未初始化!可能加密功能需要重新啟用在現在的連線上。請試著登出再登入來初始化加密功能。", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "您的私人金鑰不正確!可能您的密碼已經變更在外部的 %s (例如:您的企業目錄)。您可以在您的個人設定中更新私人金鑰密碼來還原存取您的加密檔案。", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "無法解密這個檔案,也許這是分享的檔案。請詢問檔案所有人重新分享檔案給您。", -"Unknown error please check your system settings or contact your administrator" => "未知錯誤請檢查您的系統設定或是聯絡您的管理員", "Missing requirements." => "遺失必要條件。", "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "請確認已安裝 PHP 5.3.3 或是更新的版本以及 OpenSSL 也一併安裝在 PHP extension 裡面並啟用及設置完成。現在,加密功能是停用的。", "Following users are not set up for encryption:" => "以下的使用者無法設定加密:", diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 0542b7b10a7..2698706c090 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -4,8 +4,8 @@ <name>External storage support</name> <description>Mount external storage sources</description> <licence>AGPL</licence> - <author>Robin Appelman, Michael Gapczynski</author> - <require>4.93</require> + <author>Robin Appelman, Michael Gapczynski, Vincent Petry</author> + <requiremin>4.93</requiremin> <shipped>true</shipped> <types> <filesystem/> diff --git a/apps/files_external/l10n/fr.php b/apps/files_external/l10n/fr.php index 65f0ae167ed..ea20abc5256 100644 --- a/apps/files_external/l10n/fr.php +++ b/apps/files_external/l10n/fr.php @@ -28,6 +28,7 @@ $TRANSLATIONS = array( "Timeout of HTTP requests in seconds (optional)" => "Temps maximal de requête HTTP en seconde (facultatif)", "Share" => "Partager", "SMB / CIFS using OC login" => "SMB / CIFS utilise le nom d'utilisateur OC", +"Username as share" => "Nom d'utilisateur du partage", "URL" => "URL", "Secure https://" => "Sécurisation https://", "Remote subfolder" => "Sous-dossier distant", diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 9b42c1e17b5..077433a53ab 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -4,8 +4,8 @@ <name>Share Files</name> <description>File sharing between users</description> <licence>AGPL</licence> - <author>Michael Gapczynski</author> - <require>4.93</require> + <author>Michael Gapczynski, Bjoern Schiessle</author> + <requiremin>4.93</requiremin> <shipped>true</shipped> <default_enable/> <types> diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index 893577db2e3..84c5bf57b38 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -21,6 +21,11 @@ $(document).ready(function() { var tr = oldCreateRow.apply(this, arguments); if (fileData.shareOwner) { tr.attr('data-share-owner', fileData.shareOwner); + // user should always be able to rename a mount point + if (fileData.isShareMountPoint) { + tr.attr('data-permissions', fileData.permissions | OC.PERMISSION_UPDATE); + tr.attr('data-reshare-permissions', fileData.permissions); + } } return tr; }; @@ -78,7 +83,11 @@ $(document).ready(function() { if ($(tr).data('type') == 'dir') { itemType = 'folder'; } - var possiblePermissions = $(tr).data('permissions'); + var possiblePermissions = $(tr).data('reshare-permissions'); + if (_.isUndefined(possiblePermissions)) { + possiblePermissions = $(tr).data('permissions'); + } + var appendTo = $(tr).find('td.filename'); // Check if drop down is already visible for a different file if (OC.Share.droppedDown) { diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index 02a8ebab93a..67ccbd13403 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -177,13 +177,9 @@ class Shared extends \OC\Files\Storage\Common { } public function filesize($path) { - if ($path == '' || $path == '/' || $this->is_dir($path)) { - return 0; - } else if ($source = $this->getSourcePath($path)) { - list($storage, $internalPath) = \OC\Files\Filesystem::resolvePath($source); - return $storage->filesize($internalPath); - } - return false; + $source = $this->getSourcePath($path); + list($storage, $internalPath) = \OC\Files\Filesystem::resolvePath($source); + return $storage->filesize($internalPath); } public function isCreatable($path) { diff --git a/apps/files_sharing/tests/sharedstorage.php b/apps/files_sharing/tests/sharedstorage.php index 258a2a9841b..b80ab6b4f14 100644 --- a/apps/files_sharing/tests/sharedstorage.php +++ b/apps/files_sharing/tests/sharedstorage.php @@ -36,12 +36,17 @@ class Test_Files_Sharing_Storage extends Test_Files_Sharing_Base { $this->filename = '/share-api-storage.txt'; - // save file with content + $this->view->mkdir($this->folder); + + // save file with content + $this->view->file_put_contents($this->filename, "root file"); + $this->view->file_put_contents($this->folder . $this->filename, "file in subfolder"); } function tearDown() { - $this->view->deleteAll($this->folder); + $this->view->unlink($this->folder); + $this->view->unlink($this->filename); parent::tearDown(); } @@ -123,7 +128,42 @@ class Test_Files_Sharing_Storage extends Test_Files_Sharing_Base { $this->assertTrue($this->view->file_exists( $this->folder. '/foo.txt')); //cleanup - $this->view->unlink($this->folder); + \OCP\Share::unshare('folder', $fileinfo['fileid'], \OCP\Share::SHARE_TYPE_USER, + self::TEST_FILES_SHARING_API_USER2); + } + + public function testFilesize() { + + $fileinfoFolder = $this->view->getFileInfo($this->folder); + $fileinfoFile = $this->view->getFileInfo($this->filename); + + $folderSize = $this->view->filesize($this->folder); + $file1Size = $this->view->filesize($this->folder. $this->filename); + $file2Size = $this->view->filesize($this->filename); + + $result = \OCP\Share::shareItem('folder', $fileinfoFolder['fileid'], \OCP\Share::SHARE_TYPE_USER, + self::TEST_FILES_SHARING_API_USER2, 31); + $this->assertTrue($result); + + $result = \OCP\Share::shareItem('file', $fileinfoFile['fileid'], \OCP\Share::SHARE_TYPE_USER, + self::TEST_FILES_SHARING_API_USER2, 31); + $this->assertTrue($result); + + self::loginHelper(self::TEST_FILES_SHARING_API_USER2); + + // compare file size between user1 and user2, should always be the same + $this->assertSame($folderSize, \OC\Files\Filesystem::filesize($this->folder)); + $this->assertSame($file1Size, \OC\Files\Filesystem::filesize($this->folder . $this->filename)); + $this->assertSame($file2Size, \OC\Files\Filesystem::filesize($this->filename)); + + //cleanup + self::loginHelper(self::TEST_FILES_SHARING_API_USER1); + $result = \OCP\Share::unshare('folder', $fileinfoFolder['fileid'], \OCP\Share::SHARE_TYPE_USER, + self::TEST_FILES_SHARING_API_USER2); + $this->assertTrue($result); + $result = \OCP\Share::unshare('file', $fileinfoFile['fileid'], \OCP\Share::SHARE_TYPE_USER, + self::TEST_FILES_SHARING_API_USER2); + $this->assertTrue($result); } } diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index 2cc7d9a7ac3..860d6b1242a 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -19,7 +19,7 @@ <licence>AGPL</licence> <author>Bjoern Schiessle</author> <shipped>true</shipped> - <require>4.9</require> + <requiremin>4.9</requiremin> <default_enable/> <types> <filesystem/> diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index a735caee945..5d536638fe8 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -3,8 +3,8 @@ <id>files_versions</id> <name>Versions</name> <licence>AGPL</licence> - <author>Frank Karlitschek</author> - <require>4.93</require> + <author>Frank Karlitschek, Bjoern Schiessle</author> + <requiremin>4.93</requiremin> <shipped>true</shipped> <description> ownCloud supports simple version control for files. The versioning app diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index e4a4375a737..b70f0c54355 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -9,7 +9,7 @@ </description> <licence>AGPL</licence> <author>Dominik Schmidt and Arthur Schiwon</author> - <require>4.93</require> + <requiremin>4.93</requiremin> <shipped>true</shipped> <types> <authentication/> diff --git a/apps/user_ldap/js/settings.js b/apps/user_ldap/js/settings.js index 15a02abb065..8c18cc4c58c 100644 --- a/apps/user_ldap/js/settings.js +++ b/apps/user_ldap/js/settings.js @@ -241,8 +241,8 @@ var LdapWizard = { }, function (result) { LdapWizard.hideSpinner('#ldap_base'); - LdapWizard.showInfoBox('Please specify a Base DN'); - LdapWizard.showInfoBox('Could not determine Base DN'); + LdapWizard.showInfoBox(t('user_ldap', 'Please specify a Base DN')); + LdapWizard.showInfoBox(t('user_ldap', 'Could not determine Base DN')); $('#ldap_base').prop('disabled', false); } ); @@ -273,7 +273,7 @@ var LdapWizard = { function (result) { LdapWizard.hideSpinner('#ldap_port'); $('#ldap_port').prop('disabled', false); - LdapWizard.showInfoBox('Please specify the port'); + LdapWizard.showInfoBox(t('user_ldap', 'Please specify the port')); } ); } @@ -688,7 +688,7 @@ var LdapWizard = { }, showInfoBox: function(text) { - $('#ldapWizard1 .ldapWizardInfo').text(t('user_ldap', text)); + $('#ldapWizard1 .ldapWizardInfo').text(text); $('#ldapWizard1 .ldapWizardInfo').removeClass('invisible'); LdapWizard.checkInfoShown = true; }, diff --git a/apps/user_ldap/l10n/af_ZA.php b/apps/user_ldap/l10n/af_ZA.php index 483a30b8e48..e4e599e059e 100644 --- a/apps/user_ldap/l10n/af_ZA.php +++ b/apps/user_ldap/l10n/af_ZA.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("",""), "Help" => "Hulp", "Password" => "Wagwoord", -"Continue" => "Gaan voort" +"Continue" => "Gaan voort", +"Advanced" => "Gevorderd" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ar.php b/apps/user_ldap/l10n/ar.php index a2152dde852..1b0b1e8d413 100644 --- a/apps/user_ldap/l10n/ar.php +++ b/apps/user_ldap/l10n/ar.php @@ -14,6 +14,7 @@ $TRANSLATIONS = array( "Port" => "المنفذ", "Password" => "كلمة المرور", "Back" => "رجوع", +"Advanced" => "تعديلات متقدمه", "Email Field" => "خانة البريد الإلكتروني" ); $PLURAL_FORMS = "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/apps/user_ldap/l10n/ast.php b/apps/user_ldap/l10n/ast.php index f793847b231..620454a9561 100644 --- a/apps/user_ldap/l10n/ast.php +++ b/apps/user_ldap/l10n/ast.php @@ -35,6 +35,7 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Pa un accesu anónimu, dexar el DN y la contraseña baleros.", "users found" => "usuarios alcontraos", "Continue" => "Continuar", +"Advanced" => "Avanzáu", "Connection Settings" => "Axustes de conexón", "Configuration Active" => "Configuración activa", "When unchecked, this configuration will be skipped." => "Cuando nun tea conseñáu, saltaráse esta configuración.", diff --git a/apps/user_ldap/l10n/be.php b/apps/user_ldap/l10n/be.php index 089b92efe7b..b55e4595318 100644 --- a/apps/user_ldap/l10n/be.php +++ b/apps/user_ldap/l10n/be.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Error" => "Памылка", "_%s group found_::_%s groups found_" => array("","","",""), -"_%s user found_::_%s users found_" => array("","","","") +"_%s user found_::_%s users found_" => array("","","",""), +"Advanced" => "Дасведчаны" ); $PLURAL_FORMS = "nplurals=4; 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/user_ldap/l10n/bg_BG.php b/apps/user_ldap/l10n/bg_BG.php index 588f6d448b4..3c274ea3c73 100644 --- a/apps/user_ldap/l10n/bg_BG.php +++ b/apps/user_ldap/l10n/bg_BG.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("",""), "Save" => "Запис", "Help" => "Помощ", -"Password" => "Парола" +"Password" => "Парола", +"Advanced" => "Разширено" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/bn_BD.php b/apps/user_ldap/l10n/bn_BD.php index 90f7b572a95..17c9fb603dd 100644 --- a/apps/user_ldap/l10n/bn_BD.php +++ b/apps/user_ldap/l10n/bn_BD.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "Error" => "সমস্যা", "_%s group found_::_%s groups found_" => array("",""), "_%s user found_::_%s users found_" => array("",""), +"Group Filter" => "গোষ্ঠী ছাঁকনী", "Save" => "সংরক্ষণ", "Help" => "সহায়িকা", "Host" => "হোস্ট", @@ -13,6 +14,7 @@ $TRANSLATIONS = array( "Password" => "কূটশব্দ", "For anonymous access, leave DN and Password empty." => "অজ্ঞাতকুলশীল অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।", "You can specify Base DN for users and groups in the Advanced tab" => "সুচারু ট্যঅবে গিয়ে আপনি ব্যবহারকারি এবং গোষ্ঠীসমূহের জন্য ভিত্তি DN নির্ধারণ করতে পারেন।", +"Advanced" => "সুচারু", "Turn off SSL certificate validation." => "SSL সনদপত্র যাচাইকরণ বন্ধ রাক।", "in seconds. A change empties the cache." => "সেকেন্ডে। কোন পরিবর্তন ক্যাসে খালি করবে।", "User Display Name Field" => "ব্যবহারকারীর প্রদর্শিতব্য নামের ক্ষেত্র", diff --git a/apps/user_ldap/l10n/ca.php b/apps/user_ldap/l10n/ca.php index 58d98eb82ad..fe9268cb9fb 100644 --- a/apps/user_ldap/l10n/ca.php +++ b/apps/user_ldap/l10n/ca.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("S'ha trobat %s usuari","S'han trobat %s usuaris"), "Invalid Host" => "Ordinador central no vàlid", "Could not find the desired feature" => "La característica desitjada no s'ha trobat", +"Group Filter" => "Filtre de grup", "Save" => "Desa", "Test Configuration" => "Comprovació de la configuració", "Help" => "Ajuda", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "usuaris trobats", "Back" => "Enrera", "Continue" => "Continua", +"Advanced" => "Avançat", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Avís:</b> Les aplicacions user_ldap i user_webdavauth són incompatibles. Podeu experimentar comportaments inesperats. Demaneu a l'administrador del sistema que en desactivi una.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Avís:</b> El mòdul PHP LDAP no està instal·lat, el dorsal no funcionarà. Demaneu a l'administrador del sistema que l'instal·li.", "Connection Settings" => "Arranjaments de connexió", diff --git a/apps/user_ldap/l10n/cs_CZ.php b/apps/user_ldap/l10n/cs_CZ.php index b7dfa5a4c41..be976b4ccff 100644 --- a/apps/user_ldap/l10n/cs_CZ.php +++ b/apps/user_ldap/l10n/cs_CZ.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("nalezen %s uživatel","nalezeni %s uživatelé","nalezeno %s uživatelů"), "Invalid Host" => "Neplatný hostitel", "Could not find the desired feature" => "Nelze nalézt požadovanou vlastnost", +"Group Filter" => "Filtr skupin", "Save" => "Uložit", "Test Configuration" => "Vyzkoušet nastavení", "Help" => "Nápověda", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "nalezení uživatelé", "Back" => "Zpět", "Continue" => "Pokračovat", +"Advanced" => "Pokročilé", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Varování:</b> Aplikace user_ldap a user_webdavauth jsou vzájemně nekompatibilní. Můžete zaznamenat neočekávané chování. Požádejte prosím vašeho systémového administrátora o zakázání jednoho z nich.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Varování:</b> není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému, aby jej nainstaloval.", "Connection Settings" => "Nastavení spojení", diff --git a/apps/user_ldap/l10n/cy_GB.php b/apps/user_ldap/l10n/cy_GB.php index 65a78432c75..905c0401b3f 100644 --- a/apps/user_ldap/l10n/cy_GB.php +++ b/apps/user_ldap/l10n/cy_GB.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("","","",""), "Save" => "Cadw", "Help" => "Cymorth", -"Password" => "Cyfrinair" +"Password" => "Cyfrinair", +"Advanced" => "Uwch" ); $PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/user_ldap/l10n/da.php b/apps/user_ldap/l10n/da.php index 8264a18116c..73a183cb76e 100644 --- a/apps/user_ldap/l10n/da.php +++ b/apps/user_ldap/l10n/da.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Bekræft Sletning", "_%s group found_::_%s groups found_" => array("",""), "_%s user found_::_%s users found_" => array("",""), +"Group Filter" => "Gruppe Filter", "Save" => "Gem", "Test Configuration" => "Test Konfiguration", "Help" => "Hjælp", @@ -28,6 +29,7 @@ $TRANSLATIONS = array( "You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab", "Back" => "Tilbage", "Continue" => "Videre", +"Advanced" => "Avanceret", "Connection Settings" => "Forbindelsesindstillinger ", "Configuration Active" => "Konfiguration Aktiv", "Backup (Replica) Host" => "Backup (Replika) Vært", diff --git a/apps/user_ldap/l10n/de.php b/apps/user_ldap/l10n/de.php index 43336520739..31eb9119741 100644 --- a/apps/user_ldap/l10n/de.php +++ b/apps/user_ldap/l10n/de.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Löschen fehlgeschlagen", "Take over settings from recent server configuration?" => "Einstellungen von letzter Konfiguration übernehmen?", "Keep settings?" => "Einstellungen beibehalten?", +"{nbServer}. Server" => "{nbServer}. Server", "Cannot add server configuration" => "Das Hinzufügen der Serverkonfiguration schlug fehl", "mappings cleared" => "Zuordnungen gelöscht", "Success" => "Erfolgreich", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s Benutzer gefunden","%s Benutzer gefunden"), "Invalid Host" => "Ungültiger Host", "Could not find the desired feature" => "Konnte die gewünschte Funktion nicht finden", +"Server" => "Server", +"User Filter" => "Nutzer-Filter", +"Login Filter" => "Anmeldefilter", +"Group Filter" => "Gruppen-Filter", "Save" => "Speichern", "Test Configuration" => "Testkonfiguration", "Help" => "Hilfe", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP E-Mail-Adresse:", "Other Attributes:" => "Andere Attribute:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", +"1. Server" => "1. Server", +"%s. Server:" => "%s. Server:", "Add Server Configuration" => "Serverkonfiguration hinzufügen", +"Delete Configuration" => "Konfiguration löschen", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du kannst das Protokoll auslassen, außer wenn Du SSL benötigst. Beginne dann mit ldaps://", "Port" => "Port", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "Benutzer gefunden", "Back" => "Zurück", "Continue" => "Fortsetzen", +"Expert" => "Experte", +"Advanced" => "Fortgeschritten", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Warnung:</b> Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitte\ndeinen Systemadministator eine der beiden Anwendungen zu deaktivieren.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Warnung:</b> Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitte Deinen Systemadministrator das Modul zu installieren.", "Connection Settings" => "Verbindungseinstellungen", diff --git a/apps/user_ldap/l10n/de_AT.php b/apps/user_ldap/l10n/de_AT.php index a4e97dfcadd..f74fc796775 100644 --- a/apps/user_ldap/l10n/de_AT.php +++ b/apps/user_ldap/l10n/de_AT.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "_%s group found_::_%s groups found_" => array("",""), "_%s user found_::_%s users found_" => array("",""), "Save" => "Speichern", -"Password" => "Passwort" +"Password" => "Passwort", +"Advanced" => "Erweitert" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/de_CH.php b/apps/user_ldap/l10n/de_CH.php index f60d425a2e6..c0b5c80728e 100644 --- a/apps/user_ldap/l10n/de_CH.php +++ b/apps/user_ldap/l10n/de_CH.php @@ -18,6 +18,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Löschung bestätigen", "_%s group found_::_%s groups found_" => array("",""), "_%s user found_::_%s users found_" => array("",""), +"Group Filter" => "Gruppen-Filter", "Save" => "Speichern", "Test Configuration" => "Testkonfiguration", "Help" => "Hilfe", @@ -32,6 +33,7 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", "One Base DN per line" => "Ein Basis-DN pro Zeile", "You can specify Base DN for users and groups in the Advanced tab" => "Sie können Basis-DN für Benutzer und Gruppen in dem «Erweitert»-Reiter konfigurieren", +"Advanced" => "Erweitert", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Warnung:</b> Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Warnung:</b> Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitten Sie Ihren Systemadministrator das Modul zu installieren.", "Connection Settings" => "Verbindungseinstellungen", diff --git a/apps/user_ldap/l10n/de_DE.php b/apps/user_ldap/l10n/de_DE.php index 21c149d1a1d..daa49c928a4 100644 --- a/apps/user_ldap/l10n/de_DE.php +++ b/apps/user_ldap/l10n/de_DE.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Löschen fehlgeschlagen", "Take over settings from recent server configuration?" => "Einstellungen von letzter Konfiguration übernehmen?", "Keep settings?" => "Einstellungen beibehalten?", +"{nbServer}. Server" => "{nbServer}. Server", "Cannot add server configuration" => "Das Hinzufügen der Serverkonfiguration schlug fehl", "mappings cleared" => "Zuordnungen gelöscht", "Success" => "Erfolg", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s Benutzer gefunden","%s Benutzer gefunden"), "Invalid Host" => "Ungültiger Host", "Could not find the desired feature" => "Konnte die gewünschte Funktion nicht finden", +"Server" => "Server", +"User Filter" => "Nutzer-Filter", +"Login Filter" => "Anmeldefilter", +"Group Filter" => "Gruppen-Filter", "Save" => "Speichern", "Test Configuration" => "Testkonfiguration", "Help" => "Hilfe", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP E-Mail-Adresse:", "Other Attributes:" => "Andere Attribute:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", +"1. Server" => "1. Server", +"%s. Server:" => "%s. Server:", "Add Server Configuration" => "Serverkonfiguration hinzufügen", +"Delete Configuration" => "Konfiguration löschen", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Sie können das Protokoll auslassen, außer wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", "Port" => "Port", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "Benutzer gefunden", "Back" => "Zurück", "Continue" => "Fortsetzen", +"Expert" => "Experte", +"Advanced" => "Fortgeschritten", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Warnung:</b> Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Warnung:</b> Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitten Sie Ihren Systemadministrator das Modul zu installieren.", "Connection Settings" => "Verbindungseinstellungen", diff --git a/apps/user_ldap/l10n/el.php b/apps/user_ldap/l10n/el.php index b52e2a652d3..ede1f759c9d 100644 --- a/apps/user_ldap/l10n/el.php +++ b/apps/user_ldap/l10n/el.php @@ -30,6 +30,9 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s χρήστης βρέθηκε","%s χρήστες βρέθηκαν"), "Invalid Host" => "Άκυρος εξυπηρετητής", "Could not find the desired feature" => "Αδυναμία εύρεσης επιθυμητου χαρακτηριστικού", +"Server" => "Διακομιστής", +"User Filter" => "Φίλτρο χρηστών", +"Group Filter" => "Group Filter", "Save" => "Αποθήκευση", "Test Configuration" => "Δοκιμαστικες ρυθμισεις", "Help" => "Βοήθεια", @@ -45,7 +48,9 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "Διεύθυνση ηλ. ταχυδρομείου LDAP:", "Other Attributes:" => "Άλλες Ιδιότητες:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Ορίζει το φίλτρο που θα εφαρμοστεί, όταν επιχειριθεί σύνδεση. Το %%uid αντικαθιστά το όνομα χρήστη κατά τη σύνδεση. Παράδειγμα: \"uid=%%uid\"", +"1. Server" => "1. Διακομιστής", "Add Server Configuration" => "Προσθήκη Ρυθμίσεων Διακομιστή", +"Delete Configuration" => "Απαλοιφή ρυθμίσεων", "Host" => "Διακομιστής", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Μπορείτε να παραλείψετε το πρωτόκολλο, εκτός αν απαιτείται SSL. Σε αυτή την περίπτωση ξεκινήστε με ldaps://", "Port" => "Θύρα", @@ -60,6 +65,7 @@ $TRANSLATIONS = array( "users found" => "χρήστες βρέθηκαν", "Back" => "Επιστροφή", "Continue" => "Συνέχεια", +"Advanced" => "Για προχωρημένους", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Προσοχή:</b> Οι εφαρμογές user_ldap και user_webdavauth είναι ασύμβατες. Μπορεί να αντιμετωπίσετε απρόβλεπτη συμπεριφορά. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να απενεργοποιήσει μία από αυτές.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Προσοχή:</b> Το άρθρωμα PHP LDAP δεν είναι εγκατεστημένο και το σύστημα υποστήριξης δεν θα δουλέψει. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να το εγκαταστήσει.", "Connection Settings" => "Ρυθμίσεις Σύνδεσης", @@ -89,6 +95,7 @@ $TRANSLATIONS = array( "Group Search Attributes" => "Ομάδα Χαρακτηριστικων Αναζήτηση", "Group-Member association" => "Group-Member association", "Nested Groups" => "Φωλιασμένες ομάδες", +"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Όταν ενεργοποιηθεί, οι ομάδες που περιέχουν ομάδες υποστηρίζονται. (Λειτουργεί μόνο αν το χαρακτηριστικό μέλους ομάδες περιέχει Διακεκριμένα Ονόματα.)", "Paging chunksize" => "Μέγεθος σελιδοποίησης", "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Μέγεθος τμήματος που χρησιμοποιείται για την σελιδοποίηση αναζητήσεων LDAP που μπορεί να επιστρέψουν πολλά δεδομένα, όπως απαρίθμηση χρηστών ή ομάδων. (Η τιμή 0 απενεργοποιεί την σελιδοποίηση των αναζητήσεων LDAP σε αυτές τις περιπτώσεις.)", "Special Attributes" => "Ειδικά Χαρακτηριστικά ", diff --git a/apps/user_ldap/l10n/en_GB.php b/apps/user_ldap/l10n/en_GB.php index cb0ac1a5497..ae66e5e9d9c 100644 --- a/apps/user_ldap/l10n/en_GB.php +++ b/apps/user_ldap/l10n/en_GB.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Deletion failed", "Take over settings from recent server configuration?" => "Take over settings from recent server configuration?", "Keep settings?" => "Keep settings?", +"{nbServer}. Server" => "{nbServer}. Server", "Cannot add server configuration" => "Cannot add server configuration", "mappings cleared" => "mappings cleared", "Success" => "Success", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s user found","%s users found"), "Invalid Host" => "Invalid Host", "Could not find the desired feature" => "Could not find the desired feature", +"Server" => "Server", +"User Filter" => "User Filter", +"Login Filter" => "Login Filter", +"Group Filter" => "Group Filter", "Save" => "Save", "Test Configuration" => "Test Configuration", "Help" => "Help", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP Email Address:", "Other Attributes:" => "Other Attributes:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"", +"1. Server" => "1. Server", +"%s. Server:" => "%s. Server:", "Add Server Configuration" => "Add Server Configuration", +"Delete Configuration" => "Delete Configuration", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "You can omit the protocol, except you require SSL. Then start with ldaps://", "Port" => "Port", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "users found", "Back" => "Back", "Continue" => "Continue", +"Expert" => "Expert", +"Advanced" => "Advanced", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", "Connection Settings" => "Connection Settings", diff --git a/apps/user_ldap/l10n/eo.php b/apps/user_ldap/l10n/eo.php index 74928899c8a..3dccb192daf 100644 --- a/apps/user_ldap/l10n/eo.php +++ b/apps/user_ldap/l10n/eo.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "_%s group found_::_%s groups found_" => array("%s grupo troviĝis","%s grupoj troviĝis"), "_%s user found_::_%s users found_" => array("%s uzanto troviĝis","%s uzanto troviĝis"), "Invalid Host" => "Nevalida gastigo", +"Group Filter" => "Filtrilo de grupo", "Save" => "Konservi", "Test Configuration" => "Provi agordon", "Help" => "Helpo", @@ -33,6 +34,7 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Por sennoman aliron, lasu DN-on kaj Pasvorton malplenaj.", "users found" => "uzantoj trovitaj", "Back" => "Antaŭen", +"Advanced" => "Progresinta", "Connection Settings" => "Agordo de konekto", "Disable Main Server" => "Malkapabligi la ĉefan servilon", "Turn off SSL certificate validation." => "Malkapabligi validkontrolon de SSL-atestiloj.", diff --git a/apps/user_ldap/l10n/es.php b/apps/user_ldap/l10n/es.php index bb1c9acb2ab..3f577dc3010 100644 --- a/apps/user_ldap/l10n/es.php +++ b/apps/user_ldap/l10n/es.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Falló el borrado", "Take over settings from recent server configuration?" => "¿Asumir los ajustes actuales de la configuración del servidor?", "Keep settings?" => "¿Mantener la configuración?", +"{nbServer}. Server" => "{nbServer}. Servidor", "Cannot add server configuration" => "No se puede añadir la configuración del servidor", "mappings cleared" => "Asignaciones borradas", "Success" => "Éxito", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("Usuario %s encontrado","Usuarios %s encontrados"), "Invalid Host" => "Host inválido", "Could not find the desired feature" => "No se puede encontrar la función deseada.", +"Server" => "Servidor", +"User Filter" => "Filtro de Usuario", +"Login Filter" => "Filtro de Login", +"Group Filter" => "Filtro de grupo", "Save" => "Guardar", "Test Configuration" => "Configuración de prueba", "Help" => "Ayuda", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "Dirección e-mail LDAP:", "Other Attributes:" => "Otros atributos:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define el filtro a aplicar cuando se intenta identificar. %%uid remplazará al nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", +"1. Server" => "1. Servidor", +"%s. Server:" => "%s. Servidor:", "Add Server Configuration" => "Agregar configuracion del servidor", +"Delete Configuration" => "Borrar Configuración", "Host" => "Servidor", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://", "Port" => "Puerto", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "usuarios encontrados", "Back" => "Atrás", "Continue" => "Continuar", +"Expert" => "Experto", +"Advanced" => "Avanzado", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Advertencia:</b> Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Advertencia:</b> El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", "Connection Settings" => "Configuración de conexión", diff --git a/apps/user_ldap/l10n/es_AR.php b/apps/user_ldap/l10n/es_AR.php index 4a8047c6d91..acd92e5e379 100644 --- a/apps/user_ldap/l10n/es_AR.php +++ b/apps/user_ldap/l10n/es_AR.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s usuario encontrado","%s usuarios encontrados"), "Invalid Host" => "Host inválido", "Could not find the desired feature" => "No se pudo encontrar la característica deseada", +"Group Filter" => "Filtro de grupo", "Save" => "Guardar", "Test Configuration" => "Probar configuración", "Help" => "Ayuda", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "usuarios encontrados", "Back" => "Volver", "Continue" => "Continuar", +"Advanced" => "Avanzado", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Advertencia:</b> Las apps user_ldap y user_webdavauth son incompatibles. Puede ser que experimentes comportamientos inesperados. Pedile al administrador que desactive uno de ellos.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Atención:</b> El módulo PHP LDAP no está instalado, este elemento no va a funcionar. Por favor, pedile al administrador que lo instale.", "Connection Settings" => "Configuración de Conección", diff --git a/apps/user_ldap/l10n/es_MX.php b/apps/user_ldap/l10n/es_MX.php index bb4c3700ec5..1b3220e1063 100644 --- a/apps/user_ldap/l10n/es_MX.php +++ b/apps/user_ldap/l10n/es_MX.php @@ -57,6 +57,7 @@ $TRANSLATIONS = array( "users found" => "usuarios encontrados", "Back" => "Atrás", "Continue" => "Continuar", +"Advanced" => "Avanzado", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Advertencia:</b> Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Advertencia:</b> El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", "Connection Settings" => "Configuración de conexión", diff --git a/apps/user_ldap/l10n/et_EE.php b/apps/user_ldap/l10n/et_EE.php index 11941bf4ac9..8e87f9584aa 100644 --- a/apps/user_ldap/l10n/et_EE.php +++ b/apps/user_ldap/l10n/et_EE.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s kasutaja leitud","%s kasutajat leitud"), "Invalid Host" => "Vigane server", "Could not find the desired feature" => "Ei suuda leida soovitud funktsioonaalsust", +"Group Filter" => "Grupi filter", "Save" => "Salvesta", "Test Configuration" => "Testi seadistust", "Help" => "Abiinfo", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "kasutajat leitud", "Back" => "Tagasi", "Continue" => "Jätka", +"Advanced" => "Täpsem", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Hoiatus:</b> rakendused user_ldap ja user_webdavauht ei ole ühilduvad. Töös võib esineda ootamatuid tõrkeid.\nPalu oma süsteemihalduril üks neist rakendustest kasutusest eemaldada.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Hoiatus:</b>PHP LDAP moodul pole paigaldatud ning LDAP kasutamine ei ole võimalik. Palu oma süsteeihaldurit see paigaldada.", "Connection Settings" => "Ühenduse seaded", diff --git a/apps/user_ldap/l10n/eu.php b/apps/user_ldap/l10n/eu.php index c19cb034ad0..cebf2a53cc3 100644 --- a/apps/user_ldap/l10n/eu.php +++ b/apps/user_ldap/l10n/eu.php @@ -28,6 +28,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("Erabiltzaile %s aurkitu da","%s erabiltzaile aurkitu dira"), "Invalid Host" => "Baliogabeko hostalaria", "Could not find the desired feature" => "Ezin izan da nahi zen ezaugarria aurkitu", +"Group Filter" => "Taldeen iragazkia", "Save" => "Gorde", "Test Configuration" => "Egiaztatu Konfigurazioa", "Help" => "Laguntza", @@ -52,6 +53,7 @@ $TRANSLATIONS = array( "users found" => "erabiltzaile aurkituta", "Back" => "Atzera", "Continue" => "Jarraitu", +"Advanced" => "Aurreratua", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Abisua:</b> PHPk behar duen LDAP modulua ez dago instalaturik, motorrak ez du funtzionatuko. Mesedez eskatu zure sistema kudeatzaileari instala dezan.", "Connection Settings" => "Konexio Ezarpenak", "Configuration Active" => "Konfigurazio Aktiboa", diff --git a/apps/user_ldap/l10n/fa.php b/apps/user_ldap/l10n/fa.php index daf3765fc06..1e149a11207 100644 --- a/apps/user_ldap/l10n/fa.php +++ b/apps/user_ldap/l10n/fa.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "تایید حذف", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Group Filter" => "فیلتر گروه", "Save" => "ذخیره", "Test Configuration" => "امتحان پیکربندی", "Help" => "راهنما", @@ -29,6 +30,7 @@ $TRANSLATIONS = array( "You can specify Base DN for users and groups in the Advanced tab" => "شما می توانید پایه DN را برای کاربران و گروه ها در زبانه Advanced مشخص کنید.", "Back" => "بازگشت", "Continue" => "ادامه", +"Advanced" => "پیشرفته", "Connection Settings" => "تنظیمات اتصال", "Configuration Active" => "پیکربندی فعال", "When unchecked, this configuration will be skipped." => "زمانیکه انتخاب نشود، این پیکربندی نادیده گرفته خواهد شد.", diff --git a/apps/user_ldap/l10n/fi_FI.php b/apps/user_ldap/l10n/fi_FI.php index 552fd9f923b..b631caccee6 100644 --- a/apps/user_ldap/l10n/fi_FI.php +++ b/apps/user_ldap/l10n/fi_FI.php @@ -1,18 +1,33 @@ <?php $TRANSLATIONS = array( +"Failed to delete the server configuration" => "Palvelinmäärityksen poistaminen epäonnistui", +"The configuration is valid and the connection could be established!" => "Määritys on kelvollinen ja yhteys kyettiin muodostamaan!", "Deletion failed" => "Poisto epäonnistui", "Keep settings?" => "Säilytetäänkö asetukset?", "Cannot add server configuration" => "Palvelinasetusten lisäys epäonnistui", "Success" => "Onnistui!", "Error" => "Virhe", +"Configuration OK" => "Määritykset OK", +"Configuration incorrect" => "Määritykset väärin", +"Configuration incomplete" => "Määritykset puutteelliset", "Select groups" => "Valitse ryhmät", "Connection test succeeded" => "Yhteystesti onnistui", "Connection test failed" => "Yhteystesti epäonnistui", +"Do you really want to delete the current Server Configuration?" => "Haluatko varmasti poistaa nykyisen palvelinmäärityksen?", "Confirm Deletion" => "Vahvista poisto", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), +"_%s group found_::_%s groups found_" => array("%s ryhmä löytynyt","%s ryhmää löytynyt"), +"_%s user found_::_%s users found_" => array("%s käyttäjä löytynyt","%s käyttäjää löytynyt"), +"Server" => "Palvelin", +"Group Filter" => "Ryhmien suodatus", "Save" => "Tallenna", +"Test Configuration" => "Testaa määritys", "Help" => "Ohje", +"groups found" => "ryhmää löytynyt", +"LDAP Username:" => "LDAP-käyttäjätunnus:", +"LDAP Email Address:" => "LDAP-sähköpostiosoite:", +"1. Server" => "1. Palvelin", +"%s. Server:" => "%s. Palvelin:", +"Add Server Configuration" => "Lisää palvelinmääritys", "Host" => "Isäntä", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Voit jättää protokollan määrittämättä, paitsi kun vaadit SSL:ää. Aloita silloin ldaps://", "Port" => "Portti", @@ -21,10 +36,15 @@ $TRANSLATIONS = array( "Password" => "Salasana", "For anonymous access, leave DN and Password empty." => "Jos haluat mahdollistaa anonyymin pääsyn, jätä DN ja Salasana tyhjäksi ", "You can specify Base DN for users and groups in the Advanced tab" => "Voit määrittää käyttäjien ja ryhmien oletus DN:n (distinguished name) 'tarkemmat asetukset'-välilehdeltä ", +"users found" => "käyttäjää löytynyt", "Back" => "Takaisin", "Continue" => "Jatka", +"Advanced" => "Lisäasetukset", "Connection Settings" => "Yhteysasetukset", +"Backup (Replica) Port" => "Varmuuskopioinnin (replikoinnin) portti", "Disable Main Server" => "Poista pääpalvelin käytöstä", +"Only connect to the replica server." => "Yhdistä vain replikointipalvelimeen.", +"Case insensitive LDAP server (Windows)" => "Kirjainkoosta piittamaton LDAP-palvelin (Windows)", "Turn off SSL certificate validation." => "Poista käytöstä SSL-varmenteen vahvistus", "in seconds. A change empties the cache." => "sekunneissa. Muutos tyhjentää välimuistin.", "Directory Settings" => "Hakemistoasetukset", diff --git a/apps/user_ldap/l10n/fr.php b/apps/user_ldap/l10n/fr.php index 44b92077b92..34b3cc393b5 100644 --- a/apps/user_ldap/l10n/fr.php +++ b/apps/user_ldap/l10n/fr.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "La suppression a échoué", "Take over settings from recent server configuration?" => "Récupérer les paramètres depuis une configuration récente du serveur ?", "Keep settings?" => "Garder ces paramètres ?", +"{nbServer}. Server" => "{nbServer}. Serveur", "Cannot add server configuration" => "Impossible d'ajouter la configuration du serveur", "mappings cleared" => "associations supprimées", "Success" => "Succès", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s utilisateur trouvé","%s utilisateurs trouvés"), "Invalid Host" => "Hôte invalide", "Could not find the desired feature" => "Impossible de trouver la fonction souhaitée", +"Server" => "Serveur", +"User Filter" => "Filtre utilisateur", +"Login Filter" => "Filtre par nom d'utilisateur", +"Group Filter" => "Filtre de groupes", "Save" => "Sauvegarder", "Test Configuration" => "Tester la configuration", "Help" => "Aide", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "Adresse email LDAP :", "Other Attributes:" => "Autres attributs :", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Définit le filtre à appliquer lors d'une tentative de connexion. %%uid remplace le nom d'utilisateur lors de la connexion. Exemple : \"uid=%%uid\"", +"1. Server" => "1. Serveur", +"%s. Server:" => "%s. Serveur:", "Add Server Configuration" => "Ajouter une configuration du serveur", +"Delete Configuration" => "Suppression de la configuration", "Host" => "Hôte", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas préfixez avec ldaps://", "Port" => "Port", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "utilisateurs trouvés", "Back" => "Retour", "Continue" => "Poursuivre", +"Expert" => "Expert", +"Advanced" => "Avancé", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Avertissement :</b> Les applications user_ldap et user_webdavauth sont incompatibles. Des dysfonctionnements peuvent survenir. Contactez votre administrateur système pour qu'il désactive l'une d'elles.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Attention :</b> Le module php LDAP n'est pas installé, par conséquent cette extension ne pourra fonctionner. Veuillez contacter votre administrateur système afin qu'il l'installe.", "Connection Settings" => "Paramètres de connexion", diff --git a/apps/user_ldap/l10n/gl.php b/apps/user_ldap/l10n/gl.php index 82c484bb95d..120dba886c8 100644 --- a/apps/user_ldap/l10n/gl.php +++ b/apps/user_ldap/l10n/gl.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Produciuse un fallo ao eliminar", "Take over settings from recent server configuration?" => "Tomar os recentes axustes de configuración do servidor?", "Keep settings?" => "Manter os axustes?", +"{nbServer}. Server" => "{nbServer}. Servidor", "Cannot add server configuration" => "Non é posíbel engadir a configuración do servidor", "mappings cleared" => "limpadas as asignacións", "Success" => "Correcto", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("Atopouse %s usuario","Atopáronse %s usuarios"), "Invalid Host" => "Máquina incorrecta", "Could not find the desired feature" => "Non foi posíbel atopar a función desexada", +"Server" => "Servidor", +"User Filter" => "Filtro do usuario", +"Login Filter" => "Filtro de acceso", +"Group Filter" => "Filtro de grupo", "Save" => "Gardar", "Test Configuration" => "Probar a configuración", "Help" => "Axuda", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "Enderezo de correo LDAP:", "Other Attributes:" => "Outros atributos:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define o filtro que se aplica cando se intenta o acceso. %%uid substitúe o nome de usuario e a acción de acceso. Exemplo: «uid=%%uid»", +"1. Server" => "1. Servidor", +"%s. Server:" => "%s. Servidor:", "Add Server Configuration" => "Engadir a configuración do servidor", +"Delete Configuration" => "Eliminar a configuración", "Host" => "Servidor", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Pode omitir o protocolo agás que precise de SSL. Nese caso comece con ldaps://", "Port" => "Porto", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "atopáronse usuarios", "Back" => "Atrás", "Continue" => "Continuar", +"Expert" => "Experto", +"Advanced" => "Avanzado", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Aviso:</b> Os aplicativos user_ldap e user_webdavauth son incompatíbeis. Pode acontecer un comportamento estraño. Consulte co administrador do sistema para desactivar un deles.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Aviso:</b> O módulo PHP LDAP non está instalado, o servidor non funcionará. Consulte co administrador do sistema para instalalo.", "Connection Settings" => "Axustes da conexión", diff --git a/apps/user_ldap/l10n/he.php b/apps/user_ldap/l10n/he.php index 0dcf8527849..629ade5e977 100644 --- a/apps/user_ldap/l10n/he.php +++ b/apps/user_ldap/l10n/he.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "אישור המחיקה", "_%s group found_::_%s groups found_" => array("",""), "_%s user found_::_%s users found_" => array("",""), +"Group Filter" => "סנן קבוצה", "Save" => "שמירה", "Help" => "עזרה", "Add Server Configuration" => "הוספת הגדרות השרת", @@ -19,6 +20,7 @@ $TRANSLATIONS = array( "Password" => "סיסמא", "For anonymous access, leave DN and Password empty." => "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", "Back" => "אחורה", +"Advanced" => "מתקדם", "in seconds. A change empties the cache." => "בשניות. שינוי מרוקן את המטמון.", "in bytes" => "בבתים" ); diff --git a/apps/user_ldap/l10n/hi.php b/apps/user_ldap/l10n/hi.php index 386134547eb..41fbe29856f 100644 --- a/apps/user_ldap/l10n/hi.php +++ b/apps/user_ldap/l10n/hi.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("",""), "Save" => "सहेजें", "Help" => "सहयोग", -"Password" => "पासवर्ड" +"Password" => "पासवर्ड", +"Advanced" => "उन्नत" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/hr.php b/apps/user_ldap/l10n/hr.php index b28175994eb..c5cc17d1423 100644 --- a/apps/user_ldap/l10n/hr.php +++ b/apps/user_ldap/l10n/hr.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "Save" => "Snimi", "Help" => "Pomoć", "Password" => "Lozinka", -"Back" => "Natrag" +"Back" => "Natrag", +"Advanced" => "Napredno" ); $PLURAL_FORMS = "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/user_ldap/l10n/hu_HU.php b/apps/user_ldap/l10n/hu_HU.php index 5e05eefd1d7..47c5bd2d57b 100644 --- a/apps/user_ldap/l10n/hu_HU.php +++ b/apps/user_ldap/l10n/hu_HU.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s felhasználó van","%s felhasználó van"), "Invalid Host" => "Érvénytelen gépnév", "Could not find the desired feature" => "A kívánt funkció nem található", +"Group Filter" => "A csoportok szűrője", "Save" => "Mentés", "Test Configuration" => "A beállítások tesztelése", "Help" => "Súgó", @@ -57,6 +58,7 @@ $TRANSLATIONS = array( "users found" => "felhasználó van", "Back" => "Vissza", "Continue" => "Folytatás", +"Advanced" => "Haladó", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Figyelem:</b> a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Figyelmeztetés:</b> Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse!", "Connection Settings" => "Kapcsolati beállítások", diff --git a/apps/user_ldap/l10n/ia.php b/apps/user_ldap/l10n/ia.php index b29ecbb1d24..3d7699525c9 100644 --- a/apps/user_ldap/l10n/ia.php +++ b/apps/user_ldap/l10n/ia.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "Help" => "Adjuta", "Password" => "Contrasigno", "Back" => "Retro", -"Continue" => "Continuar" +"Continue" => "Continuar", +"Advanced" => "Avantiate" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/id.php b/apps/user_ldap/l10n/id.php index 1d42031a498..b6e581952fa 100644 --- a/apps/user_ldap/l10n/id.php +++ b/apps/user_ldap/l10n/id.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Konfirmasi Penghapusan", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Group Filter" => "saringan grup", "Save" => "Simpan", "Test Configuration" => "Uji Konfigurasi", "Help" => "Bantuan", @@ -31,6 +32,7 @@ $TRANSLATIONS = array( "You can specify Base DN for users and groups in the Advanced tab" => "Anda dapat menetapkan Base DN untuk pengguna dan grup dalam tab Lanjutan", "Back" => "Kembali", "Continue" => "Lanjutkan", +"Advanced" => "Lanjutan", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Peringatan:</b> Modul LDAP PHP tidak terpasang, perangkat tidak akan bekerja. Silakan minta administrator sistem untuk memasangnya.", "Connection Settings" => "Pengaturan Koneksi", "Configuration Active" => "Konfigurasi Aktif", diff --git a/apps/user_ldap/l10n/is.php b/apps/user_ldap/l10n/is.php index e146c93cb81..148eb064030 100644 --- a/apps/user_ldap/l10n/is.php +++ b/apps/user_ldap/l10n/is.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "Test Configuration" => "Prúfa uppsetningu", "Help" => "Hjálp", "Host" => "Netþjónn", -"Password" => "Lykilorð" +"Password" => "Lykilorð", +"Advanced" => "Ítarlegt" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/it.php b/apps/user_ldap/l10n/it.php index 095a0619ee1..ad621be4550 100644 --- a/apps/user_ldap/l10n/it.php +++ b/apps/user_ldap/l10n/it.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Eliminazione non riuscita", "Take over settings from recent server configuration?" => "Vuoi recuperare le impostazioni dalla configurazione recente del server?", "Keep settings?" => "Vuoi mantenere le impostazioni?", +"{nbServer}. Server" => "{nbServer}. server", "Cannot add server configuration" => "Impossibile aggiungere la configurazione del server", "mappings cleared" => "associazioni cancellate", "Success" => "Riuscito", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s utente trovato","%s utenti trovati"), "Invalid Host" => "Host non valido", "Could not find the desired feature" => "Impossibile trovare la funzionalità desiderata", +"Server" => "Server", +"User Filter" => "Filtro utente", +"Login Filter" => "Filtro accesso", +"Group Filter" => "Filtro gruppo", "Save" => "Salva", "Test Configuration" => "Prova configurazione", "Help" => "Aiuto", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "Indirizzo email LDAP:", "Other Attributes:" => "Altri attributi:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Specifica quale filtro utilizzare quando si tenta l'accesso. %%uid sostituisce il nome utente all'atto dell'accesso. Esempio: \"uid=%%uid\"", +"1. Server" => "1. server", +"%s. Server:" => "%s. server:", "Add Server Configuration" => "Aggiungi configurazione del server", +"Delete Configuration" => "Elimina configurazione", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "È possibile omettere il protocollo, ad eccezione se è necessario SSL. Quindi inizia con ldaps://", "Port" => "Porta", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "utenti trovati", "Back" => "Indietro", "Continue" => "Continua", +"Expert" => "Esperto", +"Advanced" => "Avanzate", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Avviso:</b> le applicazioni user_ldap e user_webdavauth sono incompatibili. Potresti riscontrare un comportamento inatteso. Chiedi al tuo amministratore di sistema di disabilitarne una.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Avviso:</b> il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo.", "Connection Settings" => "Impostazioni di connessione", diff --git a/apps/user_ldap/l10n/ja.php b/apps/user_ldap/l10n/ja.php index 3b479350478..eb85c055eff 100644 --- a/apps/user_ldap/l10n/ja.php +++ b/apps/user_ldap/l10n/ja.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s ユーザーが見つかりました"), "Invalid Host" => "無効なホスト", "Could not find the desired feature" => "望ましい機能は見つかりませんでした", +"Group Filter" => "グループフィルタ", "Save" => "保存", "Test Configuration" => "設定をテスト", "Help" => "ヘルプ", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "ユーザーが見つかりました", "Back" => "戻る", "Continue" => "続ける", +"Advanced" => "詳細設定", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>警告:</b> user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能性があります。システム管理者にどちらかを無効にするよう問い合わせてください。", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>警告:</b> PHP LDAP モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。", "Connection Settings" => "接続設定", diff --git a/apps/user_ldap/l10n/ka_GE.php b/apps/user_ldap/l10n/ka_GE.php index 3ee307b55cc..7ff2c4034b6 100644 --- a/apps/user_ldap/l10n/ka_GE.php +++ b/apps/user_ldap/l10n/ka_GE.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "წაშლის დადასტურება", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Group Filter" => "ჯგუფის ფილტრი", "Save" => "შენახვა", "Test Configuration" => "კავშირის ტესტირება", "Help" => "დახმარება", @@ -29,6 +30,7 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", "One Base DN per line" => "ერთი საწყისი DN ერთ ხაზზე", "You can specify Base DN for users and groups in the Advanced tab" => "თქვენ შეგიძლიათ მიუთითოთ საწყისი DN მომხმარებლებისთვის და ჯგუფებისთვის Advanced ტაბში", +"Advanced" => "დამატებითი ფუნქციები", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>გაფრთხილება:</b> PHP LDAP მოდული არ არის ინსტალირებული, ბექენდი არ იმუშავებს. თხოვეთ თქვენს ადმინისტრატორს დააინსტალიროს ის.", "Connection Settings" => "კავშირის პარამეტრები", "Configuration Active" => "კონფიგურაცია აქტიურია", diff --git a/apps/user_ldap/l10n/km.php b/apps/user_ldap/l10n/km.php index 65691c1f525..edbb22949a7 100644 --- a/apps/user_ldap/l10n/km.php +++ b/apps/user_ldap/l10n/km.php @@ -17,6 +17,7 @@ $TRANSLATIONS = array( "Host" => "ម៉ាស៊ីនផ្ទុក", "Port" => "ច្រក", "Password" => "ពាក្យសម្ងាត់", -"Continue" => "បន្ត" +"Continue" => "បន្ត", +"Advanced" => "កម្រិតខ្ពស់" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/ko.php b/apps/user_ldap/l10n/ko.php index 1ae63bd4d21..4430045d6e8 100644 --- a/apps/user_ldap/l10n/ko.php +++ b/apps/user_ldap/l10n/ko.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("사용자 %s명 찾음"), "Invalid Host" => "잘못된 호스트", "Could not find the desired feature" => "필요한 기능을 찾을 수 없음", +"Group Filter" => "그룹 필터", "Save" => "저장", "Test Configuration" => "설정 시험", "Help" => "도움말", @@ -57,6 +58,7 @@ $TRANSLATIONS = array( "users found" => "사용자 찾음", "Back" => "뒤로", "Continue" => "계속", +"Advanced" => "고급", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>경고:</b> user_ldap, user_webdavauth 앱은 서로 호환되지 않습니다. 예상하지 못한 행동을 할 수도 있습니다. 시스템 관리자에게 연락하여 둘 중 하나의 앱의 사용을 중단하십시오.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>경고:</b> PHP LDAP 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. 백엔드를 사용할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", "Connection Settings" => "연결 설정", diff --git a/apps/user_ldap/l10n/ku_IQ.php b/apps/user_ldap/l10n/ku_IQ.php index 7d3b22f8494..15609ab3cd1 100644 --- a/apps/user_ldap/l10n/ku_IQ.php +++ b/apps/user_ldap/l10n/ku_IQ.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("",""), "Save" => "پاشکهوتکردن", "Help" => "یارمەتی", -"Password" => "وشەی تێپەربو" +"Password" => "وشەی تێپەربو", +"Advanced" => "ههڵبژاردنی پیشكهوتوو" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/lb.php b/apps/user_ldap/l10n/lb.php index c6fdc003548..dabb78b6a87 100644 --- a/apps/user_ldap/l10n/lb.php +++ b/apps/user_ldap/l10n/lb.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "Host" => "Host", "Password" => "Passwuert", "Back" => "Zeréck", -"Continue" => "Weider" +"Continue" => "Weider", +"Advanced" => "Avancéiert" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/lt_LT.php b/apps/user_ldap/l10n/lt_LT.php index c20bf679d0f..ec83d9119ee 100644 --- a/apps/user_ldap/l10n/lt_LT.php +++ b/apps/user_ldap/l10n/lt_LT.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Patvirtinkite trynimą", "_%s group found_::_%s groups found_" => array("","",""), "_%s user found_::_%s users found_" => array("","",""), +"Group Filter" => "Grupės filtras", "Save" => "Išsaugoti", "Test Configuration" => "Bandyti konfigūraciją", "Help" => "Pagalba", @@ -28,6 +29,7 @@ $TRANSLATIONS = array( "One Base DN per line" => "Vienas bazinis DN eilutėje", "Back" => "Atgal", "Continue" => "Tęsti", +"Advanced" => "Išplėstiniai", "Connection Settings" => "Ryšio nustatymai", "Configuration Active" => "Konfigūracija aktyvi", "When unchecked, this configuration will be skipped." => "Kai nepažymėta, ši konfigūracija bus praleista.", diff --git a/apps/user_ldap/l10n/lv.php b/apps/user_ldap/l10n/lv.php index e3cb206e2d6..d6df44812c1 100644 --- a/apps/user_ldap/l10n/lv.php +++ b/apps/user_ldap/l10n/lv.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Apstiprināt dzēšanu", "_%s group found_::_%s groups found_" => array("","",""), "_%s user found_::_%s users found_" => array("","",""), +"Group Filter" => "Grupu filtrs", "Save" => "Saglabāt", "Test Configuration" => "Testa konfigurācija", "Help" => "Palīdzība", @@ -28,6 +29,7 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.", "One Base DN per line" => "Viena bāzes DN rindā", "You can specify Base DN for users and groups in the Advanced tab" => "Lietotājiem un grupām bāzes DN var norādīt cilnē “Paplašināti”", +"Advanced" => "Paplašināti", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Brīdinājums:</b> PHP LDAP modulis nav uzinstalēts, aizmugure nedarbosies. Lūdzu, prasiet savam sistēmas administratoram kādu no tām deaktivēt.", "Connection Settings" => "Savienojuma iestatījumi", "Configuration Active" => "Konfigurācija ir aktīva", diff --git a/apps/user_ldap/l10n/mk.php b/apps/user_ldap/l10n/mk.php index fcbc01f137b..4efb1986fb6 100644 --- a/apps/user_ldap/l10n/mk.php +++ b/apps/user_ldap/l10n/mk.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Port" => "Порта", "Password" => "Лозинка", "Back" => "Назад", -"Continue" => "Продолжи" +"Continue" => "Продолжи", +"Advanced" => "Напредно" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/user_ldap/l10n/ms_MY.php b/apps/user_ldap/l10n/ms_MY.php index 7010e8a8f50..e90bf1b06b2 100644 --- a/apps/user_ldap/l10n/ms_MY.php +++ b/apps/user_ldap/l10n/ms_MY.php @@ -7,6 +7,7 @@ $TRANSLATIONS = array( "Save" => "Simpan", "Help" => "Bantuan", "Password" => "Kata laluan", -"Back" => "Kembali" +"Back" => "Kembali", +"Advanced" => "Maju" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/my_MM.php b/apps/user_ldap/l10n/my_MM.php index ea1881f114f..81f80f8d651 100644 --- a/apps/user_ldap/l10n/my_MM.php +++ b/apps/user_ldap/l10n/my_MM.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), "Help" => "အကူအညီ", -"Password" => "စကားဝှက်" +"Password" => "စကားဝှက်", +"Advanced" => "အဆင့်မြင့်" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/nb_NO.php b/apps/user_ldap/l10n/nb_NO.php index dd4af3e759e..5edb6ac5554 100644 --- a/apps/user_ldap/l10n/nb_NO.php +++ b/apps/user_ldap/l10n/nb_NO.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s bruker funnet","%s brukere funnet"), "Invalid Host" => "Ugyldig tjener", "Could not find the desired feature" => "Fant ikke den ønskede funksjonaliteten", +"Group Filter" => "Gruppefilter", "Save" => "Lagre", "Test Configuration" => "Test konfigurasjonen", "Help" => "Hjelp", @@ -57,6 +58,7 @@ $TRANSLATIONS = array( "users found" => "brukere funnet", "Back" => "Tilbake", "Continue" => "Fortsett", +"Advanced" => "Avansert", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Advarsel:</b> Appene user_ldap og user_webdavauth er ikke kompatible med hverandre. Uventet oppførsel kan forekomme. Be systemadministratoren om å deaktivere en av dem.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Warning:</b> PHP LDAP modulen er ikke installert, hjelperen vil ikke virke. Vennligst be din system-administrator om å installere den.", "Connection Settings" => "Innstillinger for tilkobling", diff --git a/apps/user_ldap/l10n/nl.php b/apps/user_ldap/l10n/nl.php index 196e5a52d12..ea4efa443d6 100644 --- a/apps/user_ldap/l10n/nl.php +++ b/apps/user_ldap/l10n/nl.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s gebruiker gevonden","%s gebruikers gevonden"), "Invalid Host" => "Ongeldige server", "Could not find the desired feature" => "Kon de gewenste functie niet vinden", +"Group Filter" => "Groep Filter", "Save" => "Bewaren", "Test Configuration" => "Test configuratie", "Help" => "Help", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "gebruikers gevonden", "Back" => "Terug", "Continue" => "Verder", +"Advanced" => "Geavanceerd", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Waarschuwing:</b> De Apps user_ldap en user_webdavauth zijn incompatible. U kunt onverwacht gedrag ervaren. Vraag uw beheerder om een van beide apps de deactiveren.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Waarschuwing:</b> De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren.", "Connection Settings" => "Verbindingsinstellingen", diff --git a/apps/user_ldap/l10n/nn_NO.php b/apps/user_ldap/l10n/nn_NO.php index c8b7ec091b6..f8152a4c933 100644 --- a/apps/user_ldap/l10n/nn_NO.php +++ b/apps/user_ldap/l10n/nn_NO.php @@ -10,6 +10,7 @@ $TRANSLATIONS = array( "Host" => "Tenar", "Password" => "Passord", "Back" => "Tilbake", -"Continue" => "Gå vidare" +"Continue" => "Gå vidare", +"Advanced" => "Avansert" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/oc.php b/apps/user_ldap/l10n/oc.php index 3b3e8365a65..3d85c112afc 100644 --- a/apps/user_ldap/l10n/oc.php +++ b/apps/user_ldap/l10n/oc.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("",""), "Save" => "Enregistra", "Help" => "Ajuda", -"Password" => "Senhal" +"Password" => "Senhal", +"Advanced" => "Avançat" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/pl.php b/apps/user_ldap/l10n/pl.php index 988e44dbe38..4b23dc7a238 100644 --- a/apps/user_ldap/l10n/pl.php +++ b/apps/user_ldap/l10n/pl.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Usunięcie nie powiodło się", "Take over settings from recent server configuration?" => "Przejmij ustawienia z ostatnich konfiguracji serwera?", "Keep settings?" => "Zachować ustawienia?", +"{nbServer}. Server" => "{nbServer}. Serwer", "Cannot add server configuration" => "Nie można dodać konfiguracji serwera", "mappings cleared" => "Mapoanie wyczyszczone", "Success" => "Sukces", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s znaleziony użytkownik","%s znalezionych użytkowników","%s znalezionych użytkowników"), "Invalid Host" => "Niepoprawny Host", "Could not find the desired feature" => "Nie można znaleźć żądanej funkcji", +"Server" => "Serwer", +"User Filter" => "Filtr użytkownika", +"Login Filter" => "Filtr logowania", +"Group Filter" => "Grupa filtrów", "Save" => "Zapisz", "Test Configuration" => "Konfiguracja testowa", "Help" => "Pomoc", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP Adres Email:", "Other Attributes:" => "Inne atrybuty:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Określa jakiego filtru użyć podczas próby zalogowania. %%uid zastępuje nazwę użytkownika w procesie logowania. Przykład: \"uid=%%uid\"", +"1. Server" => "1. Serwer", +"%s. Server:" => "%s. Serwer:", "Add Server Configuration" => "Dodaj konfigurację servera", +"Delete Configuration" => "Usuń konfigurację", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Można pominąć protokół, z wyjątkiem wymaganego protokołu SSL. Następnie uruchom z ldaps://", "Port" => "Port", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "użytkownicy znalezieni", "Back" => "Wróć", "Continue" => "Kontynuuj ", +"Expert" => "Ekspert", +"Advanced" => "Zaawansowane", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Ostrzeżenie:</b> Aplikacje user_ldap i user_webdavauth nie są kompatybilne. Mogą powodować nieoczekiwane zachowanie. Poproś administratora o wyłączenie jednej z nich.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Ostrzeżenie:</b> Moduł PHP LDAP nie jest zainstalowany i nie będzie działał. Poproś administratora o włączenie go.", "Connection Settings" => "Konfiguracja połączeń", diff --git a/apps/user_ldap/l10n/pt_BR.php b/apps/user_ldap/l10n/pt_BR.php index 0c15694e3ff..a499a17851d 100644 --- a/apps/user_ldap/l10n/pt_BR.php +++ b/apps/user_ldap/l10n/pt_BR.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Remoção falhou", "Take over settings from recent server configuration?" => "Tomar parámetros de recente configuração de servidor?", "Keep settings?" => "Manter ajustes?", +"{nbServer}. Server" => "{nbServer}. Servidor", "Cannot add server configuration" => "Impossível adicionar a configuração do servidor", "mappings cleared" => "mapeamentos limpos", "Success" => "Sucesso", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("usuário %s encontrado","usuários %s encontrados"), "Invalid Host" => "Host inválido", "Could not find the desired feature" => "Não foi possível encontrar a função desejada", +"Server" => "Servidor", +"User Filter" => "Filtro de Usuário", +"Login Filter" => "Filtro de Login", +"Group Filter" => "Filtro de Grupo", "Save" => "Guardar", "Test Configuration" => "Teste de Configuração", "Help" => "Ajuda", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP Endereço de E-mail:", "Other Attributes:" => "Outros atributos:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define o filtro a ser aplicado, o login é feito. %%uid substitui o nome do usuário na ação de login. Exemplo: \"uid=%%uid\"", +"1. Server" => "1. Servidor", +"%s. Server:" => "%s. Servidor:", "Add Server Configuration" => "Adicionar Configuração de Servidor", +"Delete Configuration" => "Excluir Configuração", "Host" => "Servidor", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Você pode omitir o protocolo, exceto quando requerer SSL. Então inicie com ldaps://", "Port" => "Porta", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "usuários encontrados", "Back" => "Voltar", "Continue" => "Continuar", +"Expert" => "Especialista", +"Advanced" => "Avançado", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Aviso:</b> Os aplicativos user_ldap e user_webdavauth são incompatíveis. Você pode experimentar comportamento inesperado. Por favor, peça ao seu administrador do sistema para desabilitar um deles.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Aviso:</b> O módulo PHP LDAP não está instalado, o backend não funcionará. Por favor, peça ao seu administrador do sistema para instalá-lo.", "Connection Settings" => "Configurações de Conexão", diff --git a/apps/user_ldap/l10n/pt_PT.php b/apps/user_ldap/l10n/pt_PT.php index 21065b65679..09b1935c8c1 100644 --- a/apps/user_ldap/l10n/pt_PT.php +++ b/apps/user_ldap/l10n/pt_PT.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s utilizador encontrado","%s utilizadores encontrados"), "Invalid Host" => "Hospedeiro Inválido", "Could not find the desired feature" => "Não se encontrou a função desejada", +"Group Filter" => "Filtrar por grupo", "Save" => "Guardar", "Test Configuration" => "Testar a configuração", "Help" => "Ajuda", @@ -57,6 +58,7 @@ $TRANSLATIONS = array( "users found" => "utilizadores encontrados", "Back" => "Voltar", "Continue" => "Continuar", +"Advanced" => "Avançado", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Aviso:</b> A aplicação user_ldap e user_webdavauth são incompativeis. A aplicação pode tornar-se instável. Por favor, peça ao seu administrador para desactivar uma das aplicações.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Aviso:</b> O módulo PHP LDAP não está instalado, logo não irá funcionar. Por favor peça ao administrador para o instalar.", "Connection Settings" => "Definições de ligação", diff --git a/apps/user_ldap/l10n/ro.php b/apps/user_ldap/l10n/ro.php index 0a91abe29c6..357fc68633b 100644 --- a/apps/user_ldap/l10n/ro.php +++ b/apps/user_ldap/l10n/ro.php @@ -19,6 +19,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Confirmaţi Ştergerea ", "_%s group found_::_%s groups found_" => array("","",""), "_%s user found_::_%s users found_" => array("","",""), +"Group Filter" => "Fitrare Grup", "Save" => "Salvează", "Test Configuration" => "Configurare test", "Help" => "Ajutor", @@ -36,6 +37,7 @@ $TRANSLATIONS = array( "users found" => "Utilizatori găsiţi ", "Back" => "Înapoi", "Continue" => "Continuă", +"Advanced" => "Avansat", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Atenție</b> Modulul PHP LDAP nu este instalat, infrastructura nu va funcționa. Contactează administratorul sistemului pentru al instala.", "Connection Settings" => "Setările de conexiune", "Configuration Active" => "Configuraţie activa ", diff --git a/apps/user_ldap/l10n/ru.php b/apps/user_ldap/l10n/ru.php index cb94d0e16a5..ba71bec8bc0 100644 --- a/apps/user_ldap/l10n/ru.php +++ b/apps/user_ldap/l10n/ru.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s пользователь найден","%s пользователя найдено","%s пользователей найдено"), "Invalid Host" => "Неверный сервер", "Could not find the desired feature" => "Не могу найти требуемой функциональности", +"Group Filter" => "Фильтр группы", "Save" => "Сохранить", "Test Configuration" => "Проверить конфигурацию", "Help" => "Помощь", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "пользователей найдено", "Back" => "Назад", "Continue" => "Продолжить", +"Advanced" => "Дополнительно", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Предупреждение:</b> Приложения user_ldap и user_webdavauth несовместимы. Вы можете наблюдать некорректное поведение. Пожалуйста, попросите вашего системного администратора отключить одно из них.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Внимание:</b> Модуль LDAP для PHP не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ", "Connection Settings" => "Настройки подключения", diff --git a/apps/user_ldap/l10n/si_LK.php b/apps/user_ldap/l10n/si_LK.php index 5c02f028655..a3e8f466b7d 100644 --- a/apps/user_ldap/l10n/si_LK.php +++ b/apps/user_ldap/l10n/si_LK.php @@ -5,11 +5,13 @@ $TRANSLATIONS = array( "Error" => "දෝෂයක්", "_%s group found_::_%s groups found_" => array("",""), "_%s user found_::_%s users found_" => array("",""), +"Group Filter" => "කණ්ඩායම් පෙරහන", "Save" => "සුරකින්න", "Help" => "උදව්", "Host" => "සත්කාරකය", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL අවශ්යය වන විට පමණක් හැර, අන් අවස්ථාවන්හිදී ප්රොටොකෝලය අත් හැරිය හැක. භාවිතා කරන විට ldaps:// ලෙස ආරම්භ කරන්න", "Port" => "තොට", -"Password" => "මුර පදය" +"Password" => "මුර පදය", +"Advanced" => "දියුණු/උසස්" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/sk.php b/apps/user_ldap/l10n/sk.php index 2578bb55649..e258ffac223 100644 --- a/apps/user_ldap/l10n/sk.php +++ b/apps/user_ldap/l10n/sk.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "_%s group found_::_%s groups found_" => array("","",""), "_%s user found_::_%s users found_" => array("","",""), -"Save" => "Uložiť" +"Save" => "Uložiť", +"Advanced" => "Pokročilé" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/user_ldap/l10n/sk_SK.php b/apps/user_ldap/l10n/sk_SK.php index fdcb4ea81b1..9d6b39c14ee 100644 --- a/apps/user_ldap/l10n/sk_SK.php +++ b/apps/user_ldap/l10n/sk_SK.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov"), "Invalid Host" => "Neplatný hostiteľ", "Could not find the desired feature" => "Nemožno nájsť požadovanú funkciu", +"Group Filter" => "Filter skupiny", "Save" => "Uložiť", "Test Configuration" => "Test nastavenia", "Help" => "Pomoc", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "nájdení používatelia", "Back" => "Späť", "Continue" => "Pokračovať", +"Advanced" => "Rozšírené", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Upozornenie:</b> Aplikácie user_ldap a user_webdavauth sú navzájom nekompatibilné. Môžete zaznamenať neočakávané správanie. Požiadajte prosím vášho systémového administrátora pre zakázanie jedného z nich.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Upozornenie:</b> nie je nainštalovaný LDAP modul pre PHP, backend vrstva nebude fungovať. Požiadajte administrátora systému, aby ho nainštaloval.", "Connection Settings" => "Nastavenie pripojenia", diff --git a/apps/user_ldap/l10n/sl.php b/apps/user_ldap/l10n/sl.php index 54c91103a3e..d0b6ab8fb0d 100644 --- a/apps/user_ldap/l10n/sl.php +++ b/apps/user_ldap/l10n/sl.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s najden uporabnik","%s najdena uporabnika","%s najdeni uporabniki","%s najdenih uporabnikov"), "Invalid Host" => "Neveljaven gostitelj", "Could not find the desired feature" => "Želene zmožnosti ni mogoče najti", +"Group Filter" => "Filter skupin", "Save" => "Shrani", "Test Configuration" => "Preizkusne nastavitve", "Help" => "Pomoč", @@ -57,6 +58,7 @@ $TRANSLATIONS = array( "users found" => "najdenih uporabnikov", "Back" => "Nazaj", "Continue" => "Nadaljuj", +"Advanced" => "Napredne možnosti", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Opozorilo:</b> določili user_ldap in user_webdavauth sta neskladni, kar lahko vpliva na delovanje sistema. O napaki pošljite poročilo skrbniku sistema in opozorite, da je treba eno izmed možnosti onemogočiti.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Opozorilo:</b> modul PHP LDAP mora biti nameščen, sicer vmesnik ne bo deloval. Paket je treba namestiti.", "Connection Settings" => "Nastavitve povezave", diff --git a/apps/user_ldap/l10n/sq.php b/apps/user_ldap/l10n/sq.php index 03ff204bbca..8d09cceb7c5 100644 --- a/apps/user_ldap/l10n/sq.php +++ b/apps/user_ldap/l10n/sq.php @@ -17,6 +17,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Konfirmoni Fshirjen", "_%s group found_::_%s groups found_" => array("",""), "_%s user found_::_%s users found_" => array("",""), +"Group Filter" => "Filtri i grupeve", "Save" => "Ruaj", "Test Configuration" => "Provoni konfigurimet", "Help" => "Ndihmë", @@ -30,6 +31,7 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Për tu lidhur në mënyre anonime, lini bosh hapsirat e DN dhe fjalëkalim", "One Base DN per line" => "Një baze DN për rrjesht", "You can specify Base DN for users and groups in the Advanced tab" => "Ju mund të specifikoni Bazen DN për përdorues dhe grupe në butonin 'Të Përparuara'", +"Advanced" => "E përparuar", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Njoftim:</b> moduli PHP LDAP nuk është instaluar, motori nuk do të funksionojë.Kontaktoni me administratorin e sistemit.", "Connection Settings" => "Të dhënat e lidhjes", "Configuration Active" => "Konfigurimi Aktiv", diff --git a/apps/user_ldap/l10n/sr.php b/apps/user_ldap/l10n/sr.php index fb016fdd17e..41b35d0abf8 100644 --- a/apps/user_ldap/l10n/sr.php +++ b/apps/user_ldap/l10n/sr.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "Error" => "Грешка", "_%s group found_::_%s groups found_" => array("","",""), "_%s user found_::_%s users found_" => array("","",""), +"Group Filter" => "Филтер групе", "Save" => "Сачувај", "Help" => "Помоћ", "Host" => "Домаћин", @@ -14,6 +15,7 @@ $TRANSLATIONS = array( "Password" => "Лозинка", "For anonymous access, leave DN and Password empty." => "За анониман приступ, оставите поља DN и лозинка празним.", "Back" => "Назад", +"Advanced" => "Напредно", "Turn off SSL certificate validation." => "Искључите потврду SSL сертификата.", "in seconds. A change empties the cache." => "у секундама. Промена испражњава кеш меморију.", "User Display Name Field" => "Име приказа корисника", diff --git a/apps/user_ldap/l10n/sr@latin.php b/apps/user_ldap/l10n/sr@latin.php index e3023996ad3..4d4d65b2ef4 100644 --- a/apps/user_ldap/l10n/sr@latin.php +++ b/apps/user_ldap/l10n/sr@latin.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("","",""), "Save" => "Snimi", "Help" => "Pomoć", -"Password" => "Lozinka" +"Password" => "Lozinka", +"Advanced" => "Napredno" ); $PLURAL_FORMS = "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/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php index 2a4f8b19655..5f01c52ef9d 100644 --- a/apps/user_ldap/l10n/sv.php +++ b/apps/user_ldap/l10n/sv.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s användare hittad","%s användare hittade"), "Invalid Host" => "Felaktig Host", "Could not find the desired feature" => "Det gick inte hitta den önskade funktionen", +"Group Filter" => "Gruppfilter", "Save" => "Spara", "Test Configuration" => "Testa konfigurationen", "Help" => "Hjälp", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "users found" => "användare funna", "Back" => "Tillbaka", "Continue" => "Fortsätt", +"Advanced" => "Avancerad", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Varning:</b> Apps user_ldap och user_webdavauth är inkompatibla. Oväntade problem kan uppstå. Be din systemadministratör att inaktivera en av dom.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Varning:</b> PHP LDAP - modulen är inte installerad, serversidan kommer inte att fungera. Kontakta din systemadministratör för installation.", "Connection Settings" => "Uppkopplingsinställningar", diff --git a/apps/user_ldap/l10n/ta_LK.php b/apps/user_ldap/l10n/ta_LK.php index 27a3068f963..5849cfcadb6 100644 --- a/apps/user_ldap/l10n/ta_LK.php +++ b/apps/user_ldap/l10n/ta_LK.php @@ -13,6 +13,7 @@ $TRANSLATIONS = array( "Password" => "கடவுச்சொல்", "You can specify Base DN for users and groups in the Advanced tab" => "நீங்கள் பயனாளர்களுக்கும் மேன்மை தத்தலில் உள்ள குழுவிற்கும் தள DN ஐ குறிப்பிடலாம் ", "Back" => "பின்னுக்கு", +"Advanced" => "உயர்ந்த", "Turn off SSL certificate validation." => "SSL சான்றிதழின் செல்லுபடியை நிறுத்திவிடவும்", "in seconds. A change empties the cache." => "செக்கன்களில். ஒரு மாற்றம் இடைமாற்றுநினைவகத்தை வெற்றிடமாக்கும்.", "User Display Name Field" => "பயனாளர் காட்சிப்பெயர் புலம்", diff --git a/apps/user_ldap/l10n/te.php b/apps/user_ldap/l10n/te.php index e154c068734..4cfdbea4ccc 100644 --- a/apps/user_ldap/l10n/te.php +++ b/apps/user_ldap/l10n/te.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "Save" => "భద్రపరచు", "Help" => "సహాయం", "Password" => "సంకేతపదం", -"Continue" => "కొనసాగించు" +"Continue" => "కొనసాగించు", +"Advanced" => "ఉన్నతం" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/th_TH.php b/apps/user_ldap/l10n/th_TH.php index 1c6dbe0473f..74d9fbe3150 100644 --- a/apps/user_ldap/l10n/th_TH.php +++ b/apps/user_ldap/l10n/th_TH.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "ยืนยันการลบทิ้ง", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Group Filter" => "ตัวกรองข้อมูลกลุ่ม", "Save" => "บันทึก", "Help" => "ช่วยเหลือ", "Add Server Configuration" => "เพิ่มการกำหนดค่าเซิร์ฟเวอร์", @@ -28,6 +29,7 @@ $TRANSLATIONS = array( "One Base DN per line" => "หนึ่ง Base DN ต่อบรรทัด", "You can specify Base DN for users and groups in the Advanced tab" => "คุณสามารถระบุ DN หลักสำหรับผู้ใช้งานและกลุ่มต่างๆในแท็บขั้นสูงได้", "Back" => "ย้อนกลับ", +"Advanced" => "ขั้นสูง", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>คำเตือน:</b> โมดูล PHP LDAP ยังไม่ได้ถูกติดตั้ง, ระบบด้านหลังจะไม่สามารถทำงานได้ กรุณาติดต่อผู้ดูแลระบบของคุณเพื่อทำการติดตั้งโมดูลดังกล่าว", "Connection Settings" => "ตั้งค่าการเชื่อมต่อ", "Disable Main Server" => "ปิดใช้งานเซิร์ฟเวอร์หลัก", diff --git a/apps/user_ldap/l10n/tr.php b/apps/user_ldap/l10n/tr.php index 86b4028a9d6..1d066b4649a 100644 --- a/apps/user_ldap/l10n/tr.php +++ b/apps/user_ldap/l10n/tr.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Silme başarısız oldu", "Take over settings from recent server configuration?" => "Ayarlar son sunucu yapılandırmalarından devralınsın mı?", "Keep settings?" => "Ayarlar korunsun mu?", +"{nbServer}. Server" => "{nbServer}. Sunucu", "Cannot add server configuration" => "Sunucu yapılandırması eklenemedi", "mappings cleared" => "eşleştirmeler temizlendi", "Success" => "Başarılı", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s kullanıcı bulundu","%s kullanıcı bulundu"), "Invalid Host" => "Geçersiz Makine", "Could not find the desired feature" => "İstenen özellik bulunamadı", +"Server" => "Sunucu", +"User Filter" => "Kullanıcı Süzgeci", +"Login Filter" => "Oturum Süzgeci", +"Group Filter" => "Grup Süzgeci", "Save" => "Kaydet", "Test Configuration" => "Yapılandırmayı Sına", "Help" => "Yardım", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP E-posta Adresi:", "Other Attributes:" => "Diğer Nitelikler:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Oturum açma girişimi olduğunda uygulanacak filtreyi tanımlar. %%uid, oturum işleminde kullanıcı adı ile değiştirilir. Örneğin: \"uid=%%uid\"", +"1. Server" => "1. Sunucu", +"%s. Server:" => "%s. Sunucu:", "Add Server Configuration" => "Sunucu Yapılandırması Ekle", +"Delete Configuration" => "Yapılandırmayı Sil", "Host" => "Sunucu", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL gerektirmediğiniz takdirde protokol belirtmeyebilirsiniz. Ardından ldaps:// ile başlayın", "Port" => "Port", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "kullanıcı bulundu", "Back" => "Geri", "Continue" => "Devam et", +"Expert" => "Uzman", +"Advanced" => "Gelişmiş", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Uyarı:</b> user_ldap ve user_webdavauth uygulamaları uyumlu değil. Beklenmedik bir davranışla karşılaşabilirsiniz. Lütfen ikisinden birini devre dışı bırakmak için sistem yöneticinizle iletişime geçin.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Uyarı:</b> PHP LDAP modülü kurulu değil, arka uç çalışmayacak. Lütfen kurulumu için sistem yöneticinizle iletişime geçin.", "Connection Settings" => "Bağlantı Ayarları", diff --git a/apps/user_ldap/l10n/ug.php b/apps/user_ldap/l10n/ug.php index 7f751814396..02adcc0c8a5 100644 --- a/apps/user_ldap/l10n/ug.php +++ b/apps/user_ldap/l10n/ug.php @@ -4,11 +4,13 @@ $TRANSLATIONS = array( "Error" => "خاتالىق", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Group Filter" => "گۇرۇپپا سۈزگۈچ", "Save" => "ساقلا", "Help" => "ياردەم", "Host" => "باش ئاپپارات", "Port" => "ئېغىز", "Password" => "ئىم", +"Advanced" => "ئالىي", "Connection Settings" => "باغلىنىش تەڭشىكى", "Configuration Active" => "سەپلىمە ئاكتىپ" ); diff --git a/apps/user_ldap/l10n/uk.php b/apps/user_ldap/l10n/uk.php index 5f4db6d5a03..19d37a282b7 100644 --- a/apps/user_ldap/l10n/uk.php +++ b/apps/user_ldap/l10n/uk.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Підтвердіть Видалення", "_%s group found_::_%s groups found_" => array("","",""), "_%s user found_::_%s users found_" => array("","",""), +"Group Filter" => "Фільтр Груп", "Save" => "Зберегти", "Test Configuration" => "Тестове налаштування", "Help" => "Допомога", @@ -31,6 +32,7 @@ $TRANSLATIONS = array( "You can specify Base DN for users and groups in the Advanced tab" => "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково", "Back" => "Назад", "Continue" => "Продовжити", +"Advanced" => "Додатково", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Увага:</ b> Потрібний модуль PHP LDAP не встановлено, базова програма працювати не буде. Будь ласка, зверніться до системного адміністратора, щоб встановити його.", "Connection Settings" => "Налаштування З'єднання", "Configuration Active" => "Налаштування Активне", diff --git a/apps/user_ldap/l10n/ur_PK.php b/apps/user_ldap/l10n/ur_PK.php index 0f7c45fe62d..12ca746d7d4 100644 --- a/apps/user_ldap/l10n/ur_PK.php +++ b/apps/user_ldap/l10n/ur_PK.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "Save" => "حفظ", "Help" => "مدد", "Password" => "پاسورڈ", -"Continue" => "جاری" +"Continue" => "جاری", +"Advanced" => "ایڈوانسڈ" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/vi.php b/apps/user_ldap/l10n/vi.php index 21b9783897e..8c2fe2a0afc 100644 --- a/apps/user_ldap/l10n/vi.php +++ b/apps/user_ldap/l10n/vi.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "Select groups" => "Chọn nhóm", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Group Filter" => "Bộ lọc nhóm", "Save" => "Lưu", "Help" => "Giúp đỡ", "Host" => "Máy chủ", @@ -18,6 +19,7 @@ $TRANSLATIONS = array( "You can specify Base DN for users and groups in the Advanced tab" => "Bạn có thể chỉ định DN cơ bản cho người dùng và các nhóm trong tab Advanced", "Back" => "Trở lại", "Continue" => "Tiếp tục", +"Advanced" => "Nâng cao", "Connection Settings" => "Connection Settings", "Backup (Replica) Port" => "Cổng sao lưu (Replica)", "Disable Main Server" => "Tắt máy chủ chính", diff --git a/apps/user_ldap/l10n/zh_CN.php b/apps/user_ldap/l10n/zh_CN.php index d56f394f644..d730706cce1 100644 --- a/apps/user_ldap/l10n/zh_CN.php +++ b/apps/user_ldap/l10n/zh_CN.php @@ -18,6 +18,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "确认删除", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Group Filter" => "组过滤", "Save" => "保存", "Test Configuration" => "测试配置", "Help" => "帮助", @@ -33,6 +34,7 @@ $TRANSLATIONS = array( "You can specify Base DN for users and groups in the Advanced tab" => "您可以在高级选项卡里为用户和组指定Base DN", "Back" => "返回", "Continue" => "继续", +"Advanced" => "高级", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>警告:</b> PHP LDAP 模块未安装,后端将无法工作。请请求您的系统管理员安装该模块。", "Connection Settings" => "连接设置", "Configuration Active" => "现行配置", diff --git a/apps/user_ldap/l10n/zh_HK.php b/apps/user_ldap/l10n/zh_HK.php index cb504b17463..95ee4c5c080 100644 --- a/apps/user_ldap/l10n/zh_HK.php +++ b/apps/user_ldap/l10n/zh_HK.php @@ -7,6 +7,7 @@ $TRANSLATIONS = array( "Save" => "儲存", "Help" => "幫助", "Port" => "連接埠", -"Password" => "密碼" +"Password" => "密碼", +"Advanced" => "進階" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/zh_TW.php b/apps/user_ldap/l10n/zh_TW.php index a0975b92238..345546da72d 100644 --- a/apps/user_ldap/l10n/zh_TW.php +++ b/apps/user_ldap/l10n/zh_TW.php @@ -18,6 +18,7 @@ $TRANSLATIONS = array( "Confirm Deletion" => "確認刪除", "_%s group found_::_%s groups found_" => array(""), "_%s user found_::_%s users found_" => array(""), +"Group Filter" => "Group Filter", "Save" => "儲存", "Test Configuration" => "測試此設定", "Help" => "說明", @@ -33,6 +34,7 @@ $TRANSLATIONS = array( "You can specify Base DN for users and groups in the Advanced tab" => "您可以在進階標籤頁裡面指定使用者及群組的 Base DN", "Back" => "返回", "Continue" => "繼續", +"Advanced" => "進階", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>警告:</b>沒有安裝 PHP LDAP 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。", "Connection Settings" => "連線設定", "Configuration Active" => "設定使用中", diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml index 20c5909cc12..16e6942505b 100755 --- a/apps/user_webdavauth/appinfo/info.xml +++ b/apps/user_webdavauth/appinfo/info.xml @@ -7,7 +7,7 @@ This app is not compatible with the LDAP user and group backend.</description> <licence>AGPL</licence> <author>Frank Karlitschek</author> - <require>4.93</require> + <requiremin>4.93</requiremin> <shipped>true</shipped> <types> <authentication/> diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php index 91dd5db3cd3..50523b02526 100644 --- a/core/l10n/af_ZA.php +++ b/core/l10n/af_ZA.php @@ -82,6 +82,7 @@ $TRANSLATIONS = array( "Error setting expiration date" => "Fout met opstel van verval datum", "Sending ..." => "Stuur ...", "Email sent" => "E-pos gestuur", +"Warning" => "Waarskuwing", "The object type is not specified." => "Hierdie objek tipe is nie gespesifiseer nie.", "Add" => "Voeg by", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Die opdatering was nie suksesvol nie. Rapporteer die probleem by <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.", diff --git a/core/l10n/ast.php b/core/l10n/ast.php index f0e1a039497..a2072fdd3aa 100644 --- a/core/l10n/ast.php +++ b/core/l10n/ast.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Couldn't send mail to following users: %s " => "Nun pudo dunviase'l corréu a los usuarios siguientes: %s", "Updated database" => "Base de datos anovada", +"Unknown filetype" => "Triba de ficheru desconocida", "Invalid image" => "Imaxe inválida", "Sunday" => "Domingu", "Monday" => "Llunes", @@ -38,9 +40,13 @@ $TRANSLATIONS = array( "Choose" => "Esbillar", "Ok" => "Aceutar", "_{count} file conflict_::_{count} file conflicts_" => array("",""), +"New Files" => "Ficheros nuevos", +"Already existing files" => "Ficheros qu'esisten yá", "Which files do you want to keep?" => "¿Qué ficheros quies caltener?", "Cancel" => "Encaboxar", "Continue" => "Continuar", +"(all selected)" => "(esbillao too)", +"({count} selected)" => "(esbillaos {count})", "Very weak password" => "Contraseña mui feble", "Weak password" => "Contraseña feble", "So-so password" => "Contraseña pasable", @@ -56,6 +62,7 @@ $TRANSLATIONS = array( "Shared with you by {owner}" => "Compartíu contigo por {owner}", "Share link" => "Compartir enllaz", "Password protect" => "Protexer con contraseña", +"Choose a password for the public link" => "Escueyi una contraseña pal enllaz públicu", "Email link to person" => "Enlláz de corréu electrónicu a la persona", "Send" => "Unviar", "Set expiration date" => "Afitar la data de caducidá", @@ -83,16 +90,22 @@ $TRANSLATIONS = array( "Delete" => "Desaniciar", "Add" => "Amestar", "Edit tags" => "Editar etiquetes", +"Please reload the page." => "Por favor, recarga la páxina", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "L'anovamientu fízose con ésitu. Por favor, informa d'esti problema a la <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comuña ownCloud</a>.", "The update was successful. Redirecting you to ownCloud now." => "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.", "Use the following link to reset your password: {link}" => "Usa'l siguiente enllaz pa restablecer la to contraseña: {link}", +"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "Dunviósete al to corréu l'enllaz pa reaniciar la to contraseña.<br>Si nun lu recibes dientro de dellos minutos, comprueba les tos carpetes de corréu puxarra.<br>Sinón, pues entrugar al to alministrador llocal.", +"Request failed!<br>Did you make sure your email/username was right?" => "¡Petición fallida!<br>¿Asegurástite qué'l to nome d'usuariu/corréu tean bien?", "You will receive a link to reset your password via Email." => "Vas recibir un enllaz vía Corréu-e pa restablecer la to contraseña", "Username" => "Nome d'usuariu", +"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Los tos ficheros tan cifraos. Si nun habilitesti la clave de recuperación, nun habrá forma de recuperar los tos datos dempués de que la contraseña se reanicie. Si nun tas seguru que facer, por favor contauta col to alministrador enantes de siguir. ¿De xuru quies continuar?", +"Yes, I really want to reset my password now" => "Sí, quiero reaniciar daveres la mio contraseña agora", "Reset" => "Reaniciar", "Your password was reset" => "Restablecióse la contraseña", "To login page" => "Aniciar sesión na páxina", "New password" => "Contraseña nueva", "Reset password" => "Restablecer contraseña", +"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X nun ta sofitáu y %s nun furrulará afayadizamente nesta plataforma. ¡Úsalu baxo'l to riesgu!", "For the best results, please consider using a GNU/Linux server instead." => "Pa los meyores resultaos, por favor considera l'usu d'un sirvidor GNU/Linux nel so llugar.", "Personal" => "Personal", "Users" => "Usuarios", @@ -101,8 +114,11 @@ $TRANSLATIONS = array( "Help" => "Ayuda", "Access forbidden" => "Accesu denegáu", "Cloud not found" => "Ñube non atopada", +"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n", "Cheers!" => "¡Salú!", "Security Warning" => "Avisu de seguridá", +"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La to versión de PHP ye vulnerable al ataque NULL Byte (CVE-2006-7243)", +"Please update your PHP installation to use %s securely." => "Por favor, anova la to instalación de PHP pa usar %s de mou seguru.", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Nun ta disponible'l xenerador de númberos al debalu, por favor activa la estensión PHP OpenSSL.", "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Ensin un xenerador de númberos al debalu, un atacante podría aldovinar los tokens pa restablecer la contraseña y tomar el control de la cuenta.", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "El to direutoriu de datos y ficheros seique ye accesible dende internet por mor qu'el ficheru .htaccess nun furrula.", @@ -118,11 +134,15 @@ $TRANSLATIONS = array( "Database host" => "Agospiador de la base de datos", "Finish setup" => "Finar la configuración ", "Finishing …" => "Finando ...", +"%s is available. Get more information on how to update." => "Ta disponible %s. Consigui más información en como anovar·", "Log out" => "Zarrar sesión", "Automatic logon rejected!" => "¡Aniciu de sesión automáticu refugáu!", +"Please contact your administrator." => "Por favor, contauta col to alministrador", "Lost your password?" => "¿Escaeciesti la to contraseña?", +"remember" => "recordar", "Log in" => "Aniciar sesión", "Alternative Logins" => "Anicios de sesión alternativos", -"Thank you for your patience." => "Gracies pola to paciencia." +"Thank you for your patience." => "Gracies pola to paciencia.", +"Updating ownCloud to version %s, this may take a while." => "Anovando ownCloud a la versión %s, esto pue tardar un pocoñín" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/el.php b/core/l10n/el.php index fc754d9309f..32c89a4a05c 100644 --- a/core/l10n/el.php +++ b/core/l10n/el.php @@ -76,6 +76,7 @@ $TRANSLATIONS = array( "The public link will expire no later than {days} days after it is created" => "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του", "By default the public link will expire after {days} days" => "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί ερήμην μετά από {days} ημέρες", "Password protect" => "Προστασία συνθηματικού", +"Choose a password for the public link" => "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο", "Allow Public Upload" => "Επιτρέπεται η Δημόσια Αποστολή", "Email link to person" => "Αποστολή συνδέσμου με email ", "Send" => "Αποστολή", diff --git a/l10n/ach/files_encryption.po b/l10n/ach/files_encryption.po index 79790b6544a..f2c83b06608 100644 --- a/l10n/ach/files_encryption.po +++ b/l10n/ach/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ach/settings.po b/l10n/ach/settings.po index 5b3c23ecb7d..977ef39ab52 100644 --- a/l10n/ach/settings.po +++ b/l10n/ach/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ach/user_ldap.po b/l10n/ach/user_ldap.po index 2961fcbc4fd..88f1c53f6c6 100644 --- a/l10n/ach/user_ldap.po +++ b/l10n/ach/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ady/files_encryption.po b/l10n/ady/files_encryption.po index 2ae790c338b..f18f6e97223 100644 --- a/l10n/ady/files_encryption.po +++ b/l10n/ady/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ady/settings.po b/l10n/ady/settings.po index 6037f02fa8b..4242e9db3ef 100644 --- a/l10n/ady/settings.po +++ b/l10n/ady/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ady/user_ldap.po b/l10n/ady/user_ldap.po index f58944c9c64..638371aa3ac 100644 --- a/l10n/ady/user_ldap.po +++ b/l10n/ady/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index 487216dbb4b..2658ce0bef9 100644 --- a/l10n/af_ZA/core.po +++ b/l10n/af_ZA/core.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-17 01:54-0400\n" -"PO-Revision-Date: 2014-05-17 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 09:11+0000\n" +"Last-Translator: HannesNell <hannesn@workforce.co.za>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,11 +19,11 @@ msgstr "" "Language: af_ZA\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ajax/share.php:87 +#: ajax/share.php:88 msgid "Expiration date is in the past." msgstr "Verval datum is in die verlede." -#: ajax/share.php:119 ajax/share.php:161 +#: ajax/share.php:120 ajax/share.php:162 #, php-format msgid "Couldn't send mail to following users: %s " msgstr "" @@ -292,151 +292,151 @@ msgstr "Gedeel" msgid "Share" msgstr "Deel" -#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:761 +#: js/share.js:173 js/share.js:186 js/share.js:193 js/share.js:800 #: templates/installation.php:10 msgid "Error" msgstr "Fout" -#: js/share.js:160 js/share.js:824 +#: js/share.js:175 js/share.js:863 msgid "Error while sharing" msgstr "Deel veroorsaak fout" -#: js/share.js:171 +#: js/share.js:186 msgid "Error while unsharing" msgstr "Deel terugneem veroorsaak fout" -#: js/share.js:178 +#: js/share.js:193 msgid "Error while changing permissions" msgstr "Fout met verandering van regte" -#: js/share.js:188 +#: js/share.js:203 msgid "Shared with you and the group {group} by {owner}" msgstr "Met jou en die groep {group} gedeel deur {owner}" -#: js/share.js:190 +#: js/share.js:205 msgid "Shared with you by {owner}" msgstr "Met jou gedeel deur {owner}" -#: js/share.js:214 +#: js/share.js:229 msgid "Share with user or group …" msgstr "" -#: js/share.js:220 +#: js/share.js:235 msgid "Share link" msgstr "" -#: js/share.js:226 +#: js/share.js:241 msgid "" "The public link will expire no later than {days} days after it is created" msgstr "" -#: js/share.js:228 +#: js/share.js:243 msgid "By default the public link will expire after {days} days" msgstr "" -#: js/share.js:233 +#: js/share.js:248 msgid "Password protect" msgstr "Beskerm met Wagwoord" -#: js/share.js:235 +#: js/share.js:250 msgid "Choose a password for the public link" msgstr "" -#: js/share.js:241 +#: js/share.js:256 msgid "Allow Public Upload" msgstr "Laat Publieke Oplaai toe" -#: js/share.js:245 +#: js/share.js:260 msgid "Email link to person" msgstr "E-pos aan persoon" -#: js/share.js:246 +#: js/share.js:261 msgid "Send" msgstr "Stuur" -#: js/share.js:251 +#: js/share.js:266 msgid "Set expiration date" msgstr "Stel verval datum" -#: js/share.js:252 +#: js/share.js:267 msgid "Expiration date" msgstr "Verval datum" -#: js/share.js:289 +#: js/share.js:304 msgid "Share via email:" msgstr "Deel oor epos:" -#: js/share.js:292 +#: js/share.js:307 msgid "No people found" msgstr "Geen persoon gevind" -#: js/share.js:336 js/share.js:397 +#: js/share.js:355 js/share.js:416 msgid "group" msgstr "groep" -#: js/share.js:369 +#: js/share.js:388 msgid "Resharing is not allowed" msgstr "Hernieu deel is nie toegelaat nie " -#: js/share.js:413 +#: js/share.js:432 msgid "Shared in {item} with {user}" msgstr "Gedeel in {item} met {user}" -#: js/share.js:435 +#: js/share.js:454 msgid "Unshare" msgstr "Deel terug neem" -#: js/share.js:443 +#: js/share.js:462 msgid "notify by email" msgstr "" -#: js/share.js:446 +#: js/share.js:465 msgid "can edit" msgstr "kan wysig" -#: js/share.js:448 +#: js/share.js:467 msgid "access control" msgstr "toegang beheer" -#: js/share.js:451 +#: js/share.js:470 msgid "create" msgstr "skep" -#: js/share.js:454 +#: js/share.js:473 msgid "update" msgstr "opdateer" -#: js/share.js:457 +#: js/share.js:476 msgid "delete" msgstr "uitvee" -#: js/share.js:460 +#: js/share.js:479 msgid "share" msgstr "deel" -#: js/share.js:742 +#: js/share.js:781 msgid "Password protected" msgstr "Beskerm met wagwoord" -#: js/share.js:761 +#: js/share.js:800 msgid "Error unsetting expiration date" msgstr "Fout met skrapping van verval datum" -#: js/share.js:782 +#: js/share.js:821 msgid "Error setting expiration date" msgstr "Fout met opstel van verval datum" -#: js/share.js:811 +#: js/share.js:850 msgid "Sending ..." msgstr "Stuur ..." -#: js/share.js:822 +#: js/share.js:861 msgid "Email sent" msgstr "E-pos gestuur" -#: js/share.js:846 +#: js/share.js:885 msgid "Warning" -msgstr "" +msgstr "Waarskuwing" #: js/tags.js:4 msgid "The object type is not specified." diff --git a/l10n/af_ZA/files_encryption.po b/l10n/af_ZA/files_encryption.po index ccf69021eb6..f3d2edf496d 100644 --- a/l10n/af_ZA/files_encryption.po +++ b/l10n/af_ZA/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/af_ZA/settings.po b/l10n/af_ZA/settings.po index 6a0f1c7115d..a368f0d97a0 100644 --- a/l10n/af_ZA/settings.po +++ b/l10n/af_ZA/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/af_ZA/user_ldap.po b/l10n/af_ZA/user_ldap.po index a4d336e06b6..b927f3267bd 100644 --- a/l10n/af_ZA/user_ldap.po +++ b/l10n/af_ZA/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Gevorderd" #: templates/settings.php:11 msgid "" diff --git a/l10n/ak/files_encryption.po b/l10n/ak/files_encryption.po index 92710e5b5d3..53c6e0dd0bf 100644 --- a/l10n/ak/files_encryption.po +++ b/l10n/ak/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ak/settings.po b/l10n/ak/settings.po index ac9521c884b..df55496419f 100644 --- a/l10n/ak/settings.po +++ b/l10n/ak/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ak/user_ldap.po b/l10n/ak/user_ldap.po index 148c02311d6..c66b234bae1 100644 --- a/l10n/ak/user_ldap.po +++ b/l10n/ak/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/am_ET/files_encryption.po b/l10n/am_ET/files_encryption.po index ee25cebfde9..572adbe0ea1 100644 --- a/l10n/am_ET/files_encryption.po +++ b/l10n/am_ET/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-26 01:55-0400\n" -"PO-Revision-Date: 2014-03-25 09:38+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/am_ET/settings.po b/l10n/am_ET/settings.po index 3bbdd38a6f6..51d897f97eb 100644 --- a/l10n/am_ET/settings.po +++ b/l10n/am_ET/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/am_ET/user_ldap.po b/l10n/am_ET/user_ldap.po index 24d013526e1..badc4907740 100644 --- a/l10n/am_ET/user_ldap.po +++ b/l10n/am_ET/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ar/files_encryption.po b/l10n/ar/files_encryption.po index 570282efb9a..f33ff9554d1 100644 --- a/l10n/ar/files_encryption.po +++ b/l10n/ar/files_encryption.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-20 01:55-0400\n" -"PO-Revision-Date: 2014-03-19 06:00+0000\n" -"Last-Translator: m.shehab <shehab.mahmood@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,9 +78,9 @@ msgstr "لا يمكن فك التشفير من هذا الملف, من المم #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "خطا غير معروف يرجى التاكد من اعدادات نظامك او تواصل مع المدير." +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "يرجى التاكد من ان اصدار PHP 5.3.3 او احدث , مثبت و التاكد من ان OpenSSL مفعل و مهيئ بشكل صحيح. حتى الان برنامج التتشفير تم تعطيلة." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "المستخدمين التاليين لم يتم تعيين لهم التشفيير:" @@ -113,91 +113,91 @@ msgstr "انتقل مباشرة الى " msgid "personal settings" msgstr "اعدادات شخصية" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "التشفير" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "تفعيل استعادة المفتاح (سوف يمكنك من استعادة ملفات المستخدمين في حال فقدان كلمة المرور):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "استعادة كلمة مرور المفتاح" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "كرر كلمة المرور لـ استعادة المفتاح" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "مفعلة" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "معطلة" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "تعديل كلمة المرور استعادة المفتاح:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "كلمة المرور القديمة لـ استعامة المفتاح" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "تعيين كلمة مرور جديدة لـ استعادة المفتاح" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "كرر كلمة المرور لـ استعادة المفتاح من جديد" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "عدل كلمة السر" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "كلمة مرور مفتاحك الخاص لا تتطابق مع كلمة المرور الخاصة الدخول:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "تعيين كلمة المرور القديمة لـ المفتاح الخاص الى كلمة المرور الخاصة بالدخول الحالية." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "اذا كنت لاتتذكر كلمة السر تستطيع ان تطلب من المدير ان يستعيد ملفاتك." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "كلمة المرور القديمة الخاصة بالدخول" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "كلمة المرور الحالية الخاصة بالدخول" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "تحديث كلمة المرور لـ المفتاح الخاص" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "تفعيل استعادة كلمة المرور:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "اعدادات ملف الاستعادة تم تحديثه" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "تعذر تحديث ملف الاستعادة" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index a082fd38198..00bc21a735d 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -610,6 +610,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ar/user_ldap.po b/l10n/ar/user_ldap.po index e4bbae51996..a8a31e2e1b5 100644 --- a/l10n/ar/user_ldap.po +++ b/l10n/ar/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "نجاح" msgid "Error" msgstr "خطأ" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -335,7 +347,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "تعديلات متقدمه" #: templates/settings.php:11 msgid "" diff --git a/l10n/ast/core.po b/l10n/ast/core.po index 7f7b4ff2601..47147a02c33 100644 --- a/l10n/ast/core.po +++ b/l10n/ast/core.po @@ -6,13 +6,14 @@ # dixebra <davidlopezcastanon@gmail.com>, 2014 # Iñigo Varela <ivarela@softastur.org>, 2014 # Tornes Llume <l.lumex03.tornes@gmail.com>, 2014 +# Tornes Llume <l.lumex03.tornes@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-17 01:54-0400\n" -"PO-Revision-Date: 2014-05-17 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 07:21+0000\n" +"Last-Translator: Tornes Llume <l.lumex03.tornes@gmail.com>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,14 +21,14 @@ msgstr "" "Language: ast\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ajax/share.php:87 +#: ajax/share.php:88 msgid "Expiration date is in the past." msgstr "" -#: ajax/share.php:119 ajax/share.php:161 +#: ajax/share.php:120 ajax/share.php:162 #, php-format msgid "Couldn't send mail to following users: %s " -msgstr "" +msgstr "Nun pudo dunviase'l corréu a los usuarios siguientes: %s" #: ajax/update.php:10 msgid "Turned on maintenance mode" @@ -47,7 +48,7 @@ msgstr "" #: avatar/controller.php:81 msgid "Unknown filetype" -msgstr "" +msgstr "Triba de ficheru desconocida" #: avatar/controller.php:85 msgid "Invalid image" @@ -229,11 +230,11 @@ msgstr "" #: js/oc-dialogs.js:431 msgid "New Files" -msgstr "" +msgstr "Ficheros nuevos" #: js/oc-dialogs.js:432 msgid "Already existing files" -msgstr "" +msgstr "Ficheros qu'esisten yá" #: js/oc-dialogs.js:434 msgid "Which files do you want to keep?" @@ -255,11 +256,11 @@ msgstr "Continuar" #: js/oc-dialogs.js:500 js/oc-dialogs.js:513 msgid "(all selected)" -msgstr "" +msgstr "(esbillao too)" #: js/oc-dialogs.js:503 js/oc-dialogs.js:517 msgid "({count} selected)" -msgstr "" +msgstr "(esbillaos {count})" #: js/oc-dialogs.js:525 msgid "Error loading file exists template" @@ -293,149 +294,149 @@ msgstr "Compartíu" msgid "Share" msgstr "Compartir" -#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:761 +#: js/share.js:173 js/share.js:186 js/share.js:193 js/share.js:800 #: templates/installation.php:10 msgid "Error" msgstr "Fallu" -#: js/share.js:160 js/share.js:824 +#: js/share.js:175 js/share.js:863 msgid "Error while sharing" msgstr "Fallu mientres la compartición" -#: js/share.js:171 +#: js/share.js:186 msgid "Error while unsharing" msgstr "Fallu mientres se dexaba de compartir" -#: js/share.js:178 +#: js/share.js:193 msgid "Error while changing permissions" msgstr "Fallu mientres camudaben los permisos" -#: js/share.js:188 +#: js/share.js:203 msgid "Shared with you and the group {group} by {owner}" msgstr "Compartíu contigo y col grupu {group} por {owner}" -#: js/share.js:190 +#: js/share.js:205 msgid "Shared with you by {owner}" msgstr "Compartíu contigo por {owner}" -#: js/share.js:214 +#: js/share.js:229 msgid "Share with user or group …" msgstr "" -#: js/share.js:220 +#: js/share.js:235 msgid "Share link" msgstr "Compartir enllaz" -#: js/share.js:226 +#: js/share.js:241 msgid "" "The public link will expire no later than {days} days after it is created" msgstr "" -#: js/share.js:228 +#: js/share.js:243 msgid "By default the public link will expire after {days} days" msgstr "" -#: js/share.js:233 +#: js/share.js:248 msgid "Password protect" msgstr "Protexer con contraseña" -#: js/share.js:235 +#: js/share.js:250 msgid "Choose a password for the public link" -msgstr "" +msgstr "Escueyi una contraseña pal enllaz públicu" -#: js/share.js:241 +#: js/share.js:256 msgid "Allow Public Upload" msgstr "" -#: js/share.js:245 +#: js/share.js:260 msgid "Email link to person" msgstr "Enlláz de corréu electrónicu a la persona" -#: js/share.js:246 +#: js/share.js:261 msgid "Send" msgstr "Unviar" -#: js/share.js:251 +#: js/share.js:266 msgid "Set expiration date" msgstr "Afitar la data de caducidá" -#: js/share.js:252 +#: js/share.js:267 msgid "Expiration date" msgstr "Data de caducidá" -#: js/share.js:289 +#: js/share.js:304 msgid "Share via email:" msgstr "Compartir vía corréu electrónicu:" -#: js/share.js:292 +#: js/share.js:307 msgid "No people found" msgstr "Nun s'atoparon persones" -#: js/share.js:336 js/share.js:397 +#: js/share.js:355 js/share.js:416 msgid "group" msgstr "grupu" -#: js/share.js:369 +#: js/share.js:388 msgid "Resharing is not allowed" msgstr "Recompartir nun ta permitíu" -#: js/share.js:413 +#: js/share.js:432 msgid "Shared in {item} with {user}" msgstr "Compartíu en {item} con {user}" -#: js/share.js:435 +#: js/share.js:454 msgid "Unshare" msgstr "Dexar de compartir" -#: js/share.js:443 +#: js/share.js:462 msgid "notify by email" msgstr "notificar per corréu" -#: js/share.js:446 +#: js/share.js:465 msgid "can edit" msgstr "pue editar" -#: js/share.js:448 +#: js/share.js:467 msgid "access control" msgstr "control d'accesu" -#: js/share.js:451 +#: js/share.js:470 msgid "create" msgstr "crear" -#: js/share.js:454 +#: js/share.js:473 msgid "update" msgstr "xubir" -#: js/share.js:457 +#: js/share.js:476 msgid "delete" msgstr "desaniciar" -#: js/share.js:460 +#: js/share.js:479 msgid "share" msgstr "compartir" -#: js/share.js:742 +#: js/share.js:781 msgid "Password protected" msgstr "Contraseña protexida" -#: js/share.js:761 +#: js/share.js:800 msgid "Error unsetting expiration date" msgstr "Fallu desafitando la data de caducidá" -#: js/share.js:782 +#: js/share.js:821 msgid "Error setting expiration date" msgstr "Fallu afitando la fecha de caducidá" -#: js/share.js:811 +#: js/share.js:850 msgid "Sending ..." msgstr "Unviando ..." -#: js/share.js:822 +#: js/share.js:861 msgid "Email sent" msgstr "Corréu unviáu" -#: js/share.js:846 +#: js/share.js:885 msgid "Warning" msgstr "Avisu" @@ -469,7 +470,7 @@ msgstr "" #: js/update.js:8 msgid "Please reload the page." -msgstr "" +msgstr "Por favor, recarga la páxina" #: js/update.js:17 msgid "" @@ -502,11 +503,11 @@ msgid "" "The link to reset your password has been sent to your email.<br>If you do " "not receive it within a reasonable amount of time, check your spam/junk " "folders.<br>If it is not there ask your local administrator ." -msgstr "" +msgstr "Dunviósete al to corréu l'enllaz pa reaniciar la to contraseña.<br>Si nun lu recibes dientro de dellos minutos, comprueba les tos carpetes de corréu puxarra.<br>Sinón, pues entrugar al to alministrador llocal." #: lostpassword/templates/lostpassword.php:15 msgid "Request failed!<br>Did you make sure your email/username was right?" -msgstr "" +msgstr "¡Petición fallida!<br>¿Asegurástite qué'l to nome d'usuariu/corréu tean bien?" #: lostpassword/templates/lostpassword.php:18 msgid "You will receive a link to reset your password via Email." @@ -523,11 +524,11 @@ msgid "" "will be no way to get your data back after your password is reset. If you " "are not sure what to do, please contact your administrator before you " "continue. Do you really want to continue?" -msgstr "" +msgstr "Los tos ficheros tan cifraos. Si nun habilitesti la clave de recuperación, nun habrá forma de recuperar los tos datos dempués de que la contraseña se reanicie. Si nun tas seguru que facer, por favor contauta col to alministrador enantes de siguir. ¿De xuru quies continuar?" #: lostpassword/templates/lostpassword.php:27 msgid "Yes, I really want to reset my password now" -msgstr "" +msgstr "Sí, quiero reaniciar daveres la mio contraseña agora" #: lostpassword/templates/lostpassword.php:30 msgid "Reset" @@ -554,7 +555,7 @@ msgstr "Restablecer contraseña" msgid "" "Mac OS X is not supported and %s will not work properly on this platform. " "Use it at your own risk! " -msgstr "" +msgstr "Mac OS X nun ta sofitáu y %s nun furrulará afayadizamente nesta plataforma. ¡Úsalu baxo'l to riesgu!" #: setup/controller.php:144 msgid "" @@ -625,7 +626,7 @@ msgid "" "just letting you know that %s shared %s with you.\n" "View it: %s\n" "\n" -msgstr "" +msgstr "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n" #: templates/altmail.php:4 templates/mail.php:17 #, php-format @@ -643,12 +644,12 @@ msgstr "Avisu de seguridá" #: templates/installation.php:26 msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" -msgstr "" +msgstr "La to versión de PHP ye vulnerable al ataque NULL Byte (CVE-2006-7243)" #: templates/installation.php:27 #, php-format msgid "Please update your PHP installation to use %s securely." -msgstr "" +msgstr "Por favor, anova la to instalación de PHP pa usar %s de mou seguru." #: templates/installation.php:33 msgid "" @@ -737,7 +738,7 @@ msgstr "" #: templates/layout.user.php:44 #, php-format msgid "%s is available. Get more information on how to update." -msgstr "" +msgstr "Ta disponible %s. Consigui más información en como anovar·" #: templates/layout.user.php:74 templates/singleuser.user.php:8 msgid "Log out" @@ -763,7 +764,7 @@ msgstr "" #: templates/login.php:18 msgid "Please contact your administrator." -msgstr "" +msgstr "Por favor, contauta col to alministrador" #: templates/login.php:46 msgid "Lost your password?" @@ -771,7 +772,7 @@ msgstr "¿Escaeciesti la to contraseña?" #: templates/login.php:51 msgid "remember" -msgstr "" +msgstr "recordar" #: templates/login.php:54 msgid "Log in" @@ -809,7 +810,7 @@ msgstr "Gracies pola to paciencia." #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." -msgstr "" +msgstr "Anovando ownCloud a la versión %s, esto pue tardar un pocoñín" #: templates/update.user.php:3 msgid "" diff --git a/l10n/ast/files.po b/l10n/ast/files.po index 48295385d86..7fa70f0d12f 100644 --- a/l10n/ast/files.po +++ b/l10n/ast/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 07:21+0000\n" +"Last-Translator: Tornes Llume <l.lumex03.tornes@gmail.com>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,7 +36,7 @@ msgstr "El nome de ficheru nun pue quedar baleru." #: ajax/newfile.php:63 #, php-format msgid "\"%s\" is an invalid file name." -msgstr "" +msgstr "\"%s\" ye un nome de ficheru inválidu." #: ajax/newfile.php:69 ajax/newfolder.php:28 js/files.js:110 msgid "" @@ -47,40 +47,40 @@ msgstr "Nome inválidu, los caráuteres \"\\\", \"/\", \"<\", \">\", \":\", \"\" #: ajax/newfile.php:76 ajax/newfolder.php:35 ajax/upload.php:157 #: lib/app.php:77 msgid "The target folder has been moved or deleted." -msgstr "" +msgstr "La carpeta oxetivu movióse o desanicióse." #: ajax/newfile.php:88 ajax/newfolder.php:47 lib/app.php:86 #, php-format msgid "" "The name %s is already used in the folder %s. Please choose a different " "name." -msgstr "" +msgstr "El nome %s yá ta n'usu na carpeta %s. Por favor, escueyi un nome diferente." #: ajax/newfile.php:97 msgid "Not a valid source" -msgstr "" +msgstr "Nun ye una fonte válida" #: ajax/newfile.php:102 msgid "" "Server is not allowed to open URLs, please check the server configuration" -msgstr "" +msgstr "Nun se-y permite al sirvidor abrir URLs, por favor comprueba la configuración del sirvidor" #: ajax/newfile.php:118 #, php-format msgid "Error while downloading %s to %s" -msgstr "" +msgstr "Fallu cuando se descargaba %s a %s" #: ajax/newfile.php:146 msgid "Error when creating the file" -msgstr "" +msgstr "Fallu cuando se creaba'l ficheru" #: ajax/newfolder.php:22 msgid "Folder name cannot be empty." -msgstr "" +msgstr "El nome la carpeta nun pue tar baleru." #: ajax/newfolder.php:66 msgid "Error when creating the folder" -msgstr "" +msgstr "Fallu cuando se creaba la carpeta" #: ajax/upload.php:19 ajax/upload.php:57 msgid "Unable to set upload directory." @@ -147,7 +147,7 @@ msgstr "Ficheros" #: appinfo/app.php:29 msgid "All files" -msgstr "" +msgstr "Tolos ficheros" #: js/file-upload.js:257 msgid "Unable to upload {filename} as it is a directory or has 0 bytes" @@ -155,12 +155,12 @@ msgstr "Nun se pudo xubir {filename}, paez que ye un directoriu o tien 0 bytes" #: js/file-upload.js:270 msgid "Total file size {size1} exceeds upload limit {size2}" -msgstr "" +msgstr "El tamañu de ficheru total {size1} perpasa'l llímite de xuba {size2}" #: js/file-upload.js:281 msgid "" "Not enough free space, you are uploading {size1} but only {size2} is left" -msgstr "" +msgstr "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}" #: js/file-upload.js:358 msgid "Upload cancelled." @@ -177,19 +177,19 @@ msgstr "La xuba del ficheru ta en progresu. Si dexes agora la páxina, la xuba n #: js/file-upload.js:555 msgid "URL cannot be empty" -msgstr "" +msgstr "La URL nun pue tar balera" -#: js/file-upload.js:559 js/filelist.js:1176 +#: js/file-upload.js:559 js/filelist.js:1170 msgid "{new_name} already exists" msgstr "{new_name} yá existe" #: js/file-upload.js:614 msgid "Could not create file" -msgstr "" +msgstr "Nun pudo crease'l ficheru" #: js/file-upload.js:630 msgid "Could not create folder" -msgstr "" +msgstr "Nun pudo crease la carpeta" #: js/file-upload.js:677 msgid "Error fetching URL" @@ -213,63 +213,63 @@ msgid "" "big." msgstr "Ta preparándose la to descarga. Esto podría llevar dalgún tiempu si los ficheros son grandes." -#: js/filelist.js:602 js/filelist.js:1671 +#: js/filelist.js:596 js/filelist.js:1665 msgid "Pending" -msgstr "" +msgstr "Pendiente" -#: js/filelist.js:1127 +#: js/filelist.js:1121 msgid "Error moving file." -msgstr "" +msgstr "Fallu moviendo'l ficheru." -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error moving file" msgstr "Fallu moviendo'l ficheru" -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error" msgstr "Fallu" -#: js/filelist.js:1213 +#: js/filelist.js:1207 msgid "Could not rename file" -msgstr "" +msgstr "Nun pudo renomase'l ficheru" -#: js/filelist.js:1334 +#: js/filelist.js:1328 msgid "Error deleting file." -msgstr "" +msgstr "Fallu desaniciando'l ficheru." -#: js/filelist.js:1437 templates/list.php:62 +#: js/filelist.js:1431 templates/list.php:62 msgid "Name" msgstr "Nome" -#: js/filelist.js:1438 templates/list.php:75 +#: js/filelist.js:1432 templates/list.php:75 msgid "Size" msgstr "Tamañu" -#: js/filelist.js:1439 templates/list.php:78 +#: js/filelist.js:1433 templates/list.php:78 msgid "Modified" msgstr "Modificáu" -#: js/filelist.js:1449 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1443 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%n carpeta" +msgstr[1] "%n carpetes" -#: js/filelist.js:1455 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1449 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%n ficheru" +msgstr[1] "%n ficheros" -#: js/filelist.js:1579 js/filelist.js:1618 +#: js/filelist.js:1573 js/filelist.js:1612 msgid "Uploading %n file" msgid_plural "Uploading %n files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Xubiendo %n ficheru" +msgstr[1] "Xubiendo %n ficheros" #: js/files.js:101 msgid "\"{name}\" is an invalid file name." -msgstr "" +msgstr "\"{name}\" ye un nome de ficheru inválidu." #: js/files.js:122 msgid "Your storage is full, files can not be updated or synced anymore!" @@ -283,14 +283,14 @@ msgstr "L'almacenamientu ta casi completu ({usedSpacePercent}%)" msgid "" "Encryption App is enabled but your keys are not initialized, please log-out " "and log-in again" -msgstr "" +msgstr "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves" #: js/files.js:144 msgid "" "Invalid private key for Encryption App. Please update your private key " "password in your personal settings to recover access to your encrypted " "files." -msgstr "" +msgstr "Clave privada non válida pa Encryption. Por favor, anova la to contraseña de clave nos tos axustes personales pa recuperar l'accesu a los tos ficheros cifraos." #: js/files.js:148 msgid "" @@ -300,7 +300,7 @@ msgstr "Deshabilitose'l cifráu pero los tos ficheros tovía tan cifraos. Por f #: js/filesummary.js:182 msgid "{dirs} and {files}" -msgstr "" +msgstr "{dirs} y {files}" #: lib/app.php:103 #, php-format @@ -310,7 +310,7 @@ msgstr "Nun se puede renomar %s " #: lib/helper.php:23 templates/list.php:25 #, php-format msgid "Upload (max. %s)" -msgstr "" +msgstr "Xuba (máx. %s)" #: templates/admin.php:4 msgid "File handling" @@ -361,7 +361,7 @@ msgstr "Nuevu" #: templates/list.php:8 msgid "New text file" -msgstr "" +msgstr "Ficheru de testu nuevu" #: templates/list.php:9 msgid "Text file" @@ -385,7 +385,7 @@ msgstr "Encaboxar xuba" #: templates/list.php:48 msgid "You don’t have permission to upload or create files here" -msgstr "" +msgstr "Nun tienes permisu pa xubir o crear ficheros equí" #: templates/list.php:53 msgid "Nothing in here. Upload something!" @@ -415,4 +415,4 @@ msgstr "Tan escaniándose los ficheros, espera por favor." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Anguaño escaneando" diff --git a/l10n/ast/files_encryption.po b/l10n/ast/files_encryption.po index bfe3af1968b..288f37e00d6 100644 --- a/l10n/ast/files_encryption.po +++ b/l10n/ast/files_encryption.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-19 01:54-0400\n" -"PO-Revision-Date: 2014-05-18 10:22+0000\n" -"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,9 +78,9 @@ msgstr "Nun pudo descifrase esti ficheru, dablemente seya un ficheru compartíu. #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Fallu desconocíu. Verifica la configuración del sistema o ponte en contautu col alministrador" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, asegúrate de que PHP 5.3.3 o postreru ta instaláu y que la estensión OpenSSL de PHP ta habilitada y configurada correutamente. Pel momentu, l'aplicación de cifráu deshabilitóse." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Los siguientes usuarios nun se configuraron pal cifráu:" diff --git a/l10n/ast/lib.po b/l10n/ast/lib.po index 30a9a68cc2e..c84f3fe91f0 100644 --- a/l10n/ast/lib.po +++ b/l10n/ast/lib.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 07:41+0000\n" +"Last-Translator: Tornes Llume <l.lumex03.tornes@gmail.com>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +21,7 @@ msgstr "" #: base.php:695 msgid "You are accessing the server from an untrusted domain." -msgstr "" +msgstr "Tas accediendo al sirvidor dende un dominiu non confiáu." #: base.php:696 msgid "" @@ -59,7 +59,7 @@ msgstr "Usuarios" #: private/app.php:402 msgid "Admin" -msgstr "" +msgstr "Almin" #: private/app.php:880 #, php-format @@ -80,7 +80,7 @@ msgstr "servicios web baxo'l to control" #: private/files.php:235 msgid "ZIP download is turned off." -msgstr "" +msgstr "Tan deshabilitaes les descargues de ZIP." #: private/files.php:236 msgid "Files need to be downloaded one by one." @@ -92,7 +92,7 @@ msgstr "" #: private/files.php:262 msgid "Selected files too large to generate zip file." -msgstr "" +msgstr "Los ficheros esbillaos son milenta grandes pa xenerar un ficheru zip." #: private/files.php:263 msgid "" @@ -129,29 +129,29 @@ msgstr "L'aplicación nun apurre un ficheru info.xml" msgid "App can't be installed because of not allowed code in the App" msgstr "" -#: private/installer.php:141 +#: private/installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "Nun pue instalase l'aplicación porque nun ye compatible con esta versión d'ownCloud." -#: private/installer.php:147 +#: private/installer.php:144 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "" -#: private/installer.php:160 +#: private/installer.php:157 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" msgstr "" -#: private/installer.php:170 +#: private/installer.php:167 msgid "App directory already exists" msgstr "" -#: private/installer.php:183 +#: private/installer.php:180 #, php-format msgid "Can't create app folder. Please fix permissions. %s" msgstr "Nun pue crease la carpeta de l'aplicación. Por favor, igua los permisos. %s" @@ -284,7 +284,7 @@ msgstr "Afitar contraseña p'almin" msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." -msgstr "El sirvidor web entá nun ta configurado pa permitir la sincronización de ficheros yá que la interface WebDAV paez nun tar funcionando." +msgstr "El to sirvidor web entá nun ta configuráu afayadizamente pa permitir la sincronización de ficheros porque la interfaz WebDAV paez tar rota." #: private/setup.php:165 #, php-format @@ -343,7 +343,7 @@ msgstr "" msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" -msgstr "" +msgstr "Necesites apurrir una contraseña pa crear un enllaz públicu, namái tan permitíos los enllaces protexíos" #: private/share/share.php:641 #, php-format diff --git a/l10n/ast/settings.po b/l10n/ast/settings.po index 637094224c4..5e42a4e5872 100644 --- a/l10n/ast/settings.po +++ b/l10n/ast/settings.po @@ -4,12 +4,13 @@ # # Translators: # Iñigo Varela <ivarela@softastur.org>, 2014 +# Tornes Llume <l.lumex03.tornes@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -101,13 +102,13 @@ msgstr "Nun pudieron descifrase los ficheros. Revisa la contraseña ya inténtal #: ajax/deletekeys.php:14 msgid "Encryption keys deleted permanently" -msgstr "" +msgstr "Desaniciaes dafechu les claves de cifráu" #: ajax/deletekeys.php:16 msgid "" "Couldn't permanently delete your encryption keys, please check your " "owncloud.log or ask your administrator" -msgstr "" +msgstr "Nun pudieron desaniciase dafechu les tos claves d'encriptación, por favor comprueba'l to owncloud.log o entruga a un alministrador" #: ajax/lostpassword.php:12 msgid "Email saved" @@ -133,7 +134,7 @@ msgstr "" msgid "" "Couldn't restore your encryption keys, please check your owncloud.log or ask" " your administrator" -msgstr "" +msgstr "Nun pudieron restaurase dafechu les tos claves d'encriptación, por favor comprueba'l to owncloud.log o entruga a un alministrador" #: ajax/setlanguage.php:15 msgid "Language changed" @@ -276,11 +277,11 @@ msgstr "Descifrando ficheros... Espera por favor, esto pue llevar daqué de tiem #: js/personal.js:324 msgid "Delete encryption keys permanently." -msgstr "" +msgstr "Desanciar dafechu les claves de cifráu." #: js/personal.js:338 msgid "Restore encryption keys." -msgstr "" +msgstr "Restaurar claves de cifráu." #: js/users.js:47 msgid "deleted" @@ -608,6 +609,10 @@ msgstr "Esto úsase pa unviar notificaciones." msgid "From address" msgstr "Dende la direición" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Necesítase autenticación" @@ -834,11 +839,11 @@ msgstr "" #: templates/personal.php:178 msgid "Restore Encryption Keys" -msgstr "" +msgstr "Restaurar claves de cifráu." #: templates/personal.php:182 msgid "Delete Encryption Keys" -msgstr "" +msgstr "Desaniciar claves de cifráu" #: templates/users.php:19 msgid "Login Name" diff --git a/l10n/ast/user_ldap.po b/l10n/ast/user_ldap.po index 8485e1b23c4..63acfdc5006 100644 --- a/l10n/ast/user_ldap.po +++ b/l10n/ast/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -93,6 +93,18 @@ msgstr "Con ésitu" msgid "Error" msgstr "Fallu" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -329,7 +341,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avanzáu" #: templates/settings.php:11 msgid "" diff --git a/l10n/az/files_encryption.po b/l10n/az/files_encryption.po index 7bbae1590a4..bdf88bf5061 100644 --- a/l10n/az/files_encryption.po +++ b/l10n/az/files_encryption.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: az\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ajax/adminrecovery.php:29 msgid "Recovery key successfully enabled" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/az/settings.po b/l10n/az/settings.po index caa990b6653..a50a10f6b78 100644 --- a/l10n/az/settings.po +++ b/l10n/az/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/az/user_ldap.po b/l10n/az/user_ldap.po index 9ba74c5117d..e630aec17d1 100644 --- a/l10n/az/user_ldap.po +++ b/l10n/az/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/be/files_encryption.po b/l10n/be/files_encryption.po index 4cf8602735d..21b6aef2601 100644 --- a/l10n/be/files_encryption.po +++ b/l10n/be/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/be/settings.po b/l10n/be/settings.po index 74d2984dab5..1d0b3053fc3 100644 --- a/l10n/be/settings.po +++ b/l10n/be/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/be/user_ldap.po b/l10n/be/user_ldap.po index f59658b01d0..5c07bd073e5 100644 --- a/l10n/be/user_ldap.po +++ b/l10n/be/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Памылка" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -330,7 +342,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Дасведчаны" #: templates/settings.php:11 msgid "" diff --git a/l10n/bg_BG/files_encryption.po b/l10n/bg_BG/files_encryption.po index 59c82a6961b..3a6d6368073 100644 --- a/l10n/bg_BG/files_encryption.po +++ b/l10n/bg_BG/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Криптиране" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index b900a5f446b..7c1783edaca 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/bg_BG/user_ldap.po b/l10n/bg_BG/user_ldap.po index f713601f5be..9bcdbd18792 100644 --- a/l10n/bg_BG/user_ldap.po +++ b/l10n/bg_BG/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Грешка" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Разширено" #: templates/settings.php:11 msgid "" diff --git a/l10n/bn_BD/files_encryption.po b/l10n/bn_BD/files_encryption.po index a05beb216f3..abf012c2d7b 100644 --- a/l10n/bn_BD/files_encryption.po +++ b/l10n/bn_BD/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "সংকেতায়ন" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po index f78d341646b..611040849e6 100644 --- a/l10n/bn_BD/settings.po +++ b/l10n/bn_BD/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/bn_BD/user_ldap.po b/l10n/bn_BD/user_ldap.po index cfbbf993f3d..6814e4b2a3a 100644 --- a/l10n/bn_BD/user_ldap.po +++ b/l10n/bn_BD/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "সমস্যা" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -166,7 +178,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "গোষ্ঠী ছাঁকনী" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "সুচারু" #: templates/settings.php:11 msgid "" diff --git a/l10n/bn_IN/files_encryption.po b/l10n/bn_IN/files_encryption.po index d3d9c274e7b..792d411a0f0 100644 --- a/l10n/bn_IN/files_encryption.po +++ b/l10n/bn_IN/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-20 01:54-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/bn_IN/settings.po b/l10n/bn_IN/settings.po index 0e5e4602ec5..d6b4ffba724 100644 --- a/l10n/bn_IN/settings.po +++ b/l10n/bn_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/bn_IN/user_ldap.po b/l10n/bn_IN/user_ldap.po index 5304718bd58..e2ea65e0b44 100644 --- a/l10n/bn_IN/user_ldap.po +++ b/l10n/bn_IN/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/bs/files_encryption.po b/l10n/bs/files_encryption.po index 818ff9d3614..2264b620421 100644 --- a/l10n/bs/files_encryption.po +++ b/l10n/bs/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/bs/settings.po b/l10n/bs/settings.po index 4f752ac3eb6..d08a1ee9425 100644 --- a/l10n/bs/settings.po +++ b/l10n/bs/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/bs/user_ldap.po b/l10n/bs/user_ldap.po index 44bbb468d70..e75db6598cb 100644 --- a/l10n/bs/user_ldap.po +++ b/l10n/bs/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ca/files_encryption.po b/l10n/ca/files_encryption.po index 3865dfb3134..e42b9cbcc6e 100644 --- a/l10n/ca/files_encryption.po +++ b/l10n/ca/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-19 01:55-0400\n" -"PO-Revision-Date: 2014-03-18 08:40+0000\n" -"Last-Translator: rogerc\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,9 +79,9 @@ msgstr "No es pot desencriptar aquest fitxer, probablement és un fitxer compart #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Error desconegut. Comproveu l'arranjament del sistema o contacteu amb l'administrador" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Assegureu-vos que teniu instal·lat PHP 5.3.3 o una versió superior i que està activat Open SSL i habilitada i configurada correctament l'extensió de PHP. De moment, l'aplicació d'encriptació s'ha desactivat." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Els usuaris següents no estan configurats per a l'encriptació:" @@ -114,91 +114,91 @@ msgstr "Vés directament a" msgid "personal settings" msgstr "arranjament personal" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Xifrat" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Activa la clau de recuperació (permet recuperar fitxers d'usuaris en cas de pèrdua de contrasenya):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Clau de recuperació de la contrasenya" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Repetiu la clau de recuperació de contrasenya" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Activat" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Desactivat" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Canvia la clau de recuperació de contrasenya:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Antiga clau de recuperació de contrasenya" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nova clau de recuperació de contrasenya" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Repetiu la nova clau de recuperació de contrasenya" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Canvia la contrasenya" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "La clau privada ja no es correspon amb la contrasenya d'accés:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Establiu la vostra contrasenya clau en funció de la contrasenya actual d'accés." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Contrasenya anterior d'accés" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Contrasenya d'accés actual" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Actualitza la contrasenya de clau privada" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Habilita la recuperació de contrasenya:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Activar aquesta opció us permetrà obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "S'han actualitzat els arranjaments de recuperació de fitxers" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "No s'ha pogut actualitzar la recuperació de fitxers" diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 5328adfa1c3..0689b45ecc0 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -610,6 +610,10 @@ msgstr "S'usa per enviar notificacions." msgid "From address" msgstr "Des de l'adreça" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Es requereix autenticació" diff --git a/l10n/ca/user_ldap.po b/l10n/ca/user_ldap.po index 2a62eb60541..6cd3b4e2000 100644 --- a/l10n/ca/user_ldap.po +++ b/l10n/ca/user_ldap.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -94,6 +94,18 @@ msgstr "Èxit" msgid "Error" msgstr "Error" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuració correcte" @@ -170,7 +182,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtre de grup" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -330,7 +342,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avançat" #: templates/settings.php:11 msgid "" diff --git a/l10n/cs_CZ/files_encryption.po b/l10n/cs_CZ/files_encryption.po index 79a16d3cee8..2b81e747018 100644 --- a/l10n/cs_CZ/files_encryption.po +++ b/l10n/cs_CZ/files_encryption.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-14 01:54-0400\n" -"PO-Revision-Date: 2014-04-14 04:55+0000\n" -"Last-Translator: pstast <petr@stastny.eu>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -82,9 +82,9 @@ msgstr "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. P #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Neznámá chyba, zkontrolujte vaše systémová nastavení nebo kontaktujte vašeho správce" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "Ujistěte se prosím, že máte nainstalované PHP 5.3.3 nebo novější a že máte povolené a správně nakonfigurované OpenSSL včetně jeho rozšíření pro PHP. Prozatím byla aplikace pro šifrování vypnuta." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Následující uživatelé nemají nastavené šifrování:" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index c205df18ee6..aade07e0567 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-25 21:40+0000\n" -"Last-Translator: svetlemodry <jaroslav@lichtblau.cz>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -615,6 +615,10 @@ msgstr "Toto se používá pro odesílání upozornění." msgid "From address" msgstr "Adresa odesílatele" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Vyžadováno ověření" diff --git a/l10n/cs_CZ/user_ldap.po b/l10n/cs_CZ/user_ldap.po index 7d05a5248f0..598acf76b49 100644 --- a/l10n/cs_CZ/user_ldap.po +++ b/l10n/cs_CZ/user_ldap.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -97,6 +97,18 @@ msgstr "Úspěch" msgid "Error" msgstr "Chyba" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfigurace v pořádku" @@ -175,7 +187,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtr skupin" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -335,7 +347,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Pokročilé" #: templates/settings.php:11 msgid "" diff --git a/l10n/cy_GB/files_encryption.po b/l10n/cy_GB/files_encryption.po index 07ded876318..6ee638fb90f 100644 --- a/l10n/cy_GB/files_encryption.po +++ b/l10n/cy_GB/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -112,91 +112,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Amgryptiad" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po index 47a4de212dc..81c18999eec 100644 --- a/l10n/cy_GB/settings.po +++ b/l10n/cy_GB/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/cy_GB/user_ldap.po b/l10n/cy_GB/user_ldap.po index 0fc35424edb..0e8c9f49d00 100644 --- a/l10n/cy_GB/user_ldap.po +++ b/l10n/cy_GB/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Gwall" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -330,7 +342,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Uwch" #: templates/settings.php:11 msgid "" diff --git a/l10n/da/files_encryption.po b/l10n/da/files_encryption.po index 83a7a049743..88c9e7d9cad 100644 --- a/l10n/da/files_encryption.po +++ b/l10n/da/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-13 01:55-0400\n" -"PO-Revision-Date: 2014-03-12 12:00+0000\n" -"Last-Translator: Sappe\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,9 +79,9 @@ msgstr "Kan ikke kryptere denne fil, sandsynligvis fordi felen er delt. Bed venl #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Ukendt fejl. Kontroller venligst dit system eller kontakt din administrator" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Sørg for at PHP 5.3.3 eller nyere er installeret og at OpenSSL sammen med PHP-udvidelsen er aktiveret og korrekt konfigureret. Indtil videre er krypteringsprogrammet deaktiveret." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Følgende brugere er ikke sat op til kryptering:" @@ -114,91 +114,91 @@ msgstr "Gå direkte til din " msgid "personal settings" msgstr "Personlige indstillinger" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Kryptering" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Aktiver gendannelsesnøgle (Tillad gendannelse af brugerfiler i tilfælde af tab af kodeord):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Gendannelsesnøgle kodeord" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Gentag gendannelse af nøglekoden" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Aktiveret" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Deaktiveret" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Skift gendannelsesnøgle kodeord:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Gammel Gendannelsesnøgle kodeord" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Ny Gendannelsesnøgle kodeord" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Gentag dannelse af ny gendannaleses nøglekode" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Skift Kodeord" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Dit private nøgle kodeord stemmer ikke længere overens med dit login kodeord:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Sæt dit gamle private nøgle kodeord til at være dit nuværende login kodeord. " -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Hvis du ikke kan huske dit gamle kodeord kan du bede din administrator om at gendanne dine filer." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Gammelt login kodeord" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Nuvrende login kodeord" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Opdater Privat Nøgle Kodeord" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Aktiver kodeord gendannelse:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Filgendannelsesindstillinger opdateret" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Kunne ikke opdatere filgendannelse" diff --git a/l10n/da/settings.po b/l10n/da/settings.po index b4c4e898c92..dbe1eac3bec 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -611,6 +611,10 @@ msgstr "" msgid "From address" msgstr "Fra adresse" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Godkendelse påkrævet" diff --git a/l10n/da/user_ldap.po b/l10n/da/user_ldap.po index a6dfe203df7..50894adf90b 100644 --- a/l10n/da/user_ldap.po +++ b/l10n/da/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "Succes" msgid "Error" msgstr "Fejl" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -167,7 +179,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Gruppe Filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -327,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avanceret" #: templates/settings.php:11 msgid "" diff --git a/l10n/de/files.po b/l10n/de/files.po index 0ed462ecf0b..4142ee4ceb4 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 16:11+0000\n" +"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -421,4 +421,4 @@ msgstr "Dateien werden gescannt, bitte warten." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Durchsuchen läuft" diff --git a/l10n/de/files_encryption.po b/l10n/de/files_encryption.po index 241666d0885..1c2f385b419 100644 --- a/l10n/de/files_encryption.po +++ b/l10n/de/files_encryption.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-12 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 11:00+0000\n" -"Last-Translator: stefanniedermann <stefan.niedermann@googlemail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,9 +85,9 @@ msgstr "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Unbekannter Fehler, bitte prüfe Deine Systemeinstellungen oder kontaktiere Deinen Administrator" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -100,7 +100,7 @@ msgid "" " the encryption app has been disabled." msgstr "Bitte stelle sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:" @@ -120,91 +120,91 @@ msgstr "Direkt wechseln zu Deinem" msgid "personal settings" msgstr "Private Einstellungen" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Verschlüsselung" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Wiederherstellungsschlüssel aktivieren (ermöglicht das Wiederherstellen von Dateien, falls das Passwort vergessen wurde):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Wiederherstellungsschlüssel-Passwort" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Schlüssel-Passwort zur Wiederherstellung wiederholen" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Aktiviert" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Deaktiviert" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Wiederherstellungsschlüssel-Passwort ändern:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Altes Wiederherstellungsschlüssel-Passwort" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Neues Wiederherstellungsschlüssel-Passwort" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Neues Schlüssel-Passwort zur Wiederherstellung wiederholen" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Passwort ändern" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Das Passwort für Deinen privaten Schlüssel stimmt nicht mehr mit Deinem Loginpasswort überein." -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Setze Dein altes Passwort für Deinen privaten Schlüssel auf Dein aktuelles Login-Passwort" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Wenn Du Dein altes Passwort vergessen hast, könntest Du Deinen Administrator bitten, Deine Daten wiederherzustellen." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Altes Login Passwort" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Aktuelles Passwort" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Passwort für den privaten Schlüssel aktualisieren" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Passwortwiederherstellung aktivieren:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Wenn Du diese Option aktivierst, kannst Du Deine verschlüsselten Dateien wiederherstellen, falls Du Dein Passwort vergisst" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Einstellungen zur Wiederherstellung von Dateien wurden aktualisiert" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Dateiwiederherstellung konnte nicht aktualisiert werden" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index abc38112e45..cdce48c8e1e 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-25 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 10:12+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -616,6 +616,10 @@ msgstr "Dies wird zum Senden von Benachrichtigungen verwendet." msgid "From address" msgstr "Absender-Adresse" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Authentifizierung benötigt" diff --git a/l10n/de/user_ldap.po b/l10n/de/user_ldap.po index 09f4ca62f38..2b289c23675 100644 --- a/l10n/de/user_ldap.po +++ b/l10n/de/user_ldap.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "Einstellungen beibehalten?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Server" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -94,6 +94,18 @@ msgstr "Erfolgreich" msgid "Error" msgstr "Fehler" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfiguration OK" @@ -158,19 +170,19 @@ msgstr "Konnte die gewünschte Funktion nicht finden" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Server" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Nutzer-Filter" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Anmeldefilter" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Gruppen-Filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -246,12 +258,12 @@ msgstr "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid e #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Server" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Server:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -259,7 +271,7 @@ msgstr "Serverkonfiguration hinzufügen" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Konfiguration löschen" #: templates/part.wizard-server.php:30 msgid "Host" @@ -326,11 +338,11 @@ msgstr "Fortsetzen" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Experte" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Fortgeschritten" #: templates/settings.php:11 msgid "" diff --git a/l10n/de_AT/files_encryption.po b/l10n/de_AT/files_encryption.po index 7cd4e354cfb..be82e2a3dfd 100644 --- a/l10n/de_AT/files_encryption.po +++ b/l10n/de_AT/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/de_AT/settings.po b/l10n/de_AT/settings.po index cdb0771af29..c17723f52ea 100644 --- a/l10n/de_AT/settings.po +++ b/l10n/de_AT/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/de_AT/user_ldap.po b/l10n/de_AT/user_ldap.po index 928db6fb989..d2ea30debdf 100644 --- a/l10n/de_AT/user_ldap.po +++ b/l10n/de_AT/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Erweitert" #: templates/settings.php:11 msgid "" diff --git a/l10n/de_CH/files_encryption.po b/l10n/de_CH/files_encryption.po index e0ff909df61..4bb13bfa889 100644 --- a/l10n/de_CH/files_encryption.po +++ b/l10n/de_CH/files_encryption.po @@ -8,13 +8,13 @@ # FlorianScholz <work@bgstyle.de>, 2013 # JamFX <niko@nik-o-mat.de>, 2013 # Mario Siegmann <mario_siegmann@web.de>, 2013 -# traductor <transifex-3.7.mensaje@spamgourmet.com>, 2013 +# traductor, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -82,7 +82,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:" @@ -117,91 +117,91 @@ msgstr "" msgid "personal settings" msgstr "Persönliche Einstellungen" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Verschlüsselung" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht)." -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Wiederherstellungschlüsselpasswort" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Aktiviert" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Deaktiviert" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Wiederherstellungsschlüsselpasswort ändern" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Altes Wiederherstellungsschlüsselpasswort" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Neues Wiederherstellungsschlüsselpasswort " -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Passwort ändern" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Das Privatschlüsselpasswort darf nicht länger mit den Login-Passwort übereinstimmen." -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Setzen Sie Ihr altes Privatschlüsselpasswort auf Ihr aktuelles LogIn-Passwort." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Altes Login-Passwort" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Momentanes Login-Passwort" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Das Passwort des privaten Schlüssels aktualisieren" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Die Passwort-Wiederherstellung aktivieren:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert." -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Die Dateiwiederherstellung konnte nicht aktualisiert werden." diff --git a/l10n/de_CH/settings.po b/l10n/de_CH/settings.po index 4aee5d85987..79f74e319c5 100644 --- a/l10n/de_CH/settings.po +++ b/l10n/de_CH/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -616,6 +616,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/de_CH/user_ldap.po b/l10n/de_CH/user_ldap.po index b525e8c6928..76ad0dcef90 100644 --- a/l10n/de_CH/user_ldap.po +++ b/l10n/de_CH/user_ldap.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -98,6 +98,18 @@ msgstr "Erfolg" msgid "Error" msgstr "Fehler" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -174,7 +186,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Gruppen-Filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -334,7 +346,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Erweitert" #: templates/settings.php:11 msgid "" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index 7a2144db956..a99ba86f2e2 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/files.po @@ -18,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 16:11+0000\n" +"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -424,4 +424,4 @@ msgstr "Dateien werden gescannt, bitte warten." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Durchsuchen läuft" diff --git a/l10n/de_DE/files_encryption.po b/l10n/de_DE/files_encryption.po index 17029f21abe..466adb10641 100644 --- a/l10n/de_DE/files_encryption.po +++ b/l10n/de_DE/files_encryption.po @@ -7,14 +7,14 @@ # Mario Siegmann <mario_siegmann@web.de>, 2013-2014 # JamFX <niko@nik-o-mat.de>, 2013 # stefanniedermann <stefan.niedermann@googlemail.com>, 2014 -# traductor <transifex-3.7.mensaje@spamgourmet.com>, 2013 +# traductor, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-12 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 13:31+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -81,9 +81,9 @@ msgstr "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Unbekannter Fehler, bitte prüfen Sie die Systemeinstellungen oder kontaktieren Sie Ihren Administrator" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -96,7 +96,7 @@ msgid "" " the encryption app has been disabled." msgstr "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:" @@ -116,91 +116,91 @@ msgstr "Direkt wechseln zu Ihrem" msgid "personal settings" msgstr "Persönliche Einstellungen" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Verschlüsselung" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht)." -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Wiederherstellungschlüsselpasswort" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Schlüssel-Passwort zur Wiederherstellung wiederholen" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Aktiviert" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Deaktiviert" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Wiederherstellungsschlüsselpasswort ändern" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Altes Wiederherstellungsschlüsselpasswort" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Neues Wiederherstellungsschlüsselpasswort " -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Neues Schlüssel-Passwort zur Wiederherstellung wiederholen" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Passwort ändern" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Das Privatschlüsselpasswort darf nicht länger mit den Login-Passwort übereinstimmen." -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Setzen Sie Ihr altes Privatschlüsselpasswort auf Ihr aktuelles LogIn-Passwort." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Altes Login-Passwort" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Momentanes Login-Passwort" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Das Passwort des privaten Schlüssels aktualisieren" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Die Passwort-Wiederherstellung aktivieren:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert." -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Die Dateiwiederherstellung konnte nicht aktualisiert werden." diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 8a3652e6194..7c9f00c087b 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-25 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 10:12+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -617,6 +617,10 @@ msgstr "Dies wird für das Senden von Benachrichtigungen verwendet." msgid "From address" msgstr "Absender-Adresse" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Authentifizierung benötigt" diff --git a/l10n/de_DE/user_ldap.po b/l10n/de_DE/user_ldap.po index 195537ee725..1097d722a2c 100644 --- a/l10n/de_DE/user_ldap.po +++ b/l10n/de_DE/user_ldap.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -78,7 +78,7 @@ msgstr "Einstellungen beibehalten?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Server" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -96,6 +96,18 @@ msgstr "Erfolg" msgid "Error" msgstr "Fehler" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfiguration OK" @@ -160,19 +172,19 @@ msgstr "Konnte die gewünschte Funktion nicht finden" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Server" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Nutzer-Filter" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Anmeldefilter" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Gruppen-Filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -248,12 +260,12 @@ msgstr "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid e #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Server" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Server:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -261,7 +273,7 @@ msgstr "Serverkonfiguration hinzufügen" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Konfiguration löschen" #: templates/part.wizard-server.php:30 msgid "Host" @@ -328,11 +340,11 @@ msgstr "Fortsetzen" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Experte" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Fortgeschritten" #: templates/settings.php:11 msgid "" diff --git a/l10n/el/core.po b/l10n/el/core.po index 01882b4c698..a1a27809bf5 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -18,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-17 01:54-0400\n" -"PO-Revision-Date: 2014-05-17 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 13:52+0000\n" +"Last-Translator: pe_ppe <peppe@cs.uoi.gr>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,11 +28,11 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ajax/share.php:87 +#: ajax/share.php:88 msgid "Expiration date is in the past." msgstr "Η ημερομηνία λήξης είναι στο παρελθόν." -#: ajax/share.php:119 ajax/share.php:161 +#: ajax/share.php:120 ajax/share.php:162 #, php-format msgid "Couldn't send mail to following users: %s " msgstr "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s" @@ -301,149 +301,149 @@ msgstr "Κοινόχρηστα" msgid "Share" msgstr "Διαμοιρασμός" -#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:761 +#: js/share.js:173 js/share.js:186 js/share.js:193 js/share.js:800 #: templates/installation.php:10 msgid "Error" msgstr "Σφάλμα" -#: js/share.js:160 js/share.js:824 +#: js/share.js:175 js/share.js:863 msgid "Error while sharing" msgstr "Σφάλμα κατά τον διαμοιρασμό" -#: js/share.js:171 +#: js/share.js:186 msgid "Error while unsharing" msgstr "Σφάλμα κατά το σταμάτημα του διαμοιρασμού" -#: js/share.js:178 +#: js/share.js:193 msgid "Error while changing permissions" msgstr "Σφάλμα κατά την αλλαγή των δικαιωμάτων" -#: js/share.js:188 +#: js/share.js:203 msgid "Shared with you and the group {group} by {owner}" msgstr "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}" -#: js/share.js:190 +#: js/share.js:205 msgid "Shared with you by {owner}" msgstr "Διαμοιράστηκε με σας από τον {owner}" -#: js/share.js:214 +#: js/share.js:229 msgid "Share with user or group …" msgstr "Διαμοιρασμός με χρήστη ή ομάδα ..." -#: js/share.js:220 +#: js/share.js:235 msgid "Share link" msgstr "Διαμοιρασμός συνδέσμου" -#: js/share.js:226 +#: js/share.js:241 msgid "" "The public link will expire no later than {days} days after it is created" msgstr "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του" -#: js/share.js:228 +#: js/share.js:243 msgid "By default the public link will expire after {days} days" msgstr "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί ερήμην μετά από {days} ημέρες" -#: js/share.js:233 +#: js/share.js:248 msgid "Password protect" msgstr "Προστασία συνθηματικού" -#: js/share.js:235 +#: js/share.js:250 msgid "Choose a password for the public link" -msgstr "" +msgstr "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο" -#: js/share.js:241 +#: js/share.js:256 msgid "Allow Public Upload" msgstr "Επιτρέπεται η Δημόσια Αποστολή" -#: js/share.js:245 +#: js/share.js:260 msgid "Email link to person" msgstr "Αποστολή συνδέσμου με email " -#: js/share.js:246 +#: js/share.js:261 msgid "Send" msgstr "Αποστολή" -#: js/share.js:251 +#: js/share.js:266 msgid "Set expiration date" msgstr "Ορισμός ημ. λήξης" -#: js/share.js:252 +#: js/share.js:267 msgid "Expiration date" msgstr "Ημερομηνία λήξης" -#: js/share.js:289 +#: js/share.js:304 msgid "Share via email:" msgstr "Διαμοιρασμός μέσω email:" -#: js/share.js:292 +#: js/share.js:307 msgid "No people found" msgstr "Δεν βρέθηκε άνθρωπος" -#: js/share.js:336 js/share.js:397 +#: js/share.js:355 js/share.js:416 msgid "group" msgstr "ομάδα" -#: js/share.js:369 +#: js/share.js:388 msgid "Resharing is not allowed" msgstr "Ξαναμοιρασμός δεν επιτρέπεται" -#: js/share.js:413 +#: js/share.js:432 msgid "Shared in {item} with {user}" msgstr "Διαμοιρασμός του {item} με τον {user}" -#: js/share.js:435 +#: js/share.js:454 msgid "Unshare" msgstr "Διακοπή διαμοιρασμού" -#: js/share.js:443 +#: js/share.js:462 msgid "notify by email" msgstr "ειδοποίηση με email" -#: js/share.js:446 +#: js/share.js:465 msgid "can edit" msgstr "δυνατότητα αλλαγής" -#: js/share.js:448 +#: js/share.js:467 msgid "access control" msgstr "έλεγχος πρόσβασης" -#: js/share.js:451 +#: js/share.js:470 msgid "create" msgstr "δημιουργία" -#: js/share.js:454 +#: js/share.js:473 msgid "update" msgstr "ενημέρωση" -#: js/share.js:457 +#: js/share.js:476 msgid "delete" msgstr "διαγραφή" -#: js/share.js:460 +#: js/share.js:479 msgid "share" msgstr "διαμοιρασμός" -#: js/share.js:742 +#: js/share.js:781 msgid "Password protected" msgstr "Προστασία με συνθηματικό" -#: js/share.js:761 +#: js/share.js:800 msgid "Error unsetting expiration date" msgstr "Σφάλμα κατά την διαγραφή της ημ. λήξης" -#: js/share.js:782 +#: js/share.js:821 msgid "Error setting expiration date" msgstr "Σφάλμα κατά τον ορισμό ημ. λήξης" -#: js/share.js:811 +#: js/share.js:850 msgid "Sending ..." msgstr "Αποστολή..." -#: js/share.js:822 +#: js/share.js:861 msgid "Email sent" msgstr "Το Email απεστάλη " -#: js/share.js:846 +#: js/share.js:885 msgid "Warning" msgstr "Προειδοποίηση" diff --git a/l10n/el/files.po b/l10n/el/files.po index 4f8768635aa..6fdac2a362f 100644 --- a/l10n/el/files.po +++ b/l10n/el/files.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 13:52+0000\n" +"Last-Translator: pe_ppe <peppe@cs.uoi.gr>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -153,7 +153,7 @@ msgstr "Αρχεία" #: appinfo/app.php:29 msgid "All files" -msgstr "" +msgstr "Όλα τα αρχεία" #: js/file-upload.js:257 msgid "Unable to upload {filename} as it is a directory or has 0 bytes" @@ -185,7 +185,7 @@ msgstr "Η αποστολή του αρχείου βρίσκεται σε εξέ msgid "URL cannot be empty" msgstr "Η URL δεν πρέπει να είναι κενή" -#: js/file-upload.js:559 js/filelist.js:1176 +#: js/file-upload.js:559 js/filelist.js:1170 msgid "{new_name} already exists" msgstr "{new_name} υπάρχει ήδη" @@ -219,55 +219,55 @@ msgid "" "big." msgstr "Η λήψη προετοιμάζεται. Αυτό μπορεί να πάρει ώρα εάν τα αρχεία έχουν μεγάλο μέγεθος." -#: js/filelist.js:602 js/filelist.js:1671 +#: js/filelist.js:596 js/filelist.js:1665 msgid "Pending" msgstr "Εκκρεμεί" -#: js/filelist.js:1127 +#: js/filelist.js:1121 msgid "Error moving file." msgstr "Σφάλμα κατά τη μετακίνηση του αρχείου." -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error moving file" msgstr "Σφάλμα κατά τη μετακίνηση του αρχείου" -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error" msgstr "Σφάλμα" -#: js/filelist.js:1213 +#: js/filelist.js:1207 msgid "Could not rename file" msgstr "Αδυναμία μετονομασίας αρχείου" -#: js/filelist.js:1334 +#: js/filelist.js:1328 msgid "Error deleting file." msgstr "Σφάλμα διαγραφής αρχείου." -#: js/filelist.js:1437 templates/list.php:62 +#: js/filelist.js:1431 templates/list.php:62 msgid "Name" msgstr "Όνομα" -#: js/filelist.js:1438 templates/list.php:75 +#: js/filelist.js:1432 templates/list.php:75 msgid "Size" msgstr "Μέγεθος" -#: js/filelist.js:1439 templates/list.php:78 +#: js/filelist.js:1433 templates/list.php:78 msgid "Modified" msgstr "Τροποποιήθηκε" -#: js/filelist.js:1449 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1443 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n φάκελος" msgstr[1] "%n φάκελοι" -#: js/filelist.js:1455 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1449 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n αρχείο" msgstr[1] "%n αρχεία" -#: js/filelist.js:1579 js/filelist.js:1618 +#: js/filelist.js:1573 js/filelist.js:1612 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Ανέβασμα %n αρχείου" diff --git a/l10n/el/files_encryption.po b/l10n/el/files_encryption.po index 0398e975672..162e727b3d8 100644 --- a/l10n/el/files_encryption.po +++ b/l10n/el/files_encryption.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-01 01:55-0400\n" -"PO-Revision-Date: 2014-03-31 16:30+0000\n" -"Last-Translator: pe_ppe <peppe@cs.uoi.gr>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -82,9 +82,9 @@ msgstr "Δεν ήταν δυνατό να αποκρυπτογραφηθεί α #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Άγνωστο σφάλμα, παρακαλώ ελέγξτε τις ρυθμίσεις συστήματος ή επικοινωνήστε με τον διαχειριστή σας " +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "Παρακαλώ επιβεβαιώστε ότι η PHP 5.3.3 ή νεότερη είναι εγκατεστημένη και ότι το OpenSSL μαζί με το PHP extension είναι ενεργοποιήμένο και έχει ρυθμιστεί σωστά. Προς το παρόν, η εφαρμογή κρυπτογράφησης είναι απενεργοποιημένη." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Οι κάτωθι χρήστες δεν έχουν ρυθμιστεί για κρυπογράφηση:" @@ -117,91 +117,91 @@ msgstr "Πηγαίνε απευθείας στο " msgid "personal settings" msgstr "προσωπικές ρυθμίσεις" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Κρυπτογράφηση" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Ενεργοποίηση κλειδιού ανάκτησης (επιτρέψτε την ανάκτηση αρχείων χρηστών σε περίπτωση απώλειας κωδικού):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Επαναφορά κωδικού κλειδιού" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Επαναλάβετε το κλειδί επαναφοράς κωδικού" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Ενεργοποιημένο" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Απενεργοποιημένο" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Αλλαγή κλειδιού επαναφοράς κωδικού:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Παλιό κλειδί επαναφοράς κωδικού" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Νέο κλειδί επαναφοράς κωδικού" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Επαναλάβετε νέο κλειδί επαναφοράς κωδικού" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Αλλαγή Κωδικού Πρόσβασης" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Ο κωδικός του προσωπικού κλειδιού δεν ταιριάζει πλέον με τον κωδικό σύνδεσής σας:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Ορίστε το παλιό σας προσωπικό κλειδί ως τον τρέχων κωδικό πρόσβασης." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Εάν δεν θυμάστε τον παλιό σας κωδικό μπορείτε να ζητήσετε από τον διαχειριστή σας να επανακτήσει τα αρχεία σας." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Παλαιό συνθηματικό εισόδου" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Τρέχον συνθηματικό πρόσβασης" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Ενημέρωση Προσωπικού Κλειδού Πρόσβασης" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Ενεργοποιήστε την ανάκτηση κωδικού πρόσβασης" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Οι ρυθμίσεις επαναφοράς αρχείων ανανεώθηκαν" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Αποτυχία ενημέρωσης ανάκτησης αρχείων" diff --git a/l10n/el/lib.po b/l10n/el/lib.po index abf3d3ade87..9dcb724c836 100644 --- a/l10n/el/lib.po +++ b/l10n/el/lib.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 13:52+0000\n" +"Last-Translator: pe_ppe <peppe@cs.uoi.gr>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -132,29 +132,29 @@ msgstr "Η εφαρμογή δεν παρέχει αρχείο info.xml" msgid "App can't be installed because of not allowed code in the App" msgstr "Η εφαρμογή δεν μπορεί να εγκατασταθεί λόγω μη-επιτρεπόμενου κώδικα μέσα στην Εφαρμογή" -#: private/installer.php:141 +#: private/installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "Η εφαρμογή δεν μπορεί να εγκατασταθεί επειδή δεν είναι συμβατή με αυτή την έκδοση ownCloud" -#: private/installer.php:147 +#: private/installer.php:144 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "Η εφαρμογή δεν μπορεί να εγκατασταθεί επειδή περιέχει την ετικέτα <shipped>σωστή</shipped> που δεν επιτρέπεται για μη-ενσωματωμένες εφαρμογές" -#: private/installer.php:160 +#: private/installer.php:157 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" msgstr "Η εφαρμογή δεν μπορεί να εγκατασταθεί επειδή η έκδοση στο info.xml/version δεν είναι η ίδια με την έκδοση που αναφέρεται στο κατάστημα εφαρμογών" -#: private/installer.php:170 +#: private/installer.php:167 msgid "App directory already exists" msgstr "Ο κατάλογος εφαρμογών υπάρχει ήδη" -#: private/installer.php:183 +#: private/installer.php:180 #, php-format msgid "Can't create app folder. Please fix permissions. %s" msgstr "Δεν είναι δυνατόν να δημιουργηθεί ο φάκελος εφαρμογής. Παρακαλώ διορθώστε τις άδειες πρόσβασης. %s" @@ -308,7 +308,7 @@ msgstr "Ο διαμοιρασμός του %s απέτυχε, γιατί το α #: private/share/share.php:501 #, php-format msgid "You are not allowed to share %s" -msgstr "" +msgstr "Δεν επιτρέπεται να διαμοιράσετε τον πόρο %s" #: private/share/share.php:526 #, php-format @@ -346,7 +346,7 @@ msgstr "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρ msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" -msgstr "" +msgstr "Πρέπει να εισάγετε έναν κωδικό για να δημιουργήσετε έναν δημόσιο σύνδεσμο. Μόνο προστατευμένοι σύνδεσμοι επιτρέπονται" #: private/share/share.php:641 #, php-format diff --git a/l10n/el/settings.po b/l10n/el/settings.po index 6593321f4ce..8ce05d3cd9c 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -284,11 +284,11 @@ msgstr "Αποκρυπτογράφηση αρχείων... Παρακαλώ πε #: js/personal.js:324 msgid "Delete encryption keys permanently." -msgstr "" +msgstr "Οριστική διαγραφή των κλειδιων κρυπτογράφησης." #: js/personal.js:338 msgid "Restore encryption keys." -msgstr "" +msgstr "Επαναφορά των κλειδιών κρυπτογράφησης." #: js/users.js:47 msgid "deleted" @@ -525,7 +525,7 @@ msgstr "Επιτρέπονται οι σύνδεσμοι" #: templates/admin.php:223 msgid "Enforce password protection" -msgstr "" +msgstr "Επιβολή προστασίας με κωδικό" #: templates/admin.php:226 msgid "Allow public uploads" @@ -577,12 +577,12 @@ msgstr "Επιτρέψτε στους χρήστες να στέλνουν ει #: templates/admin.php:275 msgid "Exclude groups from sharing" -msgstr "" +msgstr "Εξαίρεση ομάδων από τον διαμοιρασμό" #: templates/admin.php:286 msgid "" "These groups will still be able to receive shares, but not to initiate them." -msgstr "" +msgstr "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν." #: templates/admin.php:293 msgid "Security" @@ -616,6 +616,10 @@ msgstr "Χρησιμοποιείται για αποστολή ειδοποιή msgid "From address" msgstr "Από τη διεύθυνση" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Απαιτείται πιστοποίηση" diff --git a/l10n/el/user_ldap.po b/l10n/el/user_ldap.po index 5a90c1ec327..9d9e6be5e5a 100644 --- a/l10n/el/user_ldap.po +++ b/l10n/el/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -93,6 +93,18 @@ msgstr "Επιτυχία" msgid "Error" msgstr "Σφάλμα" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Η διαμόρφωση είναι εντάξει" @@ -157,11 +169,11 @@ msgstr "Αδυναμία εύρεσης επιθυμητου χαρακτηρι #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Διακομιστής" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Φίλτρο χρηστών" #: settings.php:54 msgid "Login Filter" @@ -169,7 +181,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Group Filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -245,7 +257,7 @@ msgstr "Ορίζει το φίλτρο που θα εφαρμοστεί, ότα #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Διακομιστής" #: templates/part.wizard-server.php:13 #, php-format @@ -258,7 +270,7 @@ msgstr "Προσθήκη Ρυθμίσεων Διακομιστή" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Απαλοιφή ρυθμίσεων" #: templates/part.wizard-server.php:30 msgid "Host" @@ -329,7 +341,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Για προχωρημένους" #: templates/settings.php:11 msgid "" @@ -461,7 +473,7 @@ msgstr "Φωλιασμένες ομάδες" msgid "" "When switched on, groups that contain groups are supported. (Only works if " "the group member attribute contains DNs.)" -msgstr "" +msgstr "Όταν ενεργοποιηθεί, οι ομάδες που περιέχουν ομάδες υποστηρίζονται. (Λειτουργεί μόνο αν το χαρακτηριστικό μέλους ομάδες περιέχει Διακεκριμένα Ονόματα.)" #: templates/settings.php:40 msgid "Paging chunksize" diff --git a/l10n/en@pirate/files_encryption.po b/l10n/en@pirate/files_encryption.po index 1716bac96c6..c3d4fb140b6 100644 --- a/l10n/en@pirate/files_encryption.po +++ b/l10n/en@pirate/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/en@pirate/settings.po b/l10n/en@pirate/settings.po index 0b24ca04460..9bc10a69dd9 100644 --- a/l10n/en@pirate/settings.po +++ b/l10n/en@pirate/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/en@pirate/user_ldap.po b/l10n/en@pirate/user_ldap.po index 78887327cc0..f6639969663 100644 --- a/l10n/en@pirate/user_ldap.po +++ b/l10n/en@pirate/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po index b26eb00ca69..6cd519e176f 100644 --- a/l10n/en_GB/files.po +++ b/l10n/en_GB/files.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 12:03+0000\n" +"Last-Translator: mnestis <transifex@mnestis.net>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -178,7 +178,7 @@ msgstr "File upload is in progress. Leaving the page now will cancel the upload. msgid "URL cannot be empty" msgstr "URL cannot be empty" -#: js/file-upload.js:559 js/filelist.js:1176 +#: js/file-upload.js:559 js/filelist.js:1170 msgid "{new_name} already exists" msgstr "{new_name} already exists" @@ -212,55 +212,55 @@ msgid "" "big." msgstr "Your download is being prepared. This might take some time if the files are big." -#: js/filelist.js:602 js/filelist.js:1671 +#: js/filelist.js:596 js/filelist.js:1665 msgid "Pending" msgstr "Pending" -#: js/filelist.js:1127 +#: js/filelist.js:1121 msgid "Error moving file." msgstr "Error moving file." -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error moving file" msgstr "Error moving file" -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error" msgstr "Error" -#: js/filelist.js:1213 +#: js/filelist.js:1207 msgid "Could not rename file" msgstr "Could not rename file" -#: js/filelist.js:1334 +#: js/filelist.js:1328 msgid "Error deleting file." msgstr "Error deleting file." -#: js/filelist.js:1437 templates/list.php:62 +#: js/filelist.js:1431 templates/list.php:62 msgid "Name" msgstr "Name" -#: js/filelist.js:1438 templates/list.php:75 +#: js/filelist.js:1432 templates/list.php:75 msgid "Size" msgstr "Size" -#: js/filelist.js:1439 templates/list.php:78 +#: js/filelist.js:1433 templates/list.php:78 msgid "Modified" msgstr "Modified" -#: js/filelist.js:1449 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1443 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n folder" msgstr[1] "%n folders" -#: js/filelist.js:1455 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1449 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n file" msgstr[1] "%n files" -#: js/filelist.js:1579 js/filelist.js:1618 +#: js/filelist.js:1573 js/filelist.js:1612 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Uploading %n file" @@ -414,4 +414,4 @@ msgstr "Files are being scanned, please wait." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Currently scanning" diff --git a/l10n/en_GB/files_encryption.po b/l10n/en_GB/files_encryption.po index 11aed8c6424..393b7f9f039 100644 --- a/l10n/en_GB/files_encryption.po +++ b/l10n/en_GB/files_encryption.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-12 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 12:10+0000\n" -"Last-Translator: mnestis <transifex@mnestis.net>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -77,9 +77,9 @@ msgstr "Cannot decrypt this file, which is probably a shared file. Please ask th #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Unknown error. Please check your system settings or contact your administrator" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Following users are not set up for encryption:" @@ -112,91 +112,91 @@ msgstr "Go directly to your " msgid "personal settings" msgstr "personal settings" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Encryption" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Enable recovery key (allow to recover users files in case of password loss):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Recovery key password" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Repeat recovery key password" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Enabled" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Disabled" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Change recovery key password:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Old recovery key password" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "New recovery key password" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Repeat new recovery key password" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Change Password" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Your private key password no longer matches your login password:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Set your old private key password to your current login password." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr " If you don't remember your old password you can ask your administrator to recover your files." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Old login password" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Current login password" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Update Private Key Password" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Enable password recovery:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "File recovery settings updated" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Could not update file recovery" diff --git a/l10n/en_GB/lib.po b/l10n/en_GB/lib.po index 7815efd88ff..3760eaad007 100644 --- a/l10n/en_GB/lib.po +++ b/l10n/en_GB/lib.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 12:03+0000\n" +"Last-Translator: mnestis <transifex@mnestis.net>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -128,29 +128,29 @@ msgstr "App does not provide an info.xml file" msgid "App can't be installed because of not allowed code in the App" msgstr "App can't be installed because of unallowed code in the App" -#: private/installer.php:141 +#: private/installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "App can't be installed because it is not compatible with this version of ownCloud" -#: private/installer.php:147 +#: private/installer.php:144 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" -#: private/installer.php:160 +#: private/installer.php:157 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" msgstr "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" -#: private/installer.php:170 +#: private/installer.php:167 msgid "App directory already exists" msgstr "App directory already exists" -#: private/installer.php:183 +#: private/installer.php:180 #, php-format msgid "Can't create app folder. Please fix permissions. %s" msgstr "Can't create app folder. Please fix permissions. %s" @@ -304,7 +304,7 @@ msgstr "Sharing %s failed, because the file does not exist" #: private/share/share.php:501 #, php-format msgid "You are not allowed to share %s" -msgstr "" +msgstr "You are not allowed to share %s" #: private/share/share.php:526 #, php-format diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po index 4b6d0c0a7d2..0395f6ce87c 100644 --- a/l10n/en_GB/settings.po +++ b/l10n/en_GB/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -569,12 +569,12 @@ msgstr "Allow users to send mail notification for shared files" #: templates/admin.php:275 msgid "Exclude groups from sharing" -msgstr "" +msgstr "Exclude groups from sharing" #: templates/admin.php:286 msgid "" "These groups will still be able to receive shares, but not to initiate them." -msgstr "" +msgstr "These groups will still be able to receive shares, but not to initiate them." #: templates/admin.php:293 msgid "Security" @@ -608,6 +608,10 @@ msgstr "This is used for sending out notifications." msgid "From address" msgstr "From address" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Authentication required" diff --git a/l10n/en_GB/user_ldap.po b/l10n/en_GB/user_ldap.po index 4201cb32fc7..ea9d538509e 100644 --- a/l10n/en_GB/user_ldap.po +++ b/l10n/en_GB/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -73,7 +73,7 @@ msgstr "Keep settings?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Server" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -91,6 +91,18 @@ msgstr "Success" msgid "Error" msgstr "Error" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuration OK" @@ -155,19 +167,19 @@ msgstr "Could not find the desired feature" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Server" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "User Filter" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Login Filter" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Group Filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -243,12 +255,12 @@ msgstr "Defines the filter to apply, when login is attempted. %%uid replaces the #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Server" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Server:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -256,7 +268,7 @@ msgstr "Add Server Configuration" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Delete Configuration" #: templates/part.wizard-server.php:30 msgid "Host" @@ -323,11 +335,11 @@ msgstr "Continue" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Expert" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Advanced" #: templates/settings.php:11 msgid "" diff --git a/l10n/en_NZ/files_encryption.po b/l10n/en_NZ/files_encryption.po index 39470573e4d..9e85125170e 100644 --- a/l10n/en_NZ/files_encryption.po +++ b/l10n/en_NZ/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-01 01:55-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/owncloud/language/en_NZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/en_NZ/settings.po b/l10n/en_NZ/settings.po index 554a34dc2df..0af5989103d 100644 --- a/l10n/en_NZ/settings.po +++ b/l10n/en_NZ/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/owncloud/language/en_NZ/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/en_NZ/user_ldap.po b/l10n/en_NZ/user_ldap.po index 9cce2e8daca..9d46e962579 100644 --- a/l10n/en_NZ/user_ldap.po +++ b/l10n/en_NZ/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/owncloud/language/en_NZ/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/eo/files_encryption.po b/l10n/eo/files_encryption.po index 7fcbd73bde2..8f21087f100 100644 --- a/l10n/eo/files_encryption.po +++ b/l10n/eo/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -112,91 +112,91 @@ msgstr "Iri direkte al via" msgid "personal settings" msgstr "persona agordo" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Ĉifrado" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Kapabligita" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Malkapabligita" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Ŝarĝi pasvorton" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "La pasvorto de via malpublika klavo ne plu kongruas kun via ensaluta pasvorto:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Malnova ensaluta pasvorto" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Nuna ensaluta pasvorto" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Ĝisdatigi la pasvorton de la malpublika klavo" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index 335b0ddba58..de64775efca 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/settings.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-25 22:41+0000\n" -"Last-Translator: Mariano <mstreet@kde.org.ar>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "El adreso" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Aŭtentiĝo nepras" diff --git a/l10n/eo/user_ldap.po b/l10n/eo/user_ldap.po index 146cb648c4e..76b653c7cc6 100644 --- a/l10n/eo/user_ldap.po +++ b/l10n/eo/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "Sukceso" msgid "Error" msgstr "Eraro" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -167,7 +179,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtrilo de grupo" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -327,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Progresinta" #: templates/settings.php:11 msgid "" diff --git a/l10n/es/files.po b/l10n/es/files.po index 737b223e954..bd75b3b991f 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -6,6 +6,7 @@ # Art O. Pal <artopal@fastmail.fm>, 2013-2014 # ggam <ggam@brainleakage.com>, 2013 # japaol <japaol@gmail.com>, 2013 +# joses <jose_mari_s@hotmail.com>, 2014 # juanman <juanma@kde.org.ar>, 2013 # mikelanabitarte <inactive+mikelanabitarte@transifex.com>, 2013 # plaguna <laguna.sanchez@gmail.com>, 2014 @@ -18,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 07:51+0000\n" +"Last-Translator: joses <jose_mari_s@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -424,4 +425,4 @@ msgstr "Los archivos están siendo escaneados, por favor espere." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Escaneando en este momento" diff --git a/l10n/es/files_encryption.po b/l10n/es/files_encryption.po index 50f8edbd476..2b1a0740906 100644 --- a/l10n/es/files_encryption.po +++ b/l10n/es/files_encryption.po @@ -5,11 +5,11 @@ # Translators: # Art O. Pal <artopal@fastmail.fm>, 2013-2014 # asaez <asaez@asaez.eu>, 2013 -# gmoriello <gmoriello@gmail.com>, 2013 +# gmoriello <inactive+gmoriello@transifex.com>, 2013 # japaol <japaol@gmail.com>, 2013 # juanman <juanma@kde.org.ar>, 2013 # Maenso <balero_arana@hotmail.com>, 2013 -# mikelanabitarte <mikelanabitarte@gmail.com>, 2013 +# mikelanabitarte <inactive+mikelanabitarte@transifex.com>, 2013 # Raul Fernandez Garcia <raulfg3@gmail.com>, 2013 # Rubén del Campo <yo@rubendelcampo.es>, 2013 # saskarip <saskarip@gmail.com>, 2013 @@ -19,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-12 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 15:20+0000\n" -"Last-Translator: Art O. Pal <artopal@fastmail.fm>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -88,9 +88,9 @@ msgstr "No fue posible descifrar este archivo, probablemente se trate de un arch #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Error desconocido. Verifique la configuración de su sistema o póngase en contacto con su administrador" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -103,7 +103,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Los siguientes usuarios no han sido configurados para el cifrado:" @@ -123,91 +123,91 @@ msgstr "Ir directamente a su" msgid "personal settings" msgstr "opciones personales" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Cifrado" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Habilitar la clave de recuperación (permite recuperar los ficheros del usuario en caso de pérdida de la contraseña);" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Contraseña de clave de recuperación" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Repite la contraseña de clave de recuperación" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Habilitar" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Deshabilitado" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Cambiar la contraseña de la clave de recuperación" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Antigua clave de recuperación" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nueva clave de recuperación" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Repetir la nueva clave de recuperación" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Cambiar contraseña" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Su contraseña de clave privada ya no coincide con su contraseña de acceso:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Establecer la contraseña de su antigua clave privada a su contraseña actual de acceso." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus ficheros." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Contraseña de acceso antigua" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Contraseña de acceso actual" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Actualizar Contraseña de Clave Privada" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Habilitar la recuperación de contraseña:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Habilitar esta opción le permitirá volver a tener acceso a sus ficheros cifrados en caso de pérdida de contraseña" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Opciones de recuperación de archivos actualizada" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "No se pudo actualizar la recuperación de archivos" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index d976f2674d7..11731d332ab 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -24,9 +24,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-25 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 06:11+0000\n" -"Last-Translator: joses <jose_mari_s@hotmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -624,6 +624,10 @@ msgstr "Esto se usa para enviar notificaciones." msgid "From address" msgstr "Desde la dirección" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Se necesita autenticación" diff --git a/l10n/es/user_ldap.po b/l10n/es/user_ldap.po index f47c914cc83..3e7c6055c5a 100644 --- a/l10n/es/user_ldap.po +++ b/l10n/es/user_ldap.po @@ -6,6 +6,7 @@ # Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2013 # Art O. Pal <artopal@fastmail.fm>, 2014 # Jose Luis Tirado <joseluis.tirado@gmail.com>, 2014 +# joses <jose_mari_s@hotmail.com>, 2014 # Maenso <balero_arana@hotmail.com>, 2013 # plaguna <laguna.sanchez@gmail.com>, 2014 # Raul Fernandez Garcia <raulfg3@gmail.com>, 2013 @@ -18,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -83,7 +84,7 @@ msgstr "¿Mantener la configuración?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Servidor" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -101,6 +102,18 @@ msgstr "Éxito" msgid "Error" msgstr "Error" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuración Correcta" @@ -165,19 +178,19 @@ msgstr "No se puede encontrar la función deseada." #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Servidor" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Filtro de Usuario" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Filtro de Login" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtro de grupo" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -253,12 +266,12 @@ msgstr "Define el filtro a aplicar cuando se intenta identificar. %%uid remplaza #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Servidor" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Servidor:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -266,7 +279,7 @@ msgstr "Agregar configuracion del servidor" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Borrar Configuración" #: templates/part.wizard-server.php:30 msgid "Host" @@ -333,11 +346,11 @@ msgstr "Continuar" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Experto" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avanzado" #: templates/settings.php:11 msgid "" diff --git a/l10n/es_AR/files_encryption.po b/l10n/es_AR/files_encryption.po index 27285a233d6..cce58153d89 100644 --- a/l10n/es_AR/files_encryption.po +++ b/l10n/es_AR/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-25 01:54-0400\n" -"PO-Revision-Date: 2014-04-24 19:50+0000\n" -"Last-Translator: Javier Victor Mariano Bruno <koryyyy@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,9 +79,9 @@ msgstr "No se puede descibrar este archivo, probablemente sea un archivo compart #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Error desconocido, por favor chequea la configuración de tu sistema o contacte a su administrador" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, asegúrese de que PHP 5.3.3 o una versión más reciente esté instalado y que OpenSSL junto con la extensión PHP esté habilitado y configurado apropiadamente. Por ahora, la aplicación de encriptación ha sido deshabilitada." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Los siguientes usuarios no fueron configurados para encriptar:" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po index d0404b98a3b..6cedf824fd1 100644 --- a/l10n/es_AR/settings.po +++ b/l10n/es_AR/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -611,6 +611,10 @@ msgstr "Esto es usado para enviar notificaciones." msgid "From address" msgstr "Dirección remitente" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Autentificación requerida" diff --git a/l10n/es_AR/user_ldap.po b/l10n/es_AR/user_ldap.po index 2b416721a63..fa212935d51 100644 --- a/l10n/es_AR/user_ldap.po +++ b/l10n/es_AR/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -93,6 +93,18 @@ msgstr "Éxito" msgid "Error" msgstr "Error" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuración válida" @@ -169,7 +181,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtro de grupo" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -329,7 +341,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avanzado" #: templates/settings.php:11 msgid "" diff --git a/l10n/es_BO/files_encryption.po b/l10n/es_BO/files_encryption.po index f8102a57627..53817bb58db 100644 --- a/l10n/es_BO/files_encryption.po +++ b/l10n/es_BO/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-17 01:54-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Bolivia) (http://www.transifex.com/projects/p/owncloud/language/es_BO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/es_BO/settings.po b/l10n/es_BO/settings.po index 9f7aec27995..557b5d92b19 100644 --- a/l10n/es_BO/settings.po +++ b/l10n/es_BO/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Bolivia) (http://www.transifex.com/projects/p/owncloud/language/es_BO/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_BO/user_ldap.po b/l10n/es_BO/user_ldap.po index e75bd5c28f8..f586d9e0c6d 100644 --- a/l10n/es_BO/user_ldap.po +++ b/l10n/es_BO/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Bolivia) (http://www.transifex.com/projects/p/owncloud/language/es_BO/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/es_CL/files_encryption.po b/l10n/es_CL/files_encryption.po index cd2c88e3ae8..c0c59be9f2b 100644 --- a/l10n/es_CL/files_encryption.po +++ b/l10n/es_CL/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/es_CL/settings.po b/l10n/es_CL/settings.po index fad370f6ef4..9dfe16abf2f 100644 --- a/l10n/es_CL/settings.po +++ b/l10n/es_CL/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_CL/user_ldap.po b/l10n/es_CL/user_ldap.po index 64f44f8bca7..5ce3709b133 100644 --- a/l10n/es_CL/user_ldap.po +++ b/l10n/es_CL/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Error" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/es_CO/files_encryption.po b/l10n/es_CO/files_encryption.po index 38d38dd421c..97a316f6550 100644 --- a/l10n/es_CO/files_encryption.po +++ b/l10n/es_CO/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-10 01:55-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/projects/p/owncloud/language/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/es_CO/settings.po b/l10n/es_CO/settings.po index 9ebfd15c0ca..173b02e3075 100644 --- a/l10n/es_CO/settings.po +++ b/l10n/es_CO/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/projects/p/owncloud/language/es_CO/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_CO/user_ldap.po b/l10n/es_CO/user_ldap.po index 5273fb8312e..c315475988c 100644 --- a/l10n/es_CO/user_ldap.po +++ b/l10n/es_CO/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/projects/p/owncloud/language/es_CO/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/es_CR/files_encryption.po b/l10n/es_CR/files_encryption.po index c2e3a2ba8c6..70c16ce697f 100644 --- a/l10n/es_CR/files_encryption.po +++ b/l10n/es_CR/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-23 01:54-0400\n" -"PO-Revision-Date: 2014-04-22 22:45+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/projects/p/owncloud/language/es_CR/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/es_CR/settings.po b/l10n/es_CR/settings.po index 71fa5dd7021..f49d2a85675 100644 --- a/l10n/es_CR/settings.po +++ b/l10n/es_CR/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/projects/p/owncloud/language/es_CR/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_CR/user_ldap.po b/l10n/es_CR/user_ldap.po index 572908bc563..384eb229fdc 100644 --- a/l10n/es_CR/user_ldap.po +++ b/l10n/es_CR/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/projects/p/owncloud/language/es_CR/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/es_EC/files_encryption.po b/l10n/es_EC/files_encryption.po index 82fdfa92eee..074a070c2a1 100644 --- a/l10n/es_EC/files_encryption.po +++ b/l10n/es_EC/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-10 01:55-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/owncloud/language/es_EC/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/es_EC/settings.po b/l10n/es_EC/settings.po index 3bb45f2a0ae..1b40201bcfd 100644 --- a/l10n/es_EC/settings.po +++ b/l10n/es_EC/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/owncloud/language/es_EC/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_EC/user_ldap.po b/l10n/es_EC/user_ldap.po index 7a516154405..239768079e9 100644 --- a/l10n/es_EC/user_ldap.po +++ b/l10n/es_EC/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/owncloud/language/es_EC/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/es_MX/files_encryption.po b/l10n/es_MX/files_encryption.po index 50a52b5503a..325369852ce 100644 --- a/l10n/es_MX/files_encryption.po +++ b/l10n/es_MX/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -76,9 +76,9 @@ msgstr "No fue posible descifrar este archivo, probablemente se trate de un arch #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Error desconocido. Verifique la configuración de su sistema o póngase en contacto con su administrador" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Los siguientes usuarios no han sido configurados para el cifrado:" @@ -111,91 +111,91 @@ msgstr "Ir directamente a su" msgid "personal settings" msgstr "opciones personales" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Cifrado" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Habilitar la clave de recuperación (permite recuperar los archivos del usuario en caso de pérdida de la contraseña);" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Contraseña de clave de recuperación" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Repite la contraseña de clave de recuperación" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Habilitar" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Deshabilitado" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Cambiar la contraseña de la clave de recuperación" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Antigua clave de recuperación" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nueva clave de recuperación" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Repetir la nueva clave de recuperación" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Cambiar contraseña" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Su contraseña de clave privada ya no coincide con su contraseña de acceso:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Establecer la contraseña de su antigua clave privada a su contraseña actual de acceso." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus archivos." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Contraseña de acceso antigua" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Contraseña de acceso actual" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Actualizar Contraseña de Clave Privada" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Habilitar la recuperación de contraseña:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Habilitar esta opción le permitirá volver a tener acceso a sus archivos cifrados en caso de pérdida de contraseña" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Opciones de recuperación de archivos actualizada" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "No se pudo actualizar la recuperación de archivos" diff --git a/l10n/es_MX/settings.po b/l10n/es_MX/settings.po index e060f193ab3..f78996482ed 100644 --- a/l10n/es_MX/settings.po +++ b/l10n/es_MX/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_MX/user_ldap.po b/l10n/es_MX/user_ldap.po index d84069ca3bb..61f03113cdf 100644 --- a/l10n/es_MX/user_ldap.po +++ b/l10n/es_MX/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "Éxito" msgid "Error" msgstr "Error" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuración OK" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avanzado" #: templates/settings.php:11 msgid "" diff --git a/l10n/es_PE/files_encryption.po b/l10n/es_PE/files_encryption.po index b2e26fe7854..dab89295742 100644 --- a/l10n/es_PE/files_encryption.po +++ b/l10n/es_PE/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-10 01:55-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/owncloud/language/es_PE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/es_PE/settings.po b/l10n/es_PE/settings.po index 66582c3bdf1..3d3f59b48e9 100644 --- a/l10n/es_PE/settings.po +++ b/l10n/es_PE/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/owncloud/language/es_PE/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_PE/user_ldap.po b/l10n/es_PE/user_ldap.po index 49284587537..f820cc7a541 100644 --- a/l10n/es_PE/user_ldap.po +++ b/l10n/es_PE/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/owncloud/language/es_PE/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/es_PY/files_encryption.po b/l10n/es_PY/files_encryption.po index 95fb0455f40..15853c88189 100644 --- a/l10n/es_PY/files_encryption.po +++ b/l10n/es_PY/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-20 01:54-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/es_PY/settings.po b/l10n/es_PY/settings.po index 45453626d5d..138b87283a4 100644 --- a/l10n/es_PY/settings.po +++ b/l10n/es_PY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_PY/user_ldap.po b/l10n/es_PY/user_ldap.po index 811b71d251a..f02218c30e9 100644 --- a/l10n/es_PY/user_ldap.po +++ b/l10n/es_PY/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/es_US/files_encryption.po b/l10n/es_US/files_encryption.po index 62fdaf603b5..8f924e5fea2 100644 --- a/l10n/es_US/files_encryption.po +++ b/l10n/es_US/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-20 01:54-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/es_US/settings.po b/l10n/es_US/settings.po index 0dc342f4366..16ebfc52590 100644 --- a/l10n/es_US/settings.po +++ b/l10n/es_US/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_US/user_ldap.po b/l10n/es_US/user_ldap.po index 5f50266a3e8..bfa4b06c1aa 100644 --- a/l10n/es_US/user_ldap.po +++ b/l10n/es_US/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/es_UY/files_encryption.po b/l10n/es_UY/files_encryption.po index a2ea551480b..b4ec9c0ed3d 100644 --- a/l10n/es_UY/files_encryption.po +++ b/l10n/es_UY/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-10 01:55-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Uruguay) (http://www.transifex.com/projects/p/owncloud/language/es_UY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/es_UY/settings.po b/l10n/es_UY/settings.po index 769b2888c2f..9d616ddf577 100644 --- a/l10n/es_UY/settings.po +++ b/l10n/es_UY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Uruguay) (http://www.transifex.com/projects/p/owncloud/language/es_UY/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/es_UY/user_ldap.po b/l10n/es_UY/user_ldap.po index cb7132ec78d..50a35d6019b 100644 --- a/l10n/es_UY/user_ldap.po +++ b/l10n/es_UY/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Uruguay) (http://www.transifex.com/projects/p/owncloud/language/es_UY/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/et_EE/files_encryption.po b/l10n/et_EE/files_encryption.po index cb79568466e..87965e43542 100644 --- a/l10n/et_EE/files_encryption.po +++ b/l10n/et_EE/files_encryption.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-02 01:55-0400\n" -"PO-Revision-Date: 2014-04-01 07:05+0000\n" -"Last-Translator: pisike.sipelgas <pisike.sipelgas@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,9 +78,9 @@ msgstr "Sa ei saa seda faili dekrüpteerida, see on tõenäoliselt jagatud fail. #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Tundmatu tõrge. Palun kontrolli süsteemi seadeid või võta ühendust oma süsteemi administraatoriga" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Palun veendu, et on paigaldatud PHP 5.3.3 või uuem ning PHP OpenSSL laiendus on lubatud ning seadistatud korrektselt. Hetkel krüpteerimise rakendus on peatatud." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Järgmised kasutajad pole seadistatud krüpteeringuks:" diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index 17265d55b12..8ea5980fcf8 100644 --- a/l10n/et_EE/settings.po +++ b/l10n/et_EE/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -609,6 +609,10 @@ msgstr "Seda kasutatakse teadete välja saatmiseks." msgid "From address" msgstr "Saatja aadress" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Autentimine on vajalik" diff --git a/l10n/et_EE/user_ldap.po b/l10n/et_EE/user_ldap.po index e6d09af7e6d..1c8dba41515 100644 --- a/l10n/et_EE/user_ldap.po +++ b/l10n/et_EE/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -92,6 +92,18 @@ msgstr "Korras" msgid "Error" msgstr "Viga" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Seadistus on korras" @@ -168,7 +180,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Grupi filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -328,7 +340,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Täpsem" #: templates/settings.php:11 msgid "" diff --git a/l10n/eu/files_encryption.po b/l10n/eu/files_encryption.po index 9013cba3e0e..a80989a8430 100644 --- a/l10n/eu/files_encryption.po +++ b/l10n/eu/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -79,9 +79,9 @@ msgstr "Ezin izan da fitxategi hau deszifratu, ziurrenik elkarbanatutako fitxate #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Errore ezezaguna mesedez egiaztatu zure sistemaren ezarpenak edo harremanetan jarri zure administradorearekin" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Mesedez ziurtatu PHP 5.3.3 edo berriago bat instalatuta dagoela eta OpenSSL PHP hedapenarekin gaitua eta ongi konfiguratuta dagoela. Oraingoz, enkriptazio aplikazioa desgaituta dago." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Hurrengo erabiltzaileak ez daude enktriptatzeko konfiguratutak:" @@ -114,91 +114,91 @@ msgstr "Joan zuzenean zure" msgid "personal settings" msgstr "ezarpen pertsonalak" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Enkriptazioa" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Gaitu berreskurapen gakoa (erabiltzaileen fitxategiak berreskuratzea ahalbidetzen du pasahitza galtzen badute ere):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Berreskuratze gako pasahitza" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Errepikatu berreskuratze gakoaren pasahitza" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Gaitua" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Ez-gaitua" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Aldatu berreskuratze gako pasahitza:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Berreskuratze gako pasahitz zaharra" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Berreskuratze gako pasahitz berria" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Errepikatu berreskuratze gako berriaren pasahitza" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Aldatu Pasahitza" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Zure gako pribatuaren pasahitza ez da dagoeneko zure sarrera pasahitza:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Ezarri zure gako pribatu zaharraren pasahitza zure oraingo sarrerako psahitzara." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Ez baduzu zure pasahitz zaharra gogoratzen eskatu zure administratzaileari zure fitxategiak berreskuratzeko." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Sartzeko pasahitz zaharra" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Sartzeko oraingo pasahitza" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Eguneratu gako pribatu pasahitza" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Gaitu pasahitz berreskuratzea:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Aukera hau gaituz zure enkriptatutako fitxategiak berreskuratu ahal izango dituzu pasahitza galtzekotan" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Fitxategi berreskuratze ezarpenak eguneratuak" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Ezin da fitxategi berreskuratzea eguneratu" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index 6ee27b785bb..1129106bcbc 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -610,6 +610,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/eu/user_ldap.po b/l10n/eu/user_ldap.po index 129a6c252f6..93c257a208e 100644 --- a/l10n/eu/user_ldap.po +++ b/l10n/eu/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "Arrakasta" msgid "Error" msgstr "Errorea" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfigurazioa ongi dago" @@ -167,7 +179,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Taldeen iragazkia" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -327,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Aurreratua" #: templates/settings.php:11 msgid "" diff --git a/l10n/eu_ES/files_encryption.po b/l10n/eu_ES/files_encryption.po index 8e857a60767..8e95212ac7f 100644 --- a/l10n/eu_ES/files_encryption.po +++ b/l10n/eu_ES/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/eu_ES/settings.po b/l10n/eu_ES/settings.po index 26f598c6bc5..47d6519d93d 100644 --- a/l10n/eu_ES/settings.po +++ b/l10n/eu_ES/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/eu_ES/user_ldap.po b/l10n/eu_ES/user_ldap.po index 42d825030d5..51ef568b720 100644 --- a/l10n/eu_ES/user_ldap.po +++ b/l10n/eu_ES/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/fa/files_encryption.po b/l10n/fa/files_encryption.po index c2cd0302178..06bb6685476 100644 --- a/l10n/fa/files_encryption.po +++ b/l10n/fa/files_encryption.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-16 01:54-0400\n" -"PO-Revision-Date: 2014-05-15 14:01+0000\n" -"Last-Translator: hajibaba <majid.hajibaba@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,7 +78,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "کاربران زیر برای رمزنگاری تنظیم نشده اند" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index bbcea3f6bb4..83ac0f0e1e8 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -610,6 +610,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/fa/user_ldap.po b/l10n/fa/user_ldap.po index 4560150e079..eeceb60b119 100644 --- a/l10n/fa/user_ldap.po +++ b/l10n/fa/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "موفقیت" msgid "Error" msgstr "خطا" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -165,7 +177,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "فیلتر گروه" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -325,7 +337,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "پیشرفته" #: templates/settings.php:11 msgid "" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index 6696958d413..fe979d4060d 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/files.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 10:04+0000\n" +"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -417,4 +417,4 @@ msgstr "Tiedostoja tarkistetaan, odota hetki." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Tutkitaan parhaillaan" diff --git a/l10n/fi_FI/files_encryption.po b/l10n/fi_FI/files_encryption.po index c9a41514ac4..027b084e5a5 100644 --- a/l10n/fi_FI/files_encryption.po +++ b/l10n/fi_FI/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -79,7 +79,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Seuraavat käyttäjät eivät ole määrittäneet salausta:" @@ -114,91 +114,91 @@ msgstr "" msgid "personal settings" msgstr "henkilökohtaiset asetukset" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Salaus" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Palautusavaimen salasana" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Käytössä" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Ei käytössä" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Vaihda palautusavaimen salasana:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Vanha palautusavaimen salasana" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Uusi palautusavaimen salasana" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Vaihda salasana" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Vanha kirjautumis-salasana" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Nykyinen kirjautumis-salasana" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Ota salasanan palautus käyttöön:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index ce2fa7bdbf9..2dc57da511e 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-25 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 06:41+0000\n" -"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -608,6 +608,10 @@ msgstr "Tätä käytetään ilmoitusten lähettämiseen." msgid "From address" msgstr "Lähettäjän osoite" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Tunnistautuminen vaaditaan" diff --git a/l10n/fi_FI/user_ldap.po b/l10n/fi_FI/user_ldap.po index 69b23d8a67c..ad8f31c3bae 100644 --- a/l10n/fi_FI/user_ldap.po +++ b/l10n/fi_FI/user_ldap.po @@ -3,12 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Jiri Grönroos <jiri.gronroos@iki.fi>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -23,11 +24,11 @@ msgstr "" #: ajax/deleteConfiguration.php:34 msgid "Failed to delete the server configuration" -msgstr "" +msgstr "Palvelinmäärityksen poistaminen epäonnistui" #: ajax/testConfiguration.php:39 msgid "The configuration is valid and the connection could be established!" -msgstr "" +msgstr "Määritys on kelvollinen ja yhteys kyettiin muodostamaan!" #: ajax/testConfiguration.php:42 msgid "" @@ -90,17 +91,29 @@ msgstr "Onnistui!" msgid "Error" msgstr "Virhe" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" -msgstr "" +msgstr "Määritykset OK" #: js/settings.js:789 msgid "Configuration incorrect" -msgstr "" +msgstr "Määritykset väärin" #: js/settings.js:798 msgid "Configuration incomplete" -msgstr "" +msgstr "Määritykset puutteelliset" #: js/settings.js:815 js/settings.js:824 msgid "Select groups" @@ -124,7 +137,7 @@ msgstr "Yhteystesti epäonnistui" #: js/settings.js:864 msgid "Do you really want to delete the current Server Configuration?" -msgstr "" +msgstr "Haluatko varmasti poistaa nykyisen palvelinmäärityksen?" #: js/settings.js:865 msgid "Confirm Deletion" @@ -134,15 +147,15 @@ msgstr "Vahvista poisto" #, php-format msgid "%s group found" msgid_plural "%s groups found" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s ryhmä löytynyt" +msgstr[1] "%s ryhmää löytynyt" #: lib/wizard.php:130 #, php-format msgid "%s user found" msgid_plural "%s users found" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s käyttäjä löytynyt" +msgstr[1] "%s käyttäjää löytynyt" #: lib/wizard.php:825 lib/wizard.php:837 msgid "Invalid Host" @@ -154,7 +167,7 @@ msgstr "" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Palvelin" #: settings.php:53 msgid "User Filter" @@ -166,7 +179,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Ryhmien suodatus" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -174,7 +187,7 @@ msgstr "Tallenna" #: templates/part.settingcontrols.php:4 msgid "Test Configuration" -msgstr "" +msgstr "Testaa määritys" #: templates/part.settingcontrols.php:10 templates/part.wizardcontrols.php:14 msgid "Help" @@ -215,7 +228,7 @@ msgstr "" #: templates/part.wizard-groupfilter.php:38 msgid "groups found" -msgstr "" +msgstr "ryhmää löytynyt" #: templates/part.wizard-loginfilter.php:4 msgid "Users login with this attribute:" @@ -223,11 +236,11 @@ msgstr "" #: templates/part.wizard-loginfilter.php:8 msgid "LDAP Username:" -msgstr "" +msgstr "LDAP-käyttäjätunnus:" #: templates/part.wizard-loginfilter.php:16 msgid "LDAP Email Address:" -msgstr "" +msgstr "LDAP-sähköpostiosoite:" #: templates/part.wizard-loginfilter.php:24 msgid "Other Attributes:" @@ -242,16 +255,16 @@ msgstr "" #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Palvelin" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Palvelin:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" -msgstr "" +msgstr "Lisää palvelinmääritys" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" @@ -310,7 +323,7 @@ msgstr "" #: templates/part.wizard-userfilter.php:38 msgid "users found" -msgstr "" +msgstr "käyttäjää löytynyt" #: templates/part.wizardcontrols.php:5 msgid "Back" @@ -326,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Lisäasetukset" #: templates/settings.php:11 msgid "" @@ -365,7 +378,7 @@ msgstr "" #: templates/settings.php:24 msgid "Backup (Replica) Port" -msgstr "" +msgstr "Varmuuskopioinnin (replikoinnin) portti" #: templates/settings.php:25 msgid "Disable Main Server" @@ -373,11 +386,11 @@ msgstr "Poista pääpalvelin käytöstä" #: templates/settings.php:25 msgid "Only connect to the replica server." -msgstr "" +msgstr "Yhdistä vain replikointipalvelimeen." #: templates/settings.php:26 msgid "Case insensitive LDAP server (Windows)" -msgstr "" +msgstr "Kirjainkoosta piittamaton LDAP-palvelin (Windows)" #: templates/settings.php:27 msgid "Turn off SSL certificate validation." diff --git a/l10n/fr/files.po b/l10n/fr/files.po index 4377d491814..34f47eb8648 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 09:52+0000\n" +"Last-Translator: Gauth <gauthier@openux.org>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -420,4 +420,4 @@ msgstr "Les fichiers sont en cours d'analyse, veuillez patienter." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Analyse en cours de traitement" diff --git a/l10n/fr/files_encryption.po b/l10n/fr/files_encryption.po index a780215e4d1..3e26aac184f 100644 --- a/l10n/fr/files_encryption.po +++ b/l10n/fr/files_encryption.po @@ -8,14 +8,14 @@ # etiess <etiess@gmail.com>, 2013 # froozeify <froozeify@mail.com>, 2013 # lyly95, 2013 -# ogre_sympathique <ogre.sympathique@speed.1s.fr>, 2013 +# ogre_sympathique, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-13 17:12-0400\n" -"PO-Revision-Date: 2014-03-13 15:59+0000\n" -"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -82,9 +82,9 @@ msgstr "Impossible de déchiffrer ce fichier, il s'agit probablement d'un fichie #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Erreur inconnue. Veuillez vérifier vos paramètres système ou contacter votre administrateur." +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -97,7 +97,7 @@ msgid "" " the encryption app has been disabled." msgstr "Veuillez vous assurer qu'une version de PHP 5.3.3 ou supérieure est installée et qu'OpenSSL et son extension PHP sont activés et configurés correctement. En attendant, l'application de chiffrement été désactivée." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Les utilisateurs suivants ne sont pas configurés pour le chiffrement :" @@ -117,91 +117,91 @@ msgstr "Allez directement à votre" msgid "personal settings" msgstr "paramètres personnel" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Chiffrement" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Activer la clef de récupération (permet de récupérer les fichiers des utilisateurs en cas de perte de mot de passe)." -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Mot de passe de la clef de récupération" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Répétez le mot de passe de la clé de récupération" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Activer" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Désactiver" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Modifier le mot de passe de la clef de récupération :" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Ancien mot de passe de la clef de récupération" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nouveau mot de passe de la clef de récupération" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Répétez le nouveau mot de passe de la clé de récupération" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Changer de mot de passe" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Le mot de passe de votre clef privée ne correspond plus à votre mot de passe de connexion :" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Configurez le mot de passe de votre ancienne clef privée avec votre mot de passe courant de connexion. " -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Si vous ne vous souvenez plus de votre ancien mot de passe, vous pouvez demander à votre administrateur de récupérer vos fichiers." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Ancien mot de passe de connexion" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Actuel mot de passe de connexion" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Mettre à jour le mot de passe de votre clé privée" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Activer la récupération du mot de passe :" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Activer cette option vous permettra d'obtenir à nouveau l'accès à vos fichiers chiffrés en cas de perte de mot de passe" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Paramètres de récupération de fichiers mis à jour" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Ne peut pas remettre à jour les fichiers de récupération" diff --git a/l10n/fr/files_external.po b/l10n/fr/files_external.po index 8b3b2bb3f8c..1fa7b348d7c 100644 --- a/l10n/fr/files_external.po +++ b/l10n/fr/files_external.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-23 00:50+0000\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 09:52+0000\n" "Last-Translator: Gauth <gauthier@openux.org>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -168,7 +168,7 @@ msgstr "SMB / CIFS utilise le nom d'utilisateur OC" #: appinfo/app.php:131 msgid "Username as share" -msgstr "" +msgstr "Nom d'utilisateur du partage" #: appinfo/app.php:141 appinfo/app.php:152 msgid "URL" diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po index cf8801893e4..7443f63b4ab 100644 --- a/l10n/fr/lib.po +++ b/l10n/fr/lib.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 09:52+0000\n" +"Last-Translator: Gauth <gauthier@openux.org>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -309,7 +309,7 @@ msgstr "Le partage de %s a échoué car le fichier n'existe pas" #: private/share/share.php:501 #, php-format msgid "You are not allowed to share %s" -msgstr "" +msgstr "Vous n'êtes pas autorisé à partager %s" #: private/share/share.php:526 #, php-format diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index 0967d5174cb..2afc5d1522f 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -11,7 +11,7 @@ # Gauth <gauthier@openux.org>, 2014 # lyly95, 2013 # Mystyle <maelvstyle@gmail.com>, 2013 -# ogre_sympathique <ogre.sympathique@speed.1s.fr>, 2013 +# ogre_sympathique, 2013 # red0ne <red-0ne@smarty-concept.com>, 2013 # RyDroid <rydroid_trans@yahoo.fr>, 2013-2014 # tcit <thomas.citharet@gmail.com>, 2014 @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -581,12 +581,12 @@ msgstr "Autoriser les utilisateurs à envoyer une notification par courriel conc #: templates/admin.php:275 msgid "Exclude groups from sharing" -msgstr "" +msgstr "Exclure les groupes du partage" #: templates/admin.php:286 msgid "" "These groups will still be able to receive shares, but not to initiate them." -msgstr "" +msgstr "Ces groupes restent autorisés à partager, mais ne peuvent pas les initier" #: templates/admin.php:293 msgid "Security" @@ -620,6 +620,10 @@ msgstr "Ceci est utilisé pour l'envoi des notifications." msgid "From address" msgstr "Adresse source" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Authentification requise" diff --git a/l10n/fr/user_ldap.po b/l10n/fr/user_ldap.po index 227c63c66f5..7b39d4f43ca 100644 --- a/l10n/fr/user_ldap.po +++ b/l10n/fr/user_ldap.po @@ -5,14 +5,15 @@ # Translators: # Christophe Lherieau <skimpax@gmail.com>, 2013-2014 # etiess <etiess@gmail.com>, 2013 +# Gauth <gauthier@openux.org>, 2014 # plachance <patlachance@gmail.com>, 2013 # RyDroid <rydroid_trans@yahoo.fr>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -76,7 +77,7 @@ msgstr "Garder ces paramètres ?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Serveur" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -94,6 +95,18 @@ msgstr "Succès" msgid "Error" msgstr "Erreur" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuration OK" @@ -158,19 +171,19 @@ msgstr "Impossible de trouver la fonction souhaitée" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Serveur" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Filtre utilisateur" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Filtre par nom d'utilisateur" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtre de groupes" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -246,12 +259,12 @@ msgstr "Définit le filtre à appliquer lors d'une tentative de connexion. %%uid #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Serveur" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Serveur:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -259,7 +272,7 @@ msgstr "Ajouter une configuration du serveur" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Suppression de la configuration" #: templates/part.wizard-server.php:30 msgid "Host" @@ -326,11 +339,11 @@ msgstr "Poursuivre" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Expert" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avancé" #: templates/settings.php:11 msgid "" diff --git a/l10n/fr_CA/files_encryption.po b/l10n/fr_CA/files_encryption.po index f7097194662..7a9fa82571e 100644 --- a/l10n/fr_CA/files_encryption.po +++ b/l10n/fr_CA/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/fr_CA/settings.po b/l10n/fr_CA/settings.po index 0eb82171e39..1528a3b2213 100644 --- a/l10n/fr_CA/settings.po +++ b/l10n/fr_CA/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/fr_CA/user_ldap.po b/l10n/fr_CA/user_ldap.po index 24d5ebdfe28..988ad812596 100644 --- a/l10n/fr_CA/user_ldap.po +++ b/l10n/fr_CA/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index 57057102fcf..2ecb0e3fdf4 100644 --- a/l10n/gl/files.po +++ b/l10n/gl/files.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 07:11+0000\n" +"Last-Translator: mbouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -415,4 +415,4 @@ msgstr "Estanse analizando os ficheiros. Agarde." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Análise actual" diff --git a/l10n/gl/files_encryption.po b/l10n/gl/files_encryption.po index 13db5afaa57..896c27c2fd5 100644 --- a/l10n/gl/files_encryption.po +++ b/l10n/gl/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-15 02:13-0400\n" -"PO-Revision-Date: 2014-03-14 08:50+0000\n" -"Last-Translator: mbouzada <mbouzada@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,9 +79,9 @@ msgstr "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheir #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Produciuse un erro descoñecido. Comprobe os axustes do sistema ou póñase en contacto co administrador" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Asegúrese de que está instalado o PHP 5.3.3 ou posterior e de o OpenSSL xunto coa extensión PHP estean activados e configurados correctamente. Polo de agora foi desactivado o aplicativo de cifrado." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Os seguintes usuarios non teñen configuración para o cifrado:" @@ -114,91 +114,91 @@ msgstr "Vaia directamente ao seu" msgid "personal settings" msgstr "axustes persoais" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Cifrado" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Activar a chave de recuperación (permitirá recuperar os ficheiros dos usuarios no caso de perda do contrasinal):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Contrasinal da chave de recuperación" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Repita o contrasinal da chave da recuperación" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Activado" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Desactivado" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Cambiar o contrasinal da chave de la recuperación:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Antigo contrasinal da chave de recuperación" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Novo contrasinal da chave de recuperación" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Repita o novo contrasinal da chave da recuperación" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Cambiar o contrasinal" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "O seu contrasinal da chave privada non coincide co seu contrasinal de acceso." -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr " Se non lembra o seu antigo contrasinal pode pedírllelo ao seu administrador para recuperar os seus ficheiros." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Contrasinal de acceso antigo" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Contrasinal de acceso actual" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Actualizar o contrasinal da chave privada" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Activar o contrasinal de recuperación:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Ao activar esta opción permitiráselle volver a obter acceso aos ficheiros cifrados no caso de perda do contrasinal" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Actualizouse o ficheiro de axustes de recuperación" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Non foi posíbel actualizar o ficheiro de recuperación" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index 49d610489fd..4dc400189f0 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-25 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 08:21+0000\n" -"Last-Translator: mbouzada <mbouzada@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -609,6 +609,10 @@ msgstr "Isto utilizase para o envío de notificacións." msgid "From address" msgstr "Desde o enderezo" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Requírese autenticación" diff --git a/l10n/gl/user_ldap.po b/l10n/gl/user_ldap.po index b6bf46ae458..36b0a6f2546 100644 --- a/l10n/gl/user_ldap.po +++ b/l10n/gl/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,7 @@ msgstr "Manter os axustes?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Servidor" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -92,6 +92,18 @@ msgstr "Correcto" msgid "Error" msgstr "Erro" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuración correcta" @@ -156,19 +168,19 @@ msgstr "Non foi posíbel atopar a función desexada" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Servidor" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Filtro do usuario" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Filtro de acceso" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtro de grupo" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -244,12 +256,12 @@ msgstr "Define o filtro que se aplica cando se intenta o acceso. %%uid substitú #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Servidor" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Servidor:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -257,7 +269,7 @@ msgstr "Engadir a configuración do servidor" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Eliminar a configuración" #: templates/part.wizard-server.php:30 msgid "Host" @@ -324,11 +336,11 @@ msgstr "Continuar" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Experto" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avanzado" #: templates/settings.php:11 msgid "" diff --git a/l10n/he/files_encryption.po b/l10n/he/files_encryption.po index c401f90b5f3..264c161a9f5 100644 --- a/l10n/he/files_encryption.po +++ b/l10n/he/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "הצפנה" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index f3ea2d40e3a..1fd431364b7 100644 --- a/l10n/he/settings.po +++ b/l10n/he/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/he/user_ldap.po b/l10n/he/user_ldap.po index 7df55ee9b2d..5d06254e50a 100644 --- a/l10n/he/user_ldap.po +++ b/l10n/he/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "" msgid "Error" msgstr "שגיאה" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -167,7 +179,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "סנן קבוצה" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -327,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "מתקדם" #: templates/settings.php:11 msgid "" diff --git a/l10n/hi/files_encryption.po b/l10n/hi/files_encryption.po index 104713bda52..53023152cba 100644 --- a/l10n/hi/files_encryption.po +++ b/l10n/hi/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po index 68aa3388458..c8b049e75b4 100644 --- a/l10n/hi/settings.po +++ b/l10n/hi/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/hi/user_ldap.po b/l10n/hi/user_ldap.po index e171b103198..4faae997df8 100644 --- a/l10n/hi/user_ldap.po +++ b/l10n/hi/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "त्रुटि" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "उन्नत" #: templates/settings.php:11 msgid "" diff --git a/l10n/hi_IN/files_encryption.po b/l10n/hi_IN/files_encryption.po index aaaade5301b..2e3ec67f708 100644 --- a/l10n/hi_IN/files_encryption.po +++ b/l10n/hi_IN/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-30 01:55-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/owncloud/language/hi_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/hi_IN/settings.po b/l10n/hi_IN/settings.po index 9b405c3e9d6..4b5f2e46a40 100644 --- a/l10n/hi_IN/settings.po +++ b/l10n/hi_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/owncloud/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/hi_IN/user_ldap.po b/l10n/hi_IN/user_ldap.po index 21464d55d53..fd1e491c3e1 100644 --- a/l10n/hi_IN/user_ldap.po +++ b/l10n/hi_IN/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/owncloud/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/hr/files_encryption.po b/l10n/hr/files_encryption.po index c74c2e8dffc..99329d32d46 100644 --- a/l10n/hr/files_encryption.po +++ b/l10n/hr/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index ad67f37bba6..6e7e41d66c5 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/hr/user_ldap.po b/l10n/hr/user_ldap.po index 5d1f2523673..cc68e26044f 100644 --- a/l10n/hr/user_ldap.po +++ b/l10n/hr/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Greška" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -328,7 +340,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Napredno" #: templates/settings.php:11 msgid "" diff --git a/l10n/hu_HU/files_encryption.po b/l10n/hu_HU/files_encryption.po index 1623bca0543..acbee89e1a8 100644 --- a/l10n/hu_HU/files_encryption.po +++ b/l10n/hu_HU/files_encryption.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-03 01:55-0400\n" -"PO-Revision-Date: 2014-04-02 20:30+0000\n" -"Last-Translator: osztraksajt <osztraksajt@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -80,9 +80,9 @@ msgstr "Az állományt nem sikerült dekódolni, valószínűleg ez egy megoszto #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Ismeretlen hiba. Ellenőrizze a rendszer beállításait vagy forduljon a rendszergazdához!" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "Kérem gondoskodjon arról, hogy PHP 5.3.3 vagy annál frissebb legyen telepítve, továbbá az OpenSSL a megfelelő PHP-bővítménnyel együtt rendelkezésre álljon és helyesen legyen konfigurálva! A titkosító modul egyelőre kikapcsolásra került." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "A következő felhasználók nem állították be a titkosítást:" diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index b7a4b30667b..3c1117d0d59 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -611,6 +611,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/hu_HU/user_ldap.po b/l10n/hu_HU/user_ldap.po index 056f41ca2bf..34af0a20c32 100644 --- a/l10n/hu_HU/user_ldap.po +++ b/l10n/hu_HU/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -92,6 +92,18 @@ msgstr "Sikeres végrehajtás" msgid "Error" msgstr "Hiba" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfiguráció OK" @@ -168,7 +180,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "A csoportok szűrője" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -328,7 +340,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Haladó" #: templates/settings.php:11 msgid "" diff --git a/l10n/hy/files_encryption.po b/l10n/hy/files_encryption.po index 6379ac121a6..3e24ddda16b 100644 --- a/l10n/hy/files_encryption.po +++ b/l10n/hy/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index a1838653452..58ee821ad6b 100644 --- a/l10n/hy/settings.po +++ b/l10n/hy/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/hy/user_ldap.po b/l10n/hy/user_ldap.po index c3f5445d563..6d63d6d7d73 100644 --- a/l10n/hy/user_ldap.po +++ b/l10n/hy/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ia/files_encryption.po b/l10n/ia/files_encryption.po index ef8a1d96f55..177892043c6 100644 --- a/l10n/ia/files_encryption.po +++ b/l10n/ia/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index 9e99712f7dc..2bbe1401033 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ia/user_ldap.po b/l10n/ia/user_ldap.po index 745183e43ce..aad09d7e300 100644 --- a/l10n/ia/user_ldap.po +++ b/l10n/ia/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Error" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avantiate" #: templates/settings.php:11 msgid "" diff --git a/l10n/id/files_encryption.po b/l10n/id/files_encryption.po index 4a9069a5298..5da1618c800 100644 --- a/l10n/id/files_encryption.po +++ b/l10n/id/files_encryption.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# arifpedia <arifpedia@gmail.com>, 2014 +# Arif Budiman <arifpedia@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -77,9 +77,9 @@ msgstr "Tidak dapat mendekripsi berkas ini, mungkin ini adalah berkas bersama. S #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Kesalahan tak dikenal, silakan periksa pengaturan sistem Anda atau hubungi admin." +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Pengguna berikut belum diatur untuk enkripsi:" @@ -112,91 +112,91 @@ msgstr "Langsung ke anda" msgid "personal settings" msgstr "pengaturan pribadi" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Enkripsi" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Aktifkan kunci pemulihan (memungkinkan pengguna untuk memulihkan berkas dalam kasus kehilangan sandi):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Sandi kunci pemulihan" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Ulangi sandi kunci Pemulihan" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Diaktifkan" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Dinonaktifkan" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Ubah sandi kunci pemulihan:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Sandi kunci Pemulihan Lama" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Sandi kunci Pemulihan Baru" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Ulangi sandi kunci Pemulihan baru" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Ubah sandi" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Sandi kunci privat Anda tidak lagi cocok dengan sandi masuk:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Atur sandi kunci privat lama Anda sebagai sandi masuk Anda saat ini." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Jika Anda tidak ingat sandi lama, Anda dapat meminta administrator Anda untuk memulihkan berkas." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Sandi masuk yang lama" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Sandi masuk saat ini" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Perbarui Sandi Kunci Privat" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Aktifkan sandi pemulihan:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Mengaktifkan opsi ini memungkinkan Anda untuk mendapatkan kembali akses ke berkas terenkripsi Anda dalam kasus kehilangan sandi" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Pengaturan pemulihan berkas diperbarui" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Tidak dapat memperbarui pemulihan berkas" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index 4fcb79ae316..2a4c7ce424e 100644 --- a/l10n/id/settings.po +++ b/l10n/id/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/id/user_ldap.po b/l10n/id/user_ldap.po index a4e20634d7c..1ab0414b007 100644 --- a/l10n/id/user_ldap.po +++ b/l10n/id/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "Sukses" msgid "Error" msgstr "Galat" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -164,7 +176,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "saringan grup" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -324,7 +336,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Lanjutan" #: templates/settings.php:11 msgid "" diff --git a/l10n/is/files_encryption.po b/l10n/is/files_encryption.po index 599989d20ec..e70f833e702 100644 --- a/l10n/is/files_encryption.po +++ b/l10n/is/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Dulkóðun" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/is/settings.po b/l10n/is/settings.po index 6a5face7285..a36e2e5a291 100644 --- a/l10n/is/settings.po +++ b/l10n/is/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/is/user_ldap.po b/l10n/is/user_ldap.po index 3c1610cde54..3b20e649b2c 100644 --- a/l10n/is/user_ldap.po +++ b/l10n/is/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "" msgid "Error" msgstr "Villa" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -327,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Ítarlegt" #: templates/settings.php:11 msgid "" diff --git a/l10n/it/files.po b/l10n/it/files.po index 46fde9c3871..9bacb9964c0 100644 --- a/l10n/it/files.po +++ b/l10n/it/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 18:11+0000\n" +"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -416,4 +416,4 @@ msgstr "Scansione dei file in corso, attendi" #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Scansione in corso" diff --git a/l10n/it/files_encryption.po b/l10n/it/files_encryption.po index 50a0f6c6ad9..bb1472d8ee0 100644 --- a/l10n/it/files_encryption.po +++ b/l10n/it/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-12 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 22:50+0000\n" -"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,9 +79,9 @@ msgstr "Impossibile decifrare questo file, probabilmente è un file condiviso. C #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Errore sconosciuto, controlla le impostazioni di sistema o contatta il tuo amministratore" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "I seguenti utenti non sono configurati per la cifratura:" @@ -114,91 +114,91 @@ msgstr "Passa direttamente a" msgid "personal settings" msgstr "impostazioni personali" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Cifratura" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Abilita la chiave di recupero (permette di recuperare i file utenti in caso di perdita della password):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Password della chiave di recupero" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Ripeti la password della chiave di recupero" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Abilitata" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Disabilitata" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Cambia la password della chiave di recupero:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Vecchia password della chiave di recupero" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nuova password della chiave di recupero" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Ripeti la nuova password della chiave di recupero" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Modifica password" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "La password della chiave privata non corrisponde più alla password di accesso:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Imposta la vecchia password della chiave privata sull'attuale password di accesso." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Se non ricordi la vecchia password puoi chiedere al tuo amministratore di recuperare i file." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Vecchia password di accesso" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Password di accesso attuale" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Aggiorna la password della chiave privata" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Abilita il ripristino della password:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "L'abilitazione di questa opzione ti consentirà di accedere nuovamente ai file cifrati in caso di perdita della password" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Impostazioni di ripristino dei file aggiornate" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Impossibile aggiornare il ripristino dei file" diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 7a8cf6f0edd..62797bf0d43 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-25 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 07:11+0000\n" -"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -611,6 +611,10 @@ msgstr "Viene utilizzato per inviare le notifiche." msgid "From address" msgstr "Indirizzo mittente" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Autenticazione richiesta" diff --git a/l10n/it/user_ldap.po b/l10n/it/user_ldap.po index 80b81234a1b..3475f0a00cb 100644 --- a/l10n/it/user_ldap.po +++ b/l10n/it/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -75,7 +75,7 @@ msgstr "Vuoi mantenere le impostazioni?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. server" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -93,6 +93,18 @@ msgstr "Riuscito" msgid "Error" msgstr "Errore" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configurazione corretta" @@ -157,19 +169,19 @@ msgstr "Impossibile trovare la funzionalità desiderata" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Server" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Filtro utente" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Filtro accesso" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtro gruppo" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -245,12 +257,12 @@ msgstr "Specifica quale filtro utilizzare quando si tenta l'accesso. %%uid sosti #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. server" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. server:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -258,7 +270,7 @@ msgstr "Aggiungi configurazione del server" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Elimina configurazione" #: templates/part.wizard-server.php:30 msgid "Host" @@ -325,11 +337,11 @@ msgstr "Continua" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Esperto" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avanzate" #: templates/settings.php:11 msgid "" diff --git a/l10n/ja/files_encryption.po b/l10n/ja/files_encryption.po index 4e73f597156..f76735e8b17 100644 --- a/l10n/ja/files_encryption.po +++ b/l10n/ja/files_encryption.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-13 17:12-0400\n" -"PO-Revision-Date: 2014-03-11 13:11+0000\n" -"Last-Translator: plazmism <gomidori@live.jp>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -80,9 +80,9 @@ msgstr "このファイルを復号化できません、共有ファイルの可 #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "不明なエラーです。システム設定を確認するか、管理者に問い合わせてください。" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "以下のユーザーは、暗号化設定がされていません:" @@ -115,91 +115,91 @@ msgstr "あなたのディレクトリへ" msgid "personal settings" msgstr "秘密鍵をアンロックできます" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "暗号化" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "リカバリキーを有効にする (パスワードを忘れた場合にユーザーのファイルを回復できます):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "リカバリキーのパスワード" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "リカバリキーのパスワードをもう一度入力" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "有効" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "無効" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "リカバリキーのパスワードを変更:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "古いリカバリキーのパスワード" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "新しいリカバリキーのパスワード" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "新しいリカバリキーのパスワードをもう一度入力" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "パスワードを変更" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "もはや秘密鍵はログインパスワードと一致しません:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "古い秘密鍵のパスワードを現在のログインパスワードに設定する。" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "古いパスワードを覚えていない場合、管理者に尋ねてファイルを回復することができます。" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "古いログインパスワード" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "現在のログインパスワード" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "秘密鍵のパスワードを更新" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "パスワードリカバリを有効に:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "このオプションを有効にすると、パスワードを紛失した場合も、暗号化されたファイルに再度アクセスすることができるようになります。" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "ファイルリカバリ設定を更新しました" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "ファイルリカバリを更新できませんでした" diff --git a/l10n/ja/settings.po b/l10n/ja/settings.po index c6d1842d3bb..7440db93efb 100644 --- a/l10n/ja/settings.po +++ b/l10n/ja/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -613,6 +613,10 @@ msgstr "これは通知の送信に使われます。" msgid "From address" msgstr "アドレスから" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "要求される認証" diff --git a/l10n/ja/user_ldap.po b/l10n/ja/user_ldap.po index 912e386c9d6..745ef7dd4d4 100644 --- a/l10n/ja/user_ldap.po +++ b/l10n/ja/user_ldap.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -95,6 +95,18 @@ msgstr "成功" msgid "Error" msgstr "エラー" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "設定OK" @@ -169,7 +181,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "グループフィルタ" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -329,7 +341,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "詳細設定" #: templates/settings.php:11 msgid "" diff --git a/l10n/jv/files_encryption.po b/l10n/jv/files_encryption.po index 8d6649ddda9..9dbe3b08975 100644 --- a/l10n/jv/files_encryption.po +++ b/l10n/jv/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-08 01:56-0400\n" -"PO-Revision-Date: 2014-04-07 14:16+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/jv/settings.po b/l10n/jv/settings.po index 63686a95915..cf1a4df197a 100644 --- a/l10n/jv/settings.po +++ b/l10n/jv/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/jv/user_ldap.po b/l10n/jv/user_ldap.po index ee81d1323fb..f62aef04ac5 100644 --- a/l10n/jv/user_ldap.po +++ b/l10n/jv/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ka_GE/files_encryption.po b/l10n/ka_GE/files_encryption.po index caedd121e72..9e698e3bbc9 100644 --- a/l10n/ka_GE/files_encryption.po +++ b/l10n/ka_GE/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "ენკრიპცია" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po index 2fc49613342..c3a69baa6f1 100644 --- a/l10n/ka_GE/settings.po +++ b/l10n/ka_GE/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ka_GE/user_ldap.po b/l10n/ka_GE/user_ldap.po index 940f7682d51..25b176ddc90 100644 --- a/l10n/ka_GE/user_ldap.po +++ b/l10n/ka_GE/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "დასრულდა" msgid "Error" msgstr "შეცდომა" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -164,7 +176,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "ჯგუფის ფილტრი" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -324,7 +336,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "დამატებითი ფუნქციები" #: templates/settings.php:11 msgid "" diff --git a/l10n/km/files_encryption.po b/l10n/km/files_encryption.po index 0a25d900949..57fbebe8b40 100644 --- a/l10n/km/files_encryption.po +++ b/l10n/km/files_encryption.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-14 01:54-0400\n" -"PO-Revision-Date: 2014-04-13 09:20+0000\n" -"Last-Translator: សុវិចិត្រ Sovichet ទេព Tep\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -77,7 +77,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/km/settings.po b/l10n/km/settings.po index 89db0eba8a3..3ac3d01d422 100644 --- a/l10n/km/settings.po +++ b/l10n/km/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -609,6 +609,10 @@ msgstr "" msgid "From address" msgstr "ពីអាសយដ្ឋាន" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/km/user_ldap.po b/l10n/km/user_ldap.po index b77d5c176ca..49602c5b035 100644 --- a/l10n/km/user_ldap.po +++ b/l10n/km/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "" msgid "Error" msgstr "កំហុស" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -325,7 +337,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "កម្រិតខ្ពស់" #: templates/settings.php:11 msgid "" diff --git a/l10n/kn/files_encryption.po b/l10n/kn/files_encryption.po index 583e9d5bd4f..7d5f722d703 100644 --- a/l10n/kn/files_encryption.po +++ b/l10n/kn/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/kn/settings.po b/l10n/kn/settings.po index a8ea448c3ad..71752afafaf 100644 --- a/l10n/kn/settings.po +++ b/l10n/kn/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/kn/user_ldap.po b/l10n/kn/user_ldap.po index 4ac402493d5..2fa82e40f9d 100644 --- a/l10n/kn/user_ldap.po +++ b/l10n/kn/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ko/files_encryption.po b/l10n/ko/files_encryption.po index 45a5e1ad774..c26727da341 100644 --- a/l10n/ko/files_encryption.po +++ b/l10n/ko/files_encryption.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -80,9 +80,9 @@ msgstr "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "알 수 없는 오류. 시스템 설정을 확인하거나 관리자에게 문의하십시오." +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -95,7 +95,7 @@ msgid "" " the encryption app has been disabled." msgstr "PHP 5.3.3 이상 설치 여부, PHP의 OpenSSL 확장 기능 활성화 및 설정 여부를 확인하십시오. 암호화 앱이 비활성화 되었습니다." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "다음 사용자는 암호화를 사용할 수 없습니다:" @@ -115,91 +115,91 @@ msgstr "다음으로 바로 가기: " msgid "personal settings" msgstr "개인 설정" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "암호화" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "복구 키 사용 (암호를 잊었을 때 파일을 복구할 수 있도록 함):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "복구 키 암호" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "복구 키 암호 재입력" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "활성화" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "비활성화" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "복구 키 암호 변경:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "이전 복구 키 암호" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "새 복구 키 암호" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "새 복구 키 암호 재입력" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "암호 변경" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "개인 키 암호와 로그인 암호가 일치하지 않습니다:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "이전 개인 키 암호를 현재 로그인 암호로 설정하십시오." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr " 이전 암호가 기억나지 않으면 시스템 관리자에게 파일 복구를 요청하십시오." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "이전 로그인 암호" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "현재 로그인 암호" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "개인 키 암호 업데이트" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "암호 복구 사용:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "파일 복구 설정 업데이트됨" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "파일 복구를 업데이트할 수 없습니다" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index ebe9d1aa3a6..ef66a00f5cd 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -612,6 +612,10 @@ msgstr "" msgid "From address" msgstr "보낸 이 주소" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "인증 필요함" diff --git a/l10n/ko/user_ldap.po b/l10n/ko/user_ldap.po index 390fdddde6e..8cf1c5b11b2 100644 --- a/l10n/ko/user_ldap.po +++ b/l10n/ko/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -93,6 +93,18 @@ msgstr "성공" msgid "Error" msgstr "오류" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "설정 올바름" @@ -167,7 +179,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "그룹 필터" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -327,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "고급" #: templates/settings.php:11 msgid "" diff --git a/l10n/ku_IQ/files_encryption.po b/l10n/ku_IQ/files_encryption.po index 71292777a08..98cff5b3e61 100644 --- a/l10n/ku_IQ/files_encryption.po +++ b/l10n/ku_IQ/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "نهێنیکردن" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ku_IQ/settings.po b/l10n/ku_IQ/settings.po index c3ef2167d3c..32a2a85df52 100644 --- a/l10n/ku_IQ/settings.po +++ b/l10n/ku_IQ/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ku_IQ/user_ldap.po b/l10n/ku_IQ/user_ldap.po index 3230187df6b..4f0f68f37c1 100644 --- a/l10n/ku_IQ/user_ldap.po +++ b/l10n/ku_IQ/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "سهرکهوتن" msgid "Error" msgstr "ههڵه" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "ههڵبژاردنی پیشكهوتوو" #: templates/settings.php:11 msgid "" diff --git a/l10n/lb/files_encryption.po b/l10n/lb/files_encryption.po index e812e1d71d5..d4271fc1538 100644 --- a/l10n/lb/files_encryption.po +++ b/l10n/lb/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index 3509127c09a..db96eff5cb9 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/lb/user_ldap.po b/l10n/lb/user_ldap.po index 01e11337347..0c1453f0fa5 100644 --- a/l10n/lb/user_ldap.po +++ b/l10n/lb/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Fehler" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avancéiert" #: templates/settings.php:11 msgid "" diff --git a/l10n/lt_LT/files_encryption.po b/l10n/lt_LT/files_encryption.po index 9dfe56a42a1..e9df56d3333 100644 --- a/l10n/lt_LT/files_encryption.po +++ b/l10n/lt_LT/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -79,9 +79,9 @@ msgstr "Failo iššifruoti nepavyko, gali būti jog jis yra pasidalintas su jumi #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Neatpažinta klaida, patikrinkite sistemos nustatymus arba kreipkitės į savo sistemos aministratorių" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Prašome įsitikinti, kad PHP 5.3.3 ar naujesnė yra įdiegta ir kad OpenSSL kartu su PHP plėtiniu yra šjungti ir teisingai sukonfigūruoti. Kol kas šifravimo programa bus išjungta." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Sekantys naudotojai nenustatyti šifravimui:" @@ -114,91 +114,91 @@ msgstr "Eiti tiesiai į Jūsų" msgid "personal settings" msgstr "asmeniniai nustatymai" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Šifravimas" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Įjunkite atkūrimo raktą, (leisti atkurti naudotojų failus praradus slaptažodį):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Atkūrimo rakto slaptažodis" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Pakartokite atkūrimo rakto slaptažodį" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Įjungta" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Išjungta" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Pakeisti atkūrimo rakto slaptažodį:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Senas atkūrimo rakto slaptažodis" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Naujas atkūrimo rakto slaptažodis" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Pakartokite naują atkūrimo rakto slaptažodį" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Pakeisti slaptažodį" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Privatus rakto slaptažodis daugiau neatitinka Jūsų prisijungimo slaptažodžio:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Nustatyti Jūsų privataus rakto slaptažodį į Jūsų dabartinį prisijungimo." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Jei nepamenate savo seno slaptažodžio, galite paprašyti administratoriaus atkurti Jūsų failus." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Senas prisijungimo slaptažodis" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Dabartinis prisijungimo slaptažodis" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Atnaujinti privataus rakto slaptažodį" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Įjungti slaptažodžio atkūrimą:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Įjungus šią funkciją jums bus suteiktas pakartotinis priėjimas prie Jūsų šifruotų failų pamiršus slaptažodį." -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Failų atkūrimo nustatymai pakeisti" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Neišėjo atnaujinti failų atkūrimo" diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index 8d92480aaeb..03538032920 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -612,6 +612,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/lt_LT/user_ldap.po b/l10n/lt_LT/user_ldap.po index d2d6edc8bac..93f370f807b 100644 --- a/l10n/lt_LT/user_ldap.po +++ b/l10n/lt_LT/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -92,6 +92,18 @@ msgstr "Sėkmingai" msgid "Error" msgstr "Klaida" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -170,7 +182,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Grupės filtras" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -330,7 +342,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Išplėstiniai" #: templates/settings.php:11 msgid "" diff --git a/l10n/lv/files_encryption.po b/l10n/lv/files_encryption.po index bff5224e340..85eb5e2aa75 100644 --- a/l10n/lv/files_encryption.po +++ b/l10n/lv/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Šifrēšana" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index 229a32f2d96..674169461fa 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/lv/user_ldap.po b/l10n/lv/user_ldap.po index d2a62bd8284..71608d510c1 100644 --- a/l10n/lv/user_ldap.po +++ b/l10n/lv/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Kļūda" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -168,7 +180,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Grupu filtrs" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -328,7 +340,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Paplašināti" #: templates/settings.php:11 msgid "" diff --git a/l10n/mk/files_encryption.po b/l10n/mk/files_encryption.po index 30acd200ab1..f356a80886c 100644 --- a/l10n/mk/files_encryption.po +++ b/l10n/mk/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -112,91 +112,91 @@ msgstr "Одете директно на вашиот" msgid "personal settings" msgstr "лични подесувања" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Енкрипција" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Повтори ја лозинката за клучот на обновување" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Овозможен" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Оневозможен" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Старата лозинка за клучот на обновување " -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Повтори ја лозинката за клучот на обновувањето" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Смени лозинка" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Старата лозинка за најавување" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Тековната лозинка за најавување" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Овозможи го обновувањето на лозинката:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index 0b4c7db56d0..8214f9fda75 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/mk/user_ldap.po b/l10n/mk/user_ldap.po index 236bec15a96..c0da2b583d4 100644 --- a/l10n/mk/user_ldap.po +++ b/l10n/mk/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "" msgid "Error" msgstr "Грешка" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -327,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Напредно" #: templates/settings.php:11 msgid "" diff --git a/l10n/ml/files_encryption.po b/l10n/ml/files_encryption.po index 798e7fb2e3a..97a4e829836 100644 --- a/l10n/ml/files_encryption.po +++ b/l10n/ml/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ml/settings.po b/l10n/ml/settings.po index 792e929fbf7..d089f63da67 100644 --- a/l10n/ml/settings.po +++ b/l10n/ml/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ml/user_ldap.po b/l10n/ml/user_ldap.po index aea0f1711d7..15d0b842bf1 100644 --- a/l10n/ml/user_ldap.po +++ b/l10n/ml/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ml_IN/files_encryption.po b/l10n/ml_IN/files_encryption.po index 7d4bee7e4e0..b9990473a70 100644 --- a/l10n/ml_IN/files_encryption.po +++ b/l10n/ml_IN/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ml_IN/settings.po b/l10n/ml_IN/settings.po index fcbc56cc39b..e566cd53f7e 100644 --- a/l10n/ml_IN/settings.po +++ b/l10n/ml_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ml_IN/user_ldap.po b/l10n/ml_IN/user_ldap.po index a5fcc48ae64..136c9dba524 100644 --- a/l10n/ml_IN/user_ldap.po +++ b/l10n/ml_IN/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/mn/files_encryption.po b/l10n/mn/files_encryption.po index d9b203ee579..52576cbdca5 100644 --- a/l10n/mn/files_encryption.po +++ b/l10n/mn/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/mn/settings.po b/l10n/mn/settings.po index 71327bb503e..ff45a099838 100644 --- a/l10n/mn/settings.po +++ b/l10n/mn/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/mn/user_ldap.po b/l10n/mn/user_ldap.po index 35f84c1f598..4a5453d89df 100644 --- a/l10n/mn/user_ldap.po +++ b/l10n/mn/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ms_MY/files_encryption.po b/l10n/ms_MY/files_encryption.po index 9c79c66dd37..ee50309f927 100644 --- a/l10n/ms_MY/files_encryption.po +++ b/l10n/ms_MY/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index cff3edc48a1..fb2a532ef30 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ms_MY/user_ldap.po b/l10n/ms_MY/user_ldap.po index d015f527a2c..bee8b9ae216 100644 --- a/l10n/ms_MY/user_ldap.po +++ b/l10n/ms_MY/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Ralat" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -324,7 +336,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Maju" #: templates/settings.php:11 msgid "" diff --git a/l10n/my_MM/files_encryption.po b/l10n/my_MM/files_encryption.po index ee2aba0405a..cec974e1585 100644 --- a/l10n/my_MM/files_encryption.po +++ b/l10n/my_MM/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/my_MM/settings.po b/l10n/my_MM/settings.po index 6c7f5dd95d6..63970e518c5 100644 --- a/l10n/my_MM/settings.po +++ b/l10n/my_MM/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/my_MM/user_ldap.po b/l10n/my_MM/user_ldap.po index 6d07dacdf23..f3b20110b7e 100644 --- a/l10n/my_MM/user_ldap.po +++ b/l10n/my_MM/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -324,7 +336,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "အဆင့်မြင့်" #: templates/settings.php:11 msgid "" diff --git a/l10n/nb_NO/files_encryption.po b/l10n/nb_NO/files_encryption.po index f56d81690bf..0d6522ba239 100644 --- a/l10n/nb_NO/files_encryption.po +++ b/l10n/nb_NO/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -77,9 +77,9 @@ msgstr "Kan ikke dekryptere denne filen. Dette er sannsynligvis en delt fil. Sp #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Ukjent feil. Sjekk systeminnstillingene dine eller kontakt administratoren" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "Vennligst se til at PHP 5.3.3 eller nyere er installert og at OpenSSL sammen med PHP-utvidelsen er aktivert og riktig konfigurert. Enn så lenge er krypterings-appen deaktivert." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Følgende brukere er ikke satt opp for kryptering:" @@ -112,91 +112,91 @@ msgstr "Gå direkte til din" msgid "personal settings" msgstr "personlige innstillinger" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Kryptering" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Aktiver gjenopprettingsnøkkel (tillat å gjenopprette brukerfiler i tilfelle tap av passord):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Passord for gjenopprettingsnøkkel" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Gjenta passord for gjenopprettingsnøkkel" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Aktiv" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Inaktiv" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Endre passord for gjenopprettingsnøkkel:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Gammelt passord for gjenopprettingsnøkkel" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nytt passord for gjenopprettingsnøkkel" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Gjenta nytt passord for gjenopprettingsnøkkel" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Endre passord" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Ditt passord for privat nøkkel stemmer ikke med påloggingspassordet ditt lenger:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Sett ditt gamle passord for privat nøkkel til ditt nåværende påloggingspassord." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Hvis du ikke husker det gamle passordet ditt kan du spørre administratoren om å gjenopprette filene dine." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Gammelt påloggingspassord" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Nåværende påloggingspassord" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Oppdater passord for privat nøkkel" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Aktiver gjenoppretting av passord:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Aktivering av dette valget tillater deg å gjenerobre tilgang til dine krypterte filer i tilfelle du mister passordet ditt." -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Innstillinger for gjenoppretting av filer ble oppdatert" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Klarte ikke å oppdatere gjenoppretting av filer" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 0f8fa9640ac..66fe54844ae 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -611,6 +611,10 @@ msgstr "" msgid "From address" msgstr "Fra adresse" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/nb_NO/user_ldap.po b/l10n/nb_NO/user_ldap.po index c3a24944e21..bf0a16f42ce 100644 --- a/l10n/nb_NO/user_ldap.po +++ b/l10n/nb_NO/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "Suksess" msgid "Error" msgstr "Feil" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfigurasjon OK" @@ -167,7 +179,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Gruppefilter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -327,7 +339,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avansert" #: templates/settings.php:11 msgid "" diff --git a/l10n/nds/files_encryption.po b/l10n/nds/files_encryption.po index defa439e7a7..f60a7386d0e 100644 --- a/l10n/nds/files_encryption.po +++ b/l10n/nds/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/nds/settings.po b/l10n/nds/settings.po index b42508cd3c3..a20e8b8feeb 100644 --- a/l10n/nds/settings.po +++ b/l10n/nds/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/nds/user_ldap.po b/l10n/nds/user_ldap.po index 962c1e7d8fd..cefaa560fb7 100644 --- a/l10n/nds/user_ldap.po +++ b/l10n/nds/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ne/files_encryption.po b/l10n/ne/files_encryption.po index 79efb4cb4b1..565b48ecf4c 100644 --- a/l10n/ne/files_encryption.po +++ b/l10n/ne/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ne/settings.po b/l10n/ne/settings.po index f8b929ee38d..6441e2ab83d 100644 --- a/l10n/ne/settings.po +++ b/l10n/ne/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ne/user_ldap.po b/l10n/ne/user_ldap.po index 41dd28201d5..1d2329e90b8 100644 --- a/l10n/ne/user_ldap.po +++ b/l10n/ne/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/nl/files_encryption.po b/l10n/nl/files_encryption.po index 0e0cf6cab72..3ecdae1ace8 100644 --- a/l10n/nl/files_encryption.po +++ b/l10n/nl/files_encryption.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-12 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 18:11+0000\n" -"Last-Translator: André Koot <meneer@tken.net>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,9 +78,9 @@ msgstr "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld best #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Onbekende fout, Controleer uw systeeminstellingen of neem contact op met uw systeembeheerder" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "De volgende gebruikers hebben geen configuratie voor encryptie:" @@ -113,91 +113,91 @@ msgstr "Ga meteen naar uw" msgid "personal settings" msgstr "persoonlijke instellingen" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Versleuteling" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Activeren herstelsleutel (maakt het mogelijk om gebruikersbestanden terug te halen in geval van verlies van het wachtwoord):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Wachtwoord herstelsleulel" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Herhaal het herstelsleutel wachtwoord" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Geactiveerd" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Gedeactiveerd" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Wijzig wachtwoord herstelsleutel:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Oude wachtwoord herstelsleutel" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nieuwe wachtwoord herstelsleutel" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Herhaal het nieuwe herstelsleutel wachtwoord" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Wijzigen wachtwoord" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Het wachtwoord van uw privésleutel komt niet meer overeen met uw inlogwachtwoord:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Stel het wachtwoord van uw oude privésleutel in op uw huidige inlogwachtwoord." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Als u uw oude wachtwoord niet meer weet, kunt u uw beheerder vragen uw bestanden terug te halen." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Oude wachtwoord" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Huidige wachtwoord" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Bijwerken wachtwoord Privésleutel" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Activeren wachtwoord herstel:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Het activeren van deze optie maakt het mogelijk om uw versleutelde bestanden te benaderen als uw wachtwoord kwijt is" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Bestandsherstel instellingen bijgewerkt" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Kon bestandsherstel niet bijwerken" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 10dee7f107e..85782d92751 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-25 21:40+0000\n" -"Last-Translator: kwillems <kwillems@zonnet.nl>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -611,6 +611,10 @@ msgstr "Dit wordt gestuurd voor het verzenden van meldingen." msgid "From address" msgstr "Afzenderadres" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Authenticatie vereist" diff --git a/l10n/nl/user_ldap.po b/l10n/nl/user_ldap.po index 33e8a15e828..c55f50671d7 100644 --- a/l10n/nl/user_ldap.po +++ b/l10n/nl/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -93,6 +93,18 @@ msgstr "Succes" msgid "Error" msgstr "Fout" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuratie OK" @@ -169,7 +181,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Groep Filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -329,7 +341,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Geavanceerd" #: templates/settings.php:11 msgid "" diff --git a/l10n/nn_NO/files_encryption.po b/l10n/nn_NO/files_encryption.po index cba4f8cebb7..895762c0e47 100644 --- a/l10n/nn_NO/files_encryption.po +++ b/l10n/nn_NO/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Kryptering" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po index fc41df6cdac..9bed08a2702 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -610,6 +610,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/nn_NO/user_ldap.po b/l10n/nn_NO/user_ldap.po index 5c0160a338b..add6e3596db 100644 --- a/l10n/nn_NO/user_ldap.po +++ b/l10n/nn_NO/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Feil" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avansert" #: templates/settings.php:11 msgid "" diff --git a/l10n/nqo/files_encryption.po b/l10n/nqo/files_encryption.po index f8d0e13d326..c514d702216 100644 --- a/l10n/nqo/files_encryption.po +++ b/l10n/nqo/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/nqo/settings.po b/l10n/nqo/settings.po index 36630d9b683..4a8c5da8199 100644 --- a/l10n/nqo/settings.po +++ b/l10n/nqo/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/nqo/user_ldap.po b/l10n/nqo/user_ldap.po index 349a94c0ec9..8136812f8a7 100644 --- a/l10n/nqo/user_ldap.po +++ b/l10n/nqo/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/oc/files_encryption.po b/l10n/oc/files_encryption.po index 75356e1c044..10b03869650 100644 --- a/l10n/oc/files_encryption.po +++ b/l10n/oc/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index 6a57a25d13d..4b3903f3bfd 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/oc/user_ldap.po b/l10n/oc/user_ldap.po index 5321c397eb7..6a2d80b7760 100644 --- a/l10n/oc/user_ldap.po +++ b/l10n/oc/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Error" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avançat" #: templates/settings.php:11 msgid "" diff --git a/l10n/or_IN/files_encryption.po b/l10n/or_IN/files_encryption.po index 3de51d97c54..fc0ac2cadca 100644 --- a/l10n/or_IN/files_encryption.po +++ b/l10n/or_IN/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-23 01:54-0400\n" -"PO-Revision-Date: 2014-04-22 22:46+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Oriya (India) (http://www.transifex.com/projects/p/owncloud/language/or_IN/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/or_IN/settings.po b/l10n/or_IN/settings.po index ebd7d7fc189..d5c26484ccd 100644 --- a/l10n/or_IN/settings.po +++ b/l10n/or_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Oriya (India) (http://www.transifex.com/projects/p/owncloud/language/or_IN/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/or_IN/user_ldap.po b/l10n/or_IN/user_ldap.po index ec5e935d088..f3ec3cae631 100644 --- a/l10n/or_IN/user_ldap.po +++ b/l10n/or_IN/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Oriya (India) (http://www.transifex.com/projects/p/owncloud/language/or_IN/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/pa/files_encryption.po b/l10n/pa/files_encryption.po index 078a3d3183c..2adfb595ca2 100644 --- a/l10n/pa/files_encryption.po +++ b/l10n/pa/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/pa/settings.po b/l10n/pa/settings.po index 36226551a48..77ba0870e80 100644 --- a/l10n/pa/settings.po +++ b/l10n/pa/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/pa/user_ldap.po b/l10n/pa/user_ldap.po index 0711591ca1f..119f335330a 100644 --- a/l10n/pa/user_ldap.po +++ b/l10n/pa/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "ਗਲਤੀ" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index b0e2d39c95a..e62b66493e4 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/files.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-27 07:01+0000\n" +"Last-Translator: bobie <maciej.przybecki@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -183,7 +183,7 @@ msgstr "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie z msgid "URL cannot be empty" msgstr "URL nie może być pusty" -#: js/file-upload.js:559 js/filelist.js:1176 +#: js/file-upload.js:559 js/filelist.js:1170 msgid "{new_name} already exists" msgstr "{new_name} już istnieje" @@ -217,57 +217,57 @@ msgid "" "big." msgstr "Pobieranie jest przygotowywane. Może to zająć trochę czasu jeśli pliki są duże." -#: js/filelist.js:602 js/filelist.js:1671 +#: js/filelist.js:596 js/filelist.js:1665 msgid "Pending" msgstr "Oczekujące" -#: js/filelist.js:1127 +#: js/filelist.js:1121 msgid "Error moving file." msgstr "Błąd podczas przenoszenia pliku." -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error moving file" msgstr "Błąd prz przenoszeniu pliku" -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error" msgstr "Błąd" -#: js/filelist.js:1213 +#: js/filelist.js:1207 msgid "Could not rename file" msgstr "Nie można zmienić nazwy pliku" -#: js/filelist.js:1334 +#: js/filelist.js:1328 msgid "Error deleting file." msgstr "Błąd podczas usuwania pliku" -#: js/filelist.js:1437 templates/list.php:62 +#: js/filelist.js:1431 templates/list.php:62 msgid "Name" msgstr "Nazwa" -#: js/filelist.js:1438 templates/list.php:75 +#: js/filelist.js:1432 templates/list.php:75 msgid "Size" msgstr "Rozmiar" -#: js/filelist.js:1439 templates/list.php:78 +#: js/filelist.js:1433 templates/list.php:78 msgid "Modified" msgstr "Modyfikacja" -#: js/filelist.js:1449 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1443 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "%n katalog" msgstr[1] "%n katalogi" msgstr[2] "%n katalogów" -#: js/filelist.js:1455 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1449 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "%n plik" msgstr[1] "%n pliki" msgstr[2] "%n plików" -#: js/filelist.js:1579 js/filelist.js:1618 +#: js/filelist.js:1573 js/filelist.js:1612 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Wysyłanie %n pliku" @@ -422,4 +422,4 @@ msgstr "Skanowanie plików, proszę czekać." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Aktualnie skanowane" diff --git a/l10n/pl/files_encryption.po b/l10n/pl/files_encryption.po index 355b5601c15..fb8688cfeb0 100644 --- a/l10n/pl/files_encryption.po +++ b/l10n/pl/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-13 17:12-0400\n" -"PO-Revision-Date: 2014-03-13 07:10+0000\n" -"Last-Translator: maxxx <maxxxrally@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,9 +79,9 @@ msgstr "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostęp #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Nieznany błąd proszę sprawdzić ustawienia systemu lub skontaktuj się z administratorem" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Proszę upewnić się, że PHP 5.3.3 lub nowszy jest zainstalowany i że OpenSSL oraz rozszerzenie PHP jest włączone i poprawnie skonfigurowane. Obecnie szyfrowanie aplikacji zostało wyłączone." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Następujący użytkownicy nie mają skonfigurowanego szyfrowania:" @@ -114,91 +114,91 @@ msgstr "Przejdź bezpośrednio do" msgid "personal settings" msgstr "Ustawienia osobiste" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Szyfrowanie" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Włączhasło klucza odzyskiwania (pozwala odzyskać pliki użytkowników w przypadku utraty hasła):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Hasło klucza odzyskiwania" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Powtórz hasło klucza odzyskiwania" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Włączone" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Wyłączone" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Zmień hasło klucza odzyskiwania" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Stare hasło klucza odzyskiwania" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nowe hasło klucza odzyskiwania" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Powtórz nowe hasło klucza odzyskiwania" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Zmień hasło" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Hasło klucza prywatnego nie pasuje do hasła logowania:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Podaj swoje stare prywatne hasło aby ustawić nowe" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Jeśli nie pamiętasz swojego starego hasła, poproś swojego administratora, aby odzyskać pliki." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Stare hasło logowania" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Bieżące hasło logowania" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Aktualizacja hasła klucza prywatnego" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Włącz hasło odzyskiwania:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Ustawienia odzyskiwania plików zmienione" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Nie można zmienić pliku odzyskiwania" diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index f1acf0a2b1f..51880d64d9d 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:47+0000\n" -"Last-Translator: hoek <hoek@hoek.pl>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -611,6 +611,10 @@ msgstr "To jest używane do wysyłania powiadomień" msgid "From address" msgstr "Z adresu" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Wymagana autoryzacja" diff --git a/l10n/pl/user_ldap.po b/l10n/pl/user_ldap.po index 27455dc6d55..61516b753ac 100644 --- a/l10n/pl/user_ldap.po +++ b/l10n/pl/user_ldap.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "Zachować ustawienia?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Serwer" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -95,6 +95,18 @@ msgstr "Sukces" msgid "Error" msgstr "Błąd" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfiguracja poprawna" @@ -161,19 +173,19 @@ msgstr "Nie można znaleźć żądanej funkcji" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Serwer" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Filtr użytkownika" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Filtr logowania" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Grupa filtrów" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -249,12 +261,12 @@ msgstr "Określa jakiego filtru użyć podczas próby zalogowania. %%uid zastęp #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Serwer" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Serwer:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -262,7 +274,7 @@ msgstr "Dodaj konfigurację servera" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Usuń konfigurację" #: templates/part.wizard-server.php:30 msgid "Host" @@ -329,11 +341,11 @@ msgstr "Kontynuuj " #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Ekspert" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Zaawansowane" #: templates/settings.php:11 msgid "" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 7c870d14512..844eecf10c1 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/files.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 13:41+0000\n" +"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -417,4 +417,4 @@ msgstr "Arquivos sendo escaneados, por favor aguarde." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Atualmente escaneando" diff --git a/l10n/pt_BR/files_encryption.po b/l10n/pt_BR/files_encryption.po index 231b3042b9a..312cf316b0a 100644 --- a/l10n/pt_BR/files_encryption.po +++ b/l10n/pt_BR/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-12 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 13:00+0000\n" -"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,9 +79,9 @@ msgstr "Este arquivo não pode ser decriptado, provavelmente este é um arquivo #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Erro desconhecido, por favor verifique suas configurações ou faça contato com o administrador" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, certifique-se que o PHP 5.3.3 ou mais recente está instalado e que a extensão PHP OpenSSL está habilitado e configurado corretamente. Por enquanto, o aplicativo de criptografia foi desativado." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Seguintes usuários não estão configurados para criptografia:" @@ -114,91 +114,91 @@ msgstr "Ir diretamente para o seu" msgid "personal settings" msgstr "configurações pessoais." -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Criptografia" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Habilitar chave de recuperação (permite recuperar arquivos de usuários em caso de perda de senha):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Senha da chave de recuperação" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Repita Recuperação de senha da chave" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Habilitado" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Desabilitado" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Mudar a senha da chave de recuperação:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Senha antiga da chave de recuperação" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Nova senha da chave de recuperação" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Repita Nova senha da chave de recuperação" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Trocar Senha" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Sua senha de chave privada não coincide mais com sua senha de login:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Configure sua antiga senha de chave privada para sua atual senha de login." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Se você não se lembra de sua antiga senha você pode pedir ao administrador que recupere seus arquivos." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Senha antiga de login" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Senha de login atual" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Atualizar senha de chave privada" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Habilitar recuperação de senha:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Habilitar essa opção vai permitir que você obtenha novamente acesso aos seus arquivos encriptados em caso de perda de senha" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Configurações de recuperação de arquivo atualizado" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Não foi possível atualizar a recuperação de arquivos" diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index 5a51bbebaad..02142e71531 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-25 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 19:02+0000\n" -"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -610,6 +610,10 @@ msgstr "Isto é usado para o envio de notificações." msgid "From address" msgstr "Do Endereço" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Autenticação é requerida" diff --git a/l10n/pt_BR/user_ldap.po b/l10n/pt_BR/user_ldap.po index 603e8dd09e4..d04045ac462 100644 --- a/l10n/pt_BR/user_ldap.po +++ b/l10n/pt_BR/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,7 @@ msgstr "Manter ajustes?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Servidor" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -92,6 +92,18 @@ msgstr "Sucesso" msgid "Error" msgstr "Erro" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuração OK" @@ -156,19 +168,19 @@ msgstr "Não foi possível encontrar a função desejada" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Servidor" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Filtro de Usuário" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Filtro de Login" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtro de Grupo" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -244,12 +256,12 @@ msgstr "Define o filtro a ser aplicado, o login é feito. %%uid substitui o nome #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Servidor" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Servidor:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -257,7 +269,7 @@ msgstr "Adicionar Configuração de Servidor" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Excluir Configuração" #: templates/part.wizard-server.php:30 msgid "Host" @@ -324,11 +336,11 @@ msgstr "Continuar" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Especialista" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avançado" #: templates/settings.php:11 msgid "" diff --git a/l10n/pt_PT/files_encryption.po b/l10n/pt_PT/files_encryption.po index 7ab6f28d933..39083190b1e 100644 --- a/l10n/pt_PT/files_encryption.po +++ b/l10n/pt_PT/files_encryption.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-16 01:54-0400\n" -"PO-Revision-Date: 2014-05-15 18:55+0000\n" -"Last-Translator: Drew Melim <nokostya.translation@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -81,9 +81,9 @@ msgstr "Não foi possível desencriptar este ficheiro, possivelmente é um fiche #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Erro desconhecido. Verifique por favor as definições do sistema ou contacte o seu administrador" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -96,7 +96,7 @@ msgid "" " the encryption app has been disabled." msgstr "Por favor, certifique-se que PHP 5.3.3 ou mais recente está instalado e que OpenSSL juntamente com a extensão PHP está ativada e corretamente configurada. Por agora, a aplicação de encriptação está desactivada." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Os utilizadores seguintes não estão marcados para cifragem:" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index 32e0bb01563..47ac6332678 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -615,6 +615,10 @@ msgstr "Isto é utilizado para enviar notificações" msgid "From address" msgstr "Do endereço" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Autenticação necessária" diff --git a/l10n/pt_PT/user_ldap.po b/l10n/pt_PT/user_ldap.po index 1b734ef8605..6fc15b31ebe 100644 --- a/l10n/pt_PT/user_ldap.po +++ b/l10n/pt_PT/user_ldap.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -94,6 +94,18 @@ msgstr "Sucesso" msgid "Error" msgstr "Erro" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuração OK" @@ -170,7 +182,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtrar por grupo" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -330,7 +342,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avançado" #: templates/settings.php:11 msgid "" diff --git a/l10n/ro/files_encryption.po b/l10n/ro/files_encryption.po index 69ab2532756..10021696c97 100644 --- a/l10n/ro/files_encryption.po +++ b/l10n/ro/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -112,91 +112,91 @@ msgstr "" msgid "personal settings" msgstr "setari personale" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Încriptare" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Activat" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Dezactivat" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Schimbă parola" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Parola cheii private nu se mai potriveste cu parola ta de logare:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Setarile pentru recuperarea fisierelor au fost actualizate" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Nu am putut actualiza recuperarea de fisiere" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index 75d369df3b8..efa98d00f96 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -610,6 +610,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ro/user_ldap.po b/l10n/ro/user_ldap.po index b4a6151d197..586eb357ea2 100644 --- a/l10n/ro/user_ldap.po +++ b/l10n/ro/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -91,6 +91,18 @@ msgstr "Succes" msgid "Error" msgstr "Eroare" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Configuraţie valida" @@ -169,7 +181,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Fitrare Grup" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -329,7 +341,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avansat" #: templates/settings.php:11 msgid "" diff --git a/l10n/ru/files_encryption.po b/l10n/ru/files_encryption.po index d0f028c8df8..98261f3d907 100644 --- a/l10n/ru/files_encryption.po +++ b/l10n/ru/files_encryption.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-28 01:55-0400\n" -"PO-Revision-Date: 2014-03-27 14:31+0000\n" -"Last-Translator: Swab <swab@i.ua>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -84,9 +84,9 @@ msgstr "Не могу расшифровать файл, возможно это #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Неизвестная ошибка, пожалуйста, проверьте системные настройки или свяжитесь с администратором" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -99,7 +99,7 @@ msgid "" " the encryption app has been disabled." msgstr "Пожалуйста, убедитесь, что версия PHP 5.3.3 или новее, а также, что OpenSSL и соответствующее расширение PHP включены и правильно настроены. На данный момент приложение шифрования отключено." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Для следующих пользователей шифрование не настроено:" @@ -119,91 +119,91 @@ msgstr "Перейти прямо в" msgid "personal settings" msgstr "персональные настройки" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Шифрование" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Включить ключ восстановления (позволяет пользователям восстановить файлы при потере пароля):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Пароль для ключа восстановления" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Повторите пароль восстановления ключа" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Включено" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Отключено" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Сменить пароль для ключа восстановления:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Старый пароль для ключа восстановления" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Новый пароль для ключа восстановления" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Повторите новый пароль восстановления ключа" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Изменить пароль" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Пароль от секретного ключа больше не соответствует паролю входа:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Замените старый пароль от секретного ключа на новый пароль входа." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Если вы не помните свой старый пароль, вы можете попросить своего администратора восстановить ваши файлы" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Старый пароль для входа" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Текущйи пароль для входа" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Обновить пароль от секретного ключа" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Включить восстановление пароля:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Включение этой опции позволит вам получить доступ к своим зашифрованным файлам в случае утери пароля" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Настройки файла восстановления обновлены" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Невозможно обновить файл восстановления" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index 6cc5c7caacf..3d19fdf1b30 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -625,6 +625,10 @@ msgstr "Используется для отправки уведомлений. msgid "From address" msgstr "Адрес отправителя" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Требуется аутентификация " diff --git a/l10n/ru/user_ldap.po b/l10n/ru/user_ldap.po index 2006f5467c6..d0c153c2858 100644 --- a/l10n/ru/user_ldap.po +++ b/l10n/ru/user_ldap.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -101,6 +101,18 @@ msgstr "Успешно" msgid "Error" msgstr "Ошибка" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Конфигурация в порядке" @@ -179,7 +191,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Фильтр группы" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -339,7 +351,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Дополнительно" #: templates/settings.php:11 msgid "" diff --git a/l10n/si_LK/files_encryption.po b/l10n/si_LK/files_encryption.po index bd5b1eb2e31..2911fb32a10 100644 --- a/l10n/si_LK/files_encryption.po +++ b/l10n/si_LK/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "ගුප්ත කේතනය" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po index 33f7369bedf..2b0e25445d5 100644 --- a/l10n/si_LK/settings.po +++ b/l10n/si_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/si_LK/user_ldap.po b/l10n/si_LK/user_ldap.po index ce53a5c8493..cf42c000c91 100644 --- a/l10n/si_LK/user_ldap.po +++ b/l10n/si_LK/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "සාර්ථකයි" msgid "Error" msgstr "දෝෂයක්" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -166,7 +178,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "කණ්ඩායම් පෙරහන" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "දියුණු/උසස්" #: templates/settings.php:11 msgid "" diff --git a/l10n/sk/files_encryption.po b/l10n/sk/files_encryption.po index 876401e6a77..2af59c39656 100644 --- a/l10n/sk/files_encryption.po +++ b/l10n/sk/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po index 1aaaf6c0057..60ebbfef723 100644 --- a/l10n/sk/settings.po +++ b/l10n/sk/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/sk/user_ldap.po b/l10n/sk/user_ldap.po index b90ad892c37..ad9797796f8 100644 --- a/l10n/sk/user_ldap.po +++ b/l10n/sk/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -328,7 +340,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Pokročilé" #: templates/settings.php:11 msgid "" diff --git a/l10n/sk_SK/files_encryption.po b/l10n/sk_SK/files_encryption.po index 6ce0145b55e..188aebdb56f 100644 --- a/l10n/sk_SK/files_encryption.po +++ b/l10n/sk_SK/files_encryption.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-23 01:54-0400\n" -"PO-Revision-Date: 2014-04-22 07:20+0000\n" -"Last-Translator: mhh <marian.hvolka@stuba.sk>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,9 +78,9 @@ msgstr "Tento súbor sa nepodarilo dešifrovať, pravdepodobne je zdieľaný. Po #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Neznáma chyba, skontrolujte si vaše systémové nastavenia alebo kontaktujte administrátora" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Nasledujúci používatelia nie sú nastavení pre šifrovanie:" diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index 53f74173458..2adf701afc7 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -609,6 +609,10 @@ msgstr "Používa sa na odosielanie upozornení." msgid "From address" msgstr "Z adresy" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Vyžaduje sa overenie" diff --git a/l10n/sk_SK/user_ldap.po b/l10n/sk_SK/user_ldap.po index f2ddb089d36..2b56fa975f1 100644 --- a/l10n/sk_SK/user_ldap.po +++ b/l10n/sk_SK/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -92,6 +92,18 @@ msgstr "Úspešné" msgid "Error" msgstr "Chyba" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfigurácia je v poriadku" @@ -170,7 +182,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filter skupiny" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -330,7 +342,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Rozšírené" #: templates/settings.php:11 msgid "" diff --git a/l10n/sl/files_encryption.po b/l10n/sl/files_encryption.po index dc3211d8a71..3acc39312b3 100644 --- a/l10n/sl/files_encryption.po +++ b/l10n/sl/files_encryption.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-15 02:13-0400\n" -"PO-Revision-Date: 2014-03-14 19:21+0000\n" -"Last-Translator: mateju <>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,9 +78,9 @@ msgstr "Te datoteke ni mogoče šifrirati, ker je to najverjetneje datoteka v so #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Prišlo je do neznane napake. Preverite nastavitve sistema ali pa stopite v stik s skrbnikom sistema." +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "Preverite, ali je na strežniku nameščen paket PHP 5.3.3 ali novejši, da je omogočen in pravilno nastavljen PHP OpenSSL. Z obstoječimi možnostmi šifriranje ni mogoče." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Navedeni uporabniki še nimajo nastavljenega šifriranja:" @@ -113,91 +113,91 @@ msgstr "Skočite neposredno na" msgid "personal settings" msgstr "osebne nastavitve" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Šifriranje" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "Omogoči ključ za obnovitev datotek (v primeru izgube gesla):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "Ključ za obnovitev gesla" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "Ponovi ključ za obnovitev gesla" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Omogočeno" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Onemogočeno" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "Spremeni ključ za obnovitev gesla:" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "Stari ključ za obnovitev gesla" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "Novi ključ za obnovitev gesla" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "Ponovi novi ključ za obnovitev gesla" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Spremeni geslo" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Vaš zasebni ključ za geslo se ne ujema z geslom, vnesenim ob prijavi:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Nastavite svoj star zasebni ključ v geslo, vneseno ob prijavi." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Če ste pozabili svoje geslo, lahko vaše datoteke obnovi le skrbnik sistema." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Staro geslo" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Trenutno geslo" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Posodobi zasebni ključ" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Omogoči obnovitev gesla:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Nastavitev te možnosti omogoča ponovno pridobitev dostopa do šifriranih datotek, v primeru, da boste geslo pozabili." -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Nastavitve obnavljanja dokumentov so posodobljene" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Nastavitev za obnavljanje dokumentov ni mogoče posodobiti" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 1ec5e50decb..605c31b8194 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -609,6 +609,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Zahtevana je overitev" diff --git a/l10n/sl/user_ldap.po b/l10n/sl/user_ldap.po index d2c2754e11d..4feb2c0700e 100644 --- a/l10n/sl/user_ldap.po +++ b/l10n/sl/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -92,6 +92,18 @@ msgstr "Uspešno končano." msgid "Error" msgstr "Napaka" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Nastavitev je ustrezna" @@ -172,7 +184,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filter skupin" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -332,7 +344,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Napredne možnosti" #: templates/settings.php:11 msgid "" diff --git a/l10n/sq/files_encryption.po b/l10n/sq/files_encryption.po index fe70cc4dd2d..cd312b93825 100644 --- a/l10n/sq/files_encryption.po +++ b/l10n/sq/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sq/settings.po b/l10n/sq/settings.po index 4a51cffd6c9..769233ce98d 100644 --- a/l10n/sq/settings.po +++ b/l10n/sq/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/sq/user_ldap.po b/l10n/sq/user_ldap.po index e4482f89cd9..0ee719d6452 100644 --- a/l10n/sq/user_ldap.po +++ b/l10n/sq/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "Sukses" msgid "Error" msgstr "Gabim" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -166,7 +178,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Filtri i grupeve" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "E përparuar" #: templates/settings.php:11 msgid "" diff --git a/l10n/sr/files_encryption.po b/l10n/sr/files_encryption.po index b072157e734..049f1b7b073 100644 --- a/l10n/sr/files_encryption.po +++ b/l10n/sr/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Шифровање" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index 5c4ff32049b..0d679e1739b 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/sr/user_ldap.po b/l10n/sr/user_ldap.po index b5a3be6d2b5..4a6cbc20c0c 100644 --- a/l10n/sr/user_ldap.po +++ b/l10n/sr/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Грешка" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -168,7 +180,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Филтер групе" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -328,7 +340,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Напредно" #: templates/settings.php:11 msgid "" diff --git a/l10n/sr@latin/files_encryption.po b/l10n/sr@latin/files_encryption.po index 11e2fec48d6..ecc4d3e78d5 100644 --- a/l10n/sr@latin/files_encryption.po +++ b/l10n/sr@latin/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 2510ebed92f..6817dc0f47a 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/sr@latin/user_ldap.po b/l10n/sr@latin/user_ldap.po index b1da30f41a3..3b9cbb9ab31 100644 --- a/l10n/sr@latin/user_ldap.po +++ b/l10n/sr@latin/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "Greška" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -328,7 +340,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Napredno" #: templates/settings.php:11 msgid "" diff --git a/l10n/su/files_encryption.po b/l10n/su/files_encryption.po index 43e3808a37d..9a941b86fd6 100644 --- a/l10n/su/files_encryption.po +++ b/l10n/su/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sundanese (http://www.transifex.com/projects/p/owncloud/language/su/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/su/settings.po b/l10n/su/settings.po index ef2d14711cf..8a5e96adafa 100644 --- a/l10n/su/settings.po +++ b/l10n/su/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sundanese (http://www.transifex.com/projects/p/owncloud/language/su/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/su/user_ldap.po b/l10n/su/user_ldap.po index faab2ddedf4..2d9a77a13cd 100644 --- a/l10n/su/user_ldap.po +++ b/l10n/su/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sundanese (http://www.transifex.com/projects/p/owncloud/language/su/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/sv/files_encryption.po b/l10n/sv/files_encryption.po index eb0ddaf5935..9c93e3d4bdd 100644 --- a/l10n/sv/files_encryption.po +++ b/l10n/sv/files_encryption.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-06 01:55-0400\n" -"PO-Revision-Date: 2014-04-05 18:30+0000\n" -"Last-Translator: AsavarTzeth <asavartzeth@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -84,9 +84,9 @@ msgstr "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägar #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Oväntat fel, kolla dina system inställningar eller kontakta din administratör" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -99,7 +99,7 @@ msgid "" " the encryption app has been disabled." msgstr "Kontrollera att PHP 5.3.3 eller senare är installerad och att tillägget OpenSSL PHP är aktiverad och korrekt konfigurerad. Kryptering är tillsvidare inaktiverad." -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "Följande användare har inte aktiverat kryptering:" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index 2af7b5822eb..09373cf709f 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -20,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-25 01:54-0400\n" -"PO-Revision-Date: 2014-05-25 00:01+0000\n" -"Last-Translator: medialabs\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -620,6 +620,10 @@ msgstr "Detta används för att skicka ut notifieringar." msgid "From address" msgstr "Från adress" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Autentisering krävs" diff --git a/l10n/sv/user_ldap.po b/l10n/sv/user_ldap.po index 8ea3c707134..fa606780aaa 100644 --- a/l10n/sv/user_ldap.po +++ b/l10n/sv/user_ldap.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -100,6 +100,18 @@ msgstr "Lyckat" msgid "Error" msgstr "Fel" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Konfigurationen är OK" @@ -176,7 +188,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Gruppfilter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -336,7 +348,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Avancerad" #: templates/settings.php:11 msgid "" diff --git a/l10n/sw_KE/files_encryption.po b/l10n/sw_KE/files_encryption.po index d431247af8b..d697a104bd1 100644 --- a/l10n/sw_KE/files_encryption.po +++ b/l10n/sw_KE/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/sw_KE/settings.po b/l10n/sw_KE/settings.po index 3e9c184ae2e..0c3720d4c89 100644 --- a/l10n/sw_KE/settings.po +++ b/l10n/sw_KE/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/sw_KE/user_ldap.po b/l10n/sw_KE/user_ldap.po index 11ba689d1d5..de47ea8b92c 100644 --- a/l10n/sw_KE/user_ldap.po +++ b/l10n/sw_KE/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ta_IN/files_encryption.po b/l10n/ta_IN/files_encryption.po index df89e0a6f40..e53964ca4c7 100644 --- a/l10n/ta_IN/files_encryption.po +++ b/l10n/ta_IN/files_encryption.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-01 01:55-0400\n" -"PO-Revision-Date: 2013-04-26 08:01+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" diff --git a/l10n/ta_IN/settings.po b/l10n/ta_IN/settings.po index decae77f345..b9591132bb1 100644 --- a/l10n/ta_IN/settings.po +++ b/l10n/ta_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ta_IN/user_ldap.po b/l10n/ta_IN/user_ldap.po index e9b21ff0f33..675ed9062ec 100644 --- a/l10n/ta_IN/user_ldap.po +++ b/l10n/ta_IN/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ta_LK/files_encryption.po b/l10n/ta_LK/files_encryption.po index 6f5ef1e9128..36f5c18b0b8 100644 --- a/l10n/ta_LK/files_encryption.po +++ b/l10n/ta_LK/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "மறைக்குறியீடு" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po index de28fd2430f..7b9a487baf7 100644 --- a/l10n/ta_LK/settings.po +++ b/l10n/ta_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ta_LK/user_ldap.po b/l10n/ta_LK/user_ldap.po index b3a44a27730..ed161da013d 100644 --- a/l10n/ta_LK/user_ldap.po +++ b/l10n/ta_LK/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "வழு" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "உயர்ந்த" #: templates/settings.php:11 msgid "" diff --git a/l10n/te/files_encryption.po b/l10n/te/files_encryption.po index c9545f4e681..182b49a08c3 100644 --- a/l10n/te/files_encryption.po +++ b/l10n/te/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -112,91 +112,91 @@ msgstr "" msgid "personal settings" msgstr "వ్యక్తిగత అమరికలు" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/te/settings.po b/l10n/te/settings.po index 0afa9663229..68e345fece3 100644 --- a/l10n/te/settings.po +++ b/l10n/te/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/te/user_ldap.po b/l10n/te/user_ldap.po index 3e289042b42..84870168631 100644 --- a/l10n/te/user_ldap.po +++ b/l10n/te/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "పొరపాటు" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "ఉన్నతం" #: templates/settings.php:11 msgid "" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index b79a13c1c70..6cea1ac3929 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 698e3392d87..e3704dfcf9e 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -177,7 +177,7 @@ msgstr "" msgid "URL cannot be empty" msgstr "" -#: js/file-upload.js:559 js/filelist.js:1176 +#: js/file-upload.js:559 js/filelist.js:1170 msgid "{new_name} already exists" msgstr "" @@ -211,55 +211,55 @@ msgid "" "big." msgstr "" -#: js/filelist.js:602 js/filelist.js:1671 +#: js/filelist.js:596 js/filelist.js:1665 msgid "Pending" msgstr "" -#: js/filelist.js:1127 +#: js/filelist.js:1121 msgid "Error moving file." msgstr "" -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error moving file" msgstr "" -#: js/filelist.js:1135 +#: js/filelist.js:1129 msgid "Error" msgstr "" -#: js/filelist.js:1213 +#: js/filelist.js:1207 msgid "Could not rename file" msgstr "" -#: js/filelist.js:1334 +#: js/filelist.js:1328 msgid "Error deleting file." msgstr "" -#: js/filelist.js:1437 templates/list.php:62 +#: js/filelist.js:1431 templates/list.php:62 msgid "Name" msgstr "" -#: js/filelist.js:1438 templates/list.php:75 +#: js/filelist.js:1432 templates/list.php:75 msgid "Size" msgstr "" -#: js/filelist.js:1439 templates/list.php:78 +#: js/filelist.js:1433 templates/list.php:78 msgid "Modified" msgstr "" -#: js/filelist.js:1449 js/filesummary.js:141 js/filesummary.js:168 +#: js/filelist.js:1443 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" msgid_plural "%n folders" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1455 js/filesummary.js:142 js/filesummary.js:169 +#: js/filelist.js:1449 js/filesummary.js:142 js/filesummary.js:169 msgid "%n file" msgid_plural "%n files" msgstr[0] "" msgstr[1] "" -#: js/filelist.js:1579 js/filelist.js:1618 +#: js/filelist.js:1573 js/filelist.js:1612 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 4df3b5e3d82..5442687067f 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -75,7 +75,8 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your administrator" +"Unknown error. Please check your system settings or contact your " +"administrator" msgstr "" #: hooks/hooks.php:64 diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 99268eecd62..2a8b43d2291 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index cac94afef93..a5df5b953d6 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: js/share.js:44 js/share.js:52 +#: js/share.js:49 js/share.js:57 msgid "Shared by {owner}" msgstr "" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index f37377f9c1f..20dd23b46f8 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 0cf6c2c98ab..54e7fa5d4c9 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 184e1a5d14d..7dcce95619e 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -128,29 +128,29 @@ msgstr "" msgid "App can't be installed because of not allowed code in the App" msgstr "" -#: private/installer.php:141 +#: private/installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "" -#: private/installer.php:147 +#: private/installer.php:144 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "" -#: private/installer.php:160 +#: private/installer.php:157 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" msgstr "" -#: private/installer.php:170 +#: private/installer.php:167 msgid "App directory already exists" msgstr "" -#: private/installer.php:183 +#: private/installer.php:180 #, php-format msgid "Can't create app folder. Please fix permissions. %s" msgstr "" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 8dda548d136..7f2a3a97e3e 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -117,29 +117,29 @@ msgstr "" msgid "App can't be installed because of not allowed code in the App" msgstr "" -#: installer.php:141 +#: installer.php:138 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "" -#: installer.php:147 +#: installer.php:144 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "" -#: installer.php:160 +#: installer.php:157 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" msgstr "" -#: installer.php:170 +#: installer.php:167 msgid "App directory already exists" msgstr "" -#: installer.php:183 +#: installer.php:180 #, php-format msgid "Can't create app folder. Please fix permissions. %s" msgstr "" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index c21a37769e2..d732723be63 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -605,6 +605,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index b90b0939bfb..04ec18056ac 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -91,6 +91,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index f24d9d3fc20..ca17b5ee8cc 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/th_TH/files_encryption.po b/l10n/th_TH/files_encryption.po index 737d2545c59..a35e6e9d583 100644 --- a/l10n/th_TH/files_encryption.po +++ b/l10n/th_TH/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "การเข้ารหัส" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index adcbbf916f1..68f01429603 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/th_TH/user_ldap.po b/l10n/th_TH/user_ldap.po index 34f4a85c107..336ba436c37 100644 --- a/l10n/th_TH/user_ldap.po +++ b/l10n/th_TH/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "เสร็จสิ้น" msgid "Error" msgstr "ข้อผิดพลาด" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -164,7 +176,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "ตัวกรองข้อมูลกลุ่ม" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -324,7 +336,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "ขั้นสูง" #: templates/settings.php:11 msgid "" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index 89dc22cfd95..50b6baddcbb 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-27 01:54-0400\n" +"PO-Revision-Date: 2014-05-26 10:32+0000\n" +"Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -418,4 +418,4 @@ msgstr "Dosyalar taranıyor, lütfen bekleyin." #: templates/list.php:105 msgid "Currently scanning" -msgstr "" +msgstr "Şu anda taranan" diff --git a/l10n/tr/files_encryption.po b/l10n/tr/files_encryption.po index ff6e9cb7cc9..1878db482a6 100644 --- a/l10n/tr/files_encryption.po +++ b/l10n/tr/files_encryption.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-25 21:40+0000\n" -"Last-Translator: volkangezer <volkangezer@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -78,9 +78,9 @@ msgstr "Bu dosya muhtemelen bir paylaşılan dosya olduğundan şifrelemesi kald #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "Bilinmeyen hata. Lütfen sistem ayarlarınızı denetleyin veya yöneticiniz ile iletişime geçin" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index 637b0d5870b..95407d67022 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-25 21:40+0000\n" -"Last-Translator: volkangezer <volkangezer@gmail.com>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -176,7 +176,7 @@ msgstr "Kullanıcı girilmedi" msgid "" "Please provide an admin recovery password, otherwise all user data will be " "lost" -msgstr "Lütfen bir yönetici kurtarma parolası girin, aksi takdirde tüm kullanıcı verisi kaybedilecek" +msgstr "Lütfen yönetici kurtarma parolasını girin, aksi takdirde tüm kullanıcı verisi kaybedilecek" #: changepassword/controller.php:73 msgid "" @@ -611,6 +611,10 @@ msgstr "Bu, bildirimler gönderilirken kullanılır." msgid "From address" msgstr "Kimden adresi" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "Kimlik doğrulama gerekli" @@ -621,7 +625,7 @@ msgstr "Sunucu adresi" #: templates/admin.php:389 msgid "Port" -msgstr "Bağlantı Noktası" +msgstr "Port" #: templates/admin.php:394 msgid "Credentials" @@ -859,7 +863,7 @@ msgstr "Yönetici Kurtarma Parolası" msgid "" "Enter the recovery password in order to recover the users files during " "password change" -msgstr "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için bir kurtarma parolası girin" +msgstr "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için kurtarma parolasını girin" #: templates/users.php:40 msgid "Default Storage" diff --git a/l10n/tr/user_ldap.po b/l10n/tr/user_ldap.po index ea8f8202c49..e33f084504b 100644 --- a/l10n/tr/user_ldap.po +++ b/l10n/tr/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -75,7 +75,7 @@ msgstr "Ayarlar korunsun mu?" #: js/settings.js:93 msgid "{nbServer}. Server" -msgstr "" +msgstr "{nbServer}. Sunucu" #: js/settings.js:99 msgid "Cannot add server configuration" @@ -93,6 +93,18 @@ msgstr "Başarılı" msgid "Error" msgstr "Hata" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "Yapılandırma tamam" @@ -157,19 +169,19 @@ msgstr "İstenen özellik bulunamadı" #: settings.php:52 msgid "Server" -msgstr "" +msgstr "Sunucu" #: settings.php:53 msgid "User Filter" -msgstr "" +msgstr "Kullanıcı Süzgeci" #: settings.php:54 msgid "Login Filter" -msgstr "" +msgstr "Oturum Süzgeci" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Grup Süzgeci" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -245,12 +257,12 @@ msgstr "Oturum açma girişimi olduğunda uygulanacak filtreyi tanımlar. %%uid, #: templates/part.wizard-server.php:6 msgid "1. Server" -msgstr "" +msgstr "1. Sunucu" #: templates/part.wizard-server.php:13 #, php-format msgid "%s. Server:" -msgstr "" +msgstr "%s. Sunucu:" #: templates/part.wizard-server.php:18 msgid "Add Server Configuration" @@ -258,7 +270,7 @@ msgstr "Sunucu Yapılandırması Ekle" #: templates/part.wizard-server.php:21 msgid "Delete Configuration" -msgstr "" +msgstr "Yapılandırmayı Sil" #: templates/part.wizard-server.php:30 msgid "Host" @@ -325,11 +337,11 @@ msgstr "Devam et" #: templates/settings.php:7 msgid "Expert" -msgstr "" +msgstr "Uzman" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Gelişmiş" #: templates/settings.php:11 msgid "" diff --git a/l10n/tzm/files_encryption.po b/l10n/tzm/files_encryption.po index 40561735470..ca51ee1060e 100644 --- a/l10n/tzm/files_encryption.po +++ b/l10n/tzm/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/tzm/settings.po b/l10n/tzm/settings.po index dc0fd84a3dd..55f2094d6f5 100644 --- a/l10n/tzm/settings.po +++ b/l10n/tzm/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/tzm/user_ldap.po b/l10n/tzm/user_ldap.po index 42fc344246f..07ba04ca2f6 100644 --- a/l10n/tzm/user_ldap.po +++ b/l10n/tzm/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ug/files_encryption.po b/l10n/ug/files_encryption.po index c781d1dd9fe..ad014580c60 100644 --- a/l10n/ug/files_encryption.po +++ b/l10n/ug/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "شىفىرلاش" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ug/settings.po b/l10n/ug/settings.po index 22b4bc00f91..963f239ff3c 100644 --- a/l10n/ug/settings.po +++ b/l10n/ug/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ug/user_ldap.po b/l10n/ug/user_ldap.po index 5eb87b2d4aa..5a93300e236 100644 --- a/l10n/ug/user_ldap.po +++ b/l10n/ug/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "خاتالىق" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -164,7 +176,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "گۇرۇپپا سۈزگۈچ" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -324,7 +336,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "ئالىي" #: templates/settings.php:11 msgid "" diff --git a/l10n/uk/files_encryption.po b/l10n/uk/files_encryption.po index 0df9952e26d..94427439a3e 100644 --- a/l10n/uk/files_encryption.po +++ b/l10n/uk/files_encryption.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# zubr139 <zubr139@ukr.net>, 2013 +# zubr139, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -92,7 +92,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -112,91 +112,91 @@ msgstr "" msgid "personal settings" msgstr "особисті налаштування" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Шифрування" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Змінити Пароль" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index a0e80e2d734..63643515cba 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/uk/user_ldap.po b/l10n/uk/user_ldap.po index f543a344ac4..82a0a6776b6 100644 --- a/l10n/uk/user_ldap.po +++ b/l10n/uk/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "Успіх" msgid "Error" msgstr "Помилка" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -168,7 +180,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Фільтр Груп" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -328,7 +340,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Додатково" #: templates/settings.php:11 msgid "" diff --git a/l10n/ur/files_encryption.po b/l10n/ur/files_encryption.po index f8e7504486b..99bceb54362 100644 --- a/l10n/ur/files_encryption.po +++ b/l10n/ur/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (http://www.transifex.com/projects/p/owncloud/language/ur/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ur/settings.po b/l10n/ur/settings.po index 5e873f95525..99c68257042 100644 --- a/l10n/ur/settings.po +++ b/l10n/ur/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (http://www.transifex.com/projects/p/owncloud/language/ur/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ur/user_ldap.po b/l10n/ur/user_ldap.po index 9a73f5d74d9..6ef05a32f04 100644 --- a/l10n/ur/user_ldap.po +++ b/l10n/ur/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (http://www.transifex.com/projects/p/owncloud/language/ur/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/ur_PK/files_encryption.po b/l10n/ur_PK/files_encryption.po index 7530d0584f7..33c437bf83e 100644 --- a/l10n/ur_PK/files_encryption.po +++ b/l10n/ur_PK/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/ur_PK/settings.po b/l10n/ur_PK/settings.po index 001df4f7315..7880fb80b1d 100644 --- a/l10n/ur_PK/settings.po +++ b/l10n/ur_PK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/ur_PK/user_ldap.po b/l10n/ur_PK/user_ldap.po index 2520f473e22..ca193980a19 100644 --- a/l10n/ur_PK/user_ldap.po +++ b/l10n/ur_PK/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "ایرر" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "ایڈوانسڈ" #: templates/settings.php:11 msgid "" diff --git a/l10n/uz/files_encryption.po b/l10n/uz/files_encryption.po index 12d51b25dd0..1a6198476b5 100644 --- a/l10n/uz/files_encryption.po +++ b/l10n/uz/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/uz/settings.po b/l10n/uz/settings.po index efedde13e12..dc07c72425e 100644 --- a/l10n/uz/settings.po +++ b/l10n/uz/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/uz/user_ldap.po b/l10n/uz/user_ldap.po index ea67c32094a..567171e3d17 100644 --- a/l10n/uz/user_ldap.po +++ b/l10n/uz/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "" msgid "Error" msgstr "" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" diff --git a/l10n/vi/files_encryption.po b/l10n/vi/files_encryption.po index 94941933864..824ee79accc 100644 --- a/l10n/vi/files_encryption.po +++ b/l10n/vi/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -78,7 +78,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -93,7 +93,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -113,91 +113,91 @@ msgstr "" msgid "personal settings" msgstr "Thiết lập cá nhân" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "Mã hóa" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "Bật" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "Tắt" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "Đổi Mật khẩu" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "Mật khẩu khóa cá nhân không còn phù hợp với mật khẩu đăng nhập:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "Thiết lập mật khẩu khóa cá nhân cũ đến mật khẩu đăng nhập hiện tại." -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "Nếu bạn không nhớ mật khẩu cũ, bạn có thể yêu cầu quản trị viên khôi phục tập tin của bạn." -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "Mật khẩu đăng nhập cũ" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "Mật khẩu đăng nhập hiện tại" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "Cập nhật mật khẩu khóa cá nhân" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "Kích hoạt khôi phục mật khẩu:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "Tùy chọn này sẽ cho phép bạn tái truy cập đến các tập tin mã hóa trong trường hợp mất mật khẩu" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "Đã cập nhật thiết lập khôi phục tập tin " -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "Không thể cập nhật khôi phục tập tin" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index e2af997e91e..aded9b70d35 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -608,6 +608,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/vi/user_ldap.po b/l10n/vi/user_ldap.po index 17318fc4d76..2f9dbcc9324 100644 --- a/l10n/vi/user_ldap.po +++ b/l10n/vi/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "Thành công" msgid "Error" msgstr "Lỗi" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -164,7 +176,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Bộ lọc nhóm" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -324,7 +336,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "Nâng cao" #: templates/settings.php:11 msgid "" diff --git a/l10n/zh_CN/files_encryption.po b/l10n/zh_CN/files_encryption.po index ebd97ad4d8a..4eeb796cd2f 100644 --- a/l10n/zh_CN/files_encryption.po +++ b/l10n/zh_CN/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -79,7 +79,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -114,91 +114,91 @@ msgstr "" msgid "personal settings" msgstr "个人设置" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "加密" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "启用恢复密钥(允许你在密码丢失后恢复文件):" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "恢复密钥密码" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "开启" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "禁用" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "更改恢复密钥密码" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "旧的恢复密钥密码" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "新的恢复密钥密码" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "修改密码" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "您的私钥密码不再匹配您的登录密码:" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "讲您旧的私钥密码改为当前登录密码。" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "如果您记不住旧的密码,您可以请求管理员恢复您的文件。" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "旧登录密码" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "当前登录密码" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "更新私钥密码" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "启用密码恢复:" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "启用该项将允许你在密码丢失后取回您的加密文件" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "文件恢复设置已更新" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "不能更新文件恢复" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index 777f391483d..cb71c9ff5ae 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -614,6 +614,10 @@ msgstr "这被用于发送通知。" msgid "From address" msgstr "来自地址" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "需要认证" diff --git a/l10n/zh_CN/user_ldap.po b/l10n/zh_CN/user_ldap.po index c40824eef3a..78ba1fc9a5e 100644 --- a/l10n/zh_CN/user_ldap.po +++ b/l10n/zh_CN/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -92,6 +92,18 @@ msgstr "成功" msgid "Error" msgstr "错误" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -166,7 +178,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "组过滤" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "高级" #: templates/settings.php:11 msgid "" diff --git a/l10n/zh_HK/files_encryption.po b/l10n/zh_HK/files_encryption.po index e70443ec445..17eaff41cb2 100644 --- a/l10n/zh_HK/files_encryption.po +++ b/l10n/zh_HK/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-03-11 01:54-0400\n" -"PO-Revision-Date: 2014-03-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -76,7 +76,7 @@ msgstr "" #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" msgstr "" @@ -91,7 +91,7 @@ msgid "" " the encryption app has been disabled." msgstr "" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "" @@ -111,91 +111,91 @@ msgstr "" msgid "personal settings" msgstr "" -#: templates/settings-admin.php:4 templates/settings-personal.php:3 +#: templates/settings-admin.php:2 templates/settings-personal.php:2 msgid "Encryption" msgstr "加密" -#: templates/settings-admin.php:7 +#: templates/settings-admin.php:5 msgid "" "Enable recovery key (allow to recover users files in case of password loss):" msgstr "" -#: templates/settings-admin.php:11 +#: templates/settings-admin.php:9 msgid "Recovery key password" msgstr "" -#: templates/settings-admin.php:14 +#: templates/settings-admin.php:12 msgid "Repeat Recovery key password" msgstr "" -#: templates/settings-admin.php:21 templates/settings-personal.php:51 +#: templates/settings-admin.php:19 templates/settings-personal.php:50 msgid "Enabled" msgstr "" -#: templates/settings-admin.php:29 templates/settings-personal.php:59 +#: templates/settings-admin.php:27 templates/settings-personal.php:58 msgid "Disabled" msgstr "" -#: templates/settings-admin.php:34 +#: templates/settings-admin.php:32 msgid "Change recovery key password:" msgstr "" -#: templates/settings-admin.php:40 +#: templates/settings-admin.php:38 msgid "Old Recovery key password" msgstr "" -#: templates/settings-admin.php:47 +#: templates/settings-admin.php:45 msgid "New Recovery key password" msgstr "" -#: templates/settings-admin.php:53 +#: templates/settings-admin.php:51 msgid "Repeat New Recovery key password" msgstr "" -#: templates/settings-admin.php:58 +#: templates/settings-admin.php:56 msgid "Change Password" msgstr "" -#: templates/settings-personal.php:9 +#: templates/settings-personal.php:8 msgid "Your private key password no longer match your log-in password:" msgstr "" -#: templates/settings-personal.php:12 +#: templates/settings-personal.php:11 msgid "Set your old private key password to your current log-in password." msgstr "" -#: templates/settings-personal.php:14 +#: templates/settings-personal.php:13 msgid "" " If you don't remember your old password you can ask your administrator to " "recover your files." msgstr "" -#: templates/settings-personal.php:22 +#: templates/settings-personal.php:21 msgid "Old log-in password" msgstr "" -#: templates/settings-personal.php:28 +#: templates/settings-personal.php:27 msgid "Current log-in password" msgstr "" -#: templates/settings-personal.php:33 +#: templates/settings-personal.php:32 msgid "Update Private Key Password" msgstr "" -#: templates/settings-personal.php:42 +#: templates/settings-personal.php:41 msgid "Enable password recovery:" msgstr "" -#: templates/settings-personal.php:44 +#: templates/settings-personal.php:43 msgid "" "Enabling this option will allow you to reobtain access to your encrypted " "files in case of password loss" msgstr "" -#: templates/settings-personal.php:60 +#: templates/settings-personal.php:59 msgid "File recovery settings updated" msgstr "" -#: templates/settings-personal.php:61 +#: templates/settings-personal.php:60 msgid "Could not update file recovery" msgstr "" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index 393cb6c2786..94f900c8733 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -607,6 +607,10 @@ msgstr "" msgid "From address" msgstr "" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "" diff --git a/l10n/zh_HK/user_ldap.po b/l10n/zh_HK/user_ldap.po index 2a8287f2676..64ef5f92694 100644 --- a/l10n/zh_HK/user_ldap.po +++ b/l10n/zh_HK/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -90,6 +90,18 @@ msgstr "成功" msgid "Error" msgstr "錯誤" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -324,7 +336,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "進階" #: templates/settings.php:11 msgid "" diff --git a/l10n/zh_TW/files_encryption.po b/l10n/zh_TW/files_encryption.po index 06803008ac1..67911abc23f 100644 --- a/l10n/zh_TW/files_encryption.po +++ b/l10n/zh_TW/files_encryption.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-25 01:54-0400\n" -"PO-Revision-Date: 2014-04-24 12:31+0000\n" -"Last-Translator: akong <akong@aspa.idv.tw>\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,9 +79,9 @@ msgstr "無法解密這個檔案,也許這是分享的檔案。請詢問檔案 #: files/error.php:22 files/error.php:27 msgid "" -"Unknown error please check your system settings or contact your " +"Unknown error. Please check your system settings or contact your " "administrator" -msgstr "未知錯誤請檢查您的系統設定或是聯絡您的管理員" +msgstr "" #: hooks/hooks.php:64 msgid "Missing requirements." @@ -94,7 +94,7 @@ msgid "" " the encryption app has been disabled." msgstr "請確認已安裝 PHP 5.3.3 或是更新的版本以及 OpenSSL 也一併安裝在 PHP extension 裡面並啟用及設置完成。現在,加密功能是停用的。" -#: hooks/hooks.php:295 +#: hooks/hooks.php:299 msgid "Following users are not set up for encryption:" msgstr "以下的使用者無法設定加密:" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index a478eab014a..f9d59bf5596 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-24 01:54-0400\n" -"PO-Revision-Date: 2014-05-24 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -609,6 +609,10 @@ msgstr "這是使用於寄送通知。" msgid "From address" msgstr "寄件地址" +#: templates/admin.php:360 +msgid "mail" +msgstr "" + #: templates/admin.php:381 msgid "Authentication required" msgstr "必須驗證" diff --git a/l10n/zh_TW/user_ldap.po b/l10n/zh_TW/user_ldap.po index f60a1034f31..6f3fc77a3cd 100644 --- a/l10n/zh_TW/user_ldap.po +++ b/l10n/zh_TW/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-26 01:54-0400\n" -"PO-Revision-Date: 2014-05-26 05:54+0000\n" +"POT-Creation-Date: 2014-05-28 01:54-0400\n" +"PO-Revision-Date: 2014-05-28 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -92,6 +92,18 @@ msgstr "成功" msgid "Error" msgstr "錯誤" +#: js/settings.js:244 +msgid "Please specify a Base DN" +msgstr "" + +#: js/settings.js:245 +msgid "Could not determine Base DN" +msgstr "" + +#: js/settings.js:276 +msgid "Please specify the port" +msgstr "" + #: js/settings.js:780 msgid "Configuration OK" msgstr "" @@ -166,7 +178,7 @@ msgstr "" #: settings.php:55 msgid "Group Filter" -msgstr "" +msgstr "Group Filter" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -326,7 +338,7 @@ msgstr "" #: templates/settings.php:8 msgid "Advanced" -msgstr "" +msgstr "進階" #: templates/settings.php:11 msgid "" diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index c6aa43e9b59..5819cf25639 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -1,15 +1,19 @@ <?php $TRANSLATIONS = array( +"You are accessing the server from an untrusted domain." => "Tas accediendo al sirvidor dende un dominiu non confiáu.", "App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "Nun pue instalase l'aplicación \"%s\" porque nun ye compatible con esta versión d'ownCloud.", "Help" => "Ayuda", "Personal" => "Personal", "Settings" => "Axustes", "Users" => "Usuarios", +"Admin" => "Almin", "Failed to upgrade \"%s\"." => "Fallu al anovar \"%s\".", "Unknown filetype" => "Triba de ficheru desconocida", "Invalid image" => "Imaxe inválida", "web services under your control" => "servicios web baxo'l to control", +"ZIP download is turned off." => "Tan deshabilitaes les descargues de ZIP.", "Files need to be downloaded one by one." => "Los ficheros necesiten descargase ún a ún", +"Selected files too large to generate zip file." => "Los ficheros esbillaos son milenta grandes pa xenerar un ficheru zip.", "App does not provide an info.xml file" => "L'aplicación nun apurre un ficheru info.xml", "App can't be installed because it is not compatible with this version of ownCloud" => "Nun pue instalase l'aplicación porque nun ye compatible con esta versión d'ownCloud.", "Can't create app folder. Please fix permissions. %s" => "Nun pue crease la carpeta de l'aplicación. Por favor, igua los permisos. %s", @@ -23,8 +27,9 @@ $TRANSLATIONS = array( "Oracle connection could not be established" => "Nun pudo afitase la conexón d'Oracle", "Set an admin username." => "Afitar nome d'usuariu p'almin", "Set an admin password." => "Afitar contraseña p'almin", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "El sirvidor web entá nun ta configurado pa permitir la sincronización de ficheros yá que la interface WebDAV paez nun tar funcionando.", +"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "El to sirvidor web entá nun ta configuráu afayadizamente pa permitir la sincronización de ficheros porque la interfaz WebDAV paez tar rota.", "%s shared »%s« with you" => "%s compartió »%s« contigo", +"You need to provide a password to create a public link, only protected links are allowed" => "Necesites apurrir una contraseña pa crear un enllaz públicu, namái tan permitíos los enllaces protexíos", "Share type %s is not valid for %s" => "La triba de compartición %s nun ye válida pa %s", "Sharing backend %s not found" => "Nun s'alcontró'l botón de compartición %s", "Sharing backend for %s not found" => "Nun s'alcontró'l botón de partición pa %s", diff --git a/lib/l10n/el.php b/lib/l10n/el.php index 716b2694d45..546fb6347b5 100644 --- a/lib/l10n/el.php +++ b/lib/l10n/el.php @@ -59,12 +59,14 @@ $TRANSLATIONS = array( "Please double check the <a href='%s'>installation guides</a>." => "Ελέγξτε ξανά τις <a href='%s'>οδηγίες εγκατάστασης</a>.", "%s shared »%s« with you" => "Ο %s διαμοιράστηκε μαζί σας το »%s«", "Sharing %s failed, because the file does not exist" => "Ο διαμοιρασμός του %s απέτυχε, γιατί το αρχείο δεν υπάρχει", +"You are not allowed to share %s" => "Δεν επιτρέπεται να διαμοιράσετε τον πόρο %s", "Sharing %s failed, because the user %s is the item owner" => "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρήστης %s είναι ο ιδιοκτήτης του αντικειμένου", "Sharing %s failed, because the user %s does not exist" => "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρήστης %s δεν υπάρχει", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρήστης %s δεν είναι μέλος καμίας ομάδας στην οποία ο χρήστης %s είναι μέλος", "Sharing %s failed, because this item is already shared with %s" => "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο ήδη με τον χρήστη %s", "Sharing %s failed, because the group %s does not exist" => "Ο διαμοιρασμός του %s απέτυχε, γιατί η ομάδα χρηστών %s δεν υπάρχει", "Sharing %s failed, because %s is not a member of the group %s" => "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρήστης %s δεν είναι μέλος της ομάδας %s", +"You need to provide a password to create a public link, only protected links are allowed" => "Πρέπει να εισάγετε έναν κωδικό για να δημιουργήσετε έναν δημόσιο σύνδεσμο. Μόνο προστατευμένοι σύνδεσμοι επιτρέπονται", "Sharing %s failed, because sharing with links is not allowed" => "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν επιτρέπεται ο διαμοιρασμός με συνδέσμους", "Share type %s is not valid for %s" => "Ο τύπος διαμοιρασμού %s δεν είναι έγκυρος για το %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s", diff --git a/lib/l10n/en_GB.php b/lib/l10n/en_GB.php index 5aa4f0f356e..9a5e9bb831f 100644 --- a/lib/l10n/en_GB.php +++ b/lib/l10n/en_GB.php @@ -59,6 +59,7 @@ $TRANSLATIONS = array( "Please double check the <a href='%s'>installation guides</a>." => "Please double check the <a href='%s'>installation guides</a>.", "%s shared »%s« with you" => "%s shared \"%s\" with you", "Sharing %s failed, because the file does not exist" => "Sharing %s failed, because the file does not exist", +"You are not allowed to share %s" => "You are not allowed to share %s", "Sharing %s failed, because the user %s is the item owner" => "Sharing %s failed, because the user %s is the item owner", "Sharing %s failed, because the user %s does not exist" => "Sharing %s failed, because the user %s does not exist", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of", diff --git a/lib/l10n/fr.php b/lib/l10n/fr.php index 696d7c2724a..b91152a53a5 100644 --- a/lib/l10n/fr.php +++ b/lib/l10n/fr.php @@ -59,6 +59,7 @@ $TRANSLATIONS = array( "Please double check the <a href='%s'>installation guides</a>." => "Veuillez vous référer au <a href='%s'>guide d'installation</a>.", "%s shared »%s« with you" => "%s partagé »%s« avec vous", "Sharing %s failed, because the file does not exist" => "Le partage de %s a échoué car le fichier n'existe pas", +"You are not allowed to share %s" => "Vous n'êtes pas autorisé à partager %s", "Sharing %s failed, because the user %s is the item owner" => "Le partage de %s a échoué car l'utilisateur %s est le propriétaire de l'objet", "Sharing %s failed, because the user %s does not exist" => "Le partage de %s a échoué car l'utilisateur %s n'existe pas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Le partage de %s a échoué car l'utilisateur %s n'est membre d'aucun groupe auquel %s appartient", diff --git a/lib/private/app.php b/lib/private/app.php index 575cc9f41af..50065197eb4 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -231,7 +231,7 @@ class OC_App{ // check if the app is compatible with this version of ownCloud $info=OC_App::getAppInfo($app); $version=OC_Util::getVersion(); - if(!isset($info['require']) or !self::isAppVersionCompatible($version, $info['require'])) { + if(!self::isAppCompatible($version, $info)) { throw new \Exception( $l->t("App \"%s\" can't be installed because it is not compatible with this version of ownCloud.", array($info['name']) @@ -898,7 +898,7 @@ class OC_App{ foreach($apps as $app) { // check if the app is compatible with this version of ownCloud $info = OC_App::getAppInfo($app); - if(!isset($info['require']) or !self::isAppVersionCompatible($version, $info['require'])) { + if(!self::isAppCompatible($version, $info)) { OC_Log::write('core', 'App "'.$info['name'].'" ('.$app.') can\'t be used because it is' .' not compatible with this version of ownCloud', @@ -909,38 +909,78 @@ class OC_App{ } } + /** + * Ajust the number of version parts of $version1 to match + * the number of version parts of $version2. + * + * @param string $version1 version to adjust + * @param string $version2 version to take the number of parts from + * @return string shortened $version1 + */ + private static function adjustVersionParts($version1, $version2) { + $version1 = explode('.', $version1); + $version2 = explode('.', $version2); + // reduce $version1 to match the number of parts in $version2 + while (count($version1) > count($version2)) { + array_pop($version1); + } + // if $version1 does not have enough parts, add some + while (count($version1) < count($version2)) { + $version1[] = '0'; + } + return implode('.', $version1); + } /** - * Compares the app version with the owncloud version to see if the app - * requires a newer version than the currently active one - * @param array $owncloudVersions array with 3 entries: major minor bugfix - * @param string $appRequired the required version from the xml - * major.minor.bugfix + * Check whether the current ownCloud version matches the given + * application's version requirements. + * + * The comparison is made based on the number of parts that the + * app info version has. For example for ownCloud 6.0.3 if the + * app info version is expecting version 6.0, the comparison is + * made on the first two parts of the ownCloud version. + * This means that it's possible to specify "requiremin" => 6 + * and "requiremax" => 6 and it will still match ownCloud 6.0.3. + * + * @param string $ocVersion ownCloud version to check against + * @param array $appInfo app info (from xml) + * * @return boolean true if compatible, otherwise false */ - public static function isAppVersionCompatible($owncloudVersions, $appRequired){ - $appVersions = explode('.', $appRequired); + public static function isAppCompatible($ocVersion, $appInfo){ + $requireMin = ''; + $requireMax = ''; + if (isset($appInfo['requiremin'])) { + $requireMin = $appInfo['requiremin']; + } else if (isset($appInfo['require'])) { + $requireMin = $appInfo['require']; + } - for($i=0; $i<count($appVersions); $i++){ - $appVersion = (int) $appVersions[$i]; + if (isset($appInfo['requiremax'])) { + $requireMax = $appInfo['requiremax']; + } - if(isset($owncloudVersions[$i])){ - $owncloudVersion = $owncloudVersions[$i]; - } else { - $owncloudVersion = 0; - } + if (is_array($ocVersion)) { + $ocVersion = implode('.', $ocVersion); + } - if($owncloudVersion < $appVersion){ - return false; - } elseif ($owncloudVersion > $appVersion) { - return true; - } + if (!empty($requireMin) + && version_compare(self::adjustVersionParts($ocVersion, $requireMin), $requireMin, '<') + ) { + + return false; + } + + if (!empty($requireMax) + && version_compare(self::adjustVersionParts($ocVersion, $requireMax), $requireMax, '>') + ) { + + return false; } return true; } - /** * get the installed version of all apps */ diff --git a/lib/private/contactsmanager.php b/lib/private/contactsmanager.php index 26264d4e988..338cc048651 100644 --- a/lib/private/contactsmanager.php +++ b/lib/private/contactsmanager.php @@ -34,12 +34,13 @@ namespace OC { * @return array an array of contacts which are arrays of key-value-pairs */ public function search($pattern, $searchProperties = array(), $options = array()) { + $this->loadAddressBooks(); $result = array(); - foreach($this->address_books as $address_book) { - $r = $address_book->search($pattern, $searchProperties, $options); + foreach($this->addressBooks as $addressBook) { + $r = $addressBook->search($pattern, $searchProperties, $options); $contacts = array(); foreach($r as $c){ - $c['addressbook-key'] = $address_book->getKey(); + $c['addressbook-key'] = $addressBook->getKey(); $contacts[] = $c; } $result = array_merge($result, $contacts); @@ -52,18 +53,20 @@ namespace OC { * This function can be used to delete the contact identified by the given id * * @param object $id the unique identifier to a contact - * @param string $address_book_key identifier of the address book in which the contact shall be deleted + * @param string $addressBookKey identifier of the address book in which the contact shall be deleted * @return bool successful or not */ - public function delete($id, $address_book_key) { - if (!array_key_exists($address_book_key, $this->address_books)) + public function delete($id, $addressBookKey) { + $addressBook = $this->getAddressBook($addressBookKey); + if (!$addressBook) { return null; + } - $address_book = $this->address_books[$address_book_key]; - if ($address_book->getPermissions() & \OCP\PERMISSION_DELETE) + if ($addressBook->getPermissions() & \OCP\PERMISSION_DELETE) { return null; + } - return $address_book->delete($id); + return $addressBook->delete($id); } /** @@ -71,19 +74,20 @@ namespace OC { * Otherwise the contact will be updated by replacing the entire data set. * * @param array $properties this array if key-value-pairs defines a contact - * @param string $address_book_key identifier of the address book in which the contact shall be created or updated - * @return array an array representing the contact just created or updated + * @param string $addressBookKey identifier of the address book in which the contact shall be created or updated + * @return array representing the contact just created or updated */ - public function createOrUpdate($properties, $address_book_key) { - - if (!array_key_exists($address_book_key, $this->address_books)) + public function createOrUpdate($properties, $addressBookKey) { + $addressBook = $this->getAddressBook($addressBookKey); + if (!$addressBook) { return null; + } - $address_book = $this->address_books[$address_book_key]; - if ($address_book->getPermissions() & \OCP\PERMISSION_CREATE) + if ($addressBook->getPermissions() & \OCP\PERMISSION_CREATE) { return null; + } - return $address_book->createOrUpdate($properties); + return $addressBook->createOrUpdate($properties); } /** @@ -92,30 +96,31 @@ namespace OC { * @return bool true if enabled, false if not */ public function isEnabled() { - return !empty($this->address_books); + return !empty($this->addressBooks) || !empty($this->addressBookLoaders); } /** - * @param \OCP\IAddressBook $address_book + * @param \OCP\IAddressBook $addressBook */ - public function registerAddressBook(\OCP\IAddressBook $address_book) { - $this->address_books[$address_book->getKey()] = $address_book; + public function registerAddressBook(\OCP\IAddressBook $addressBook) { + $this->addressBooks[$addressBook->getKey()] = $addressBook; } /** - * @param \OCP\IAddressBook $address_book + * @param \OCP\IAddressBook $addressBook */ - public function unregisterAddressBook(\OCP\IAddressBook $address_book) { - unset($this->address_books[$address_book->getKey()]); + public function unregisterAddressBook(\OCP\IAddressBook $addressBook) { + unset($this->addressBooks[$addressBook->getKey()]); } /** * @return array */ public function getAddressBooks() { + $this->loadAddressBooks(); $result = array(); - foreach($this->address_books as $address_book) { - $result[$address_book->getKey()] = $address_book->getDisplayName(); + foreach($this->addressBooks as $addressBook) { + $result[$addressBook->getKey()] = $addressBook->getDisplayName(); } return $result; @@ -125,26 +130,56 @@ namespace OC { * removes all registered address book instances */ public function clear() { - $this->address_books = array(); + $this->addressBooks = array(); + $this->addressBookLoaders = array(); } /** * @var \OCP\IAddressBook[] which holds all registered address books */ - private $address_books = array(); + private $addressBooks = array(); + + /** + * @var \Closure[] to call to load/register address books + */ + private $addressBookLoaders = array(); /** * In order to improve lazy loading a closure can be registered which will be called in case * address books are actually requested * - * @param string $key * @param \Closure $callable */ - function register($key, \Closure $callable) + public function register(\Closure $callable) { - // - //TODO: implement me - // + $this->addressBookLoaders[] = $callable; + } + + /** + * Get (and load when needed) the address book for $key + * + * @param string $addressBookKey + * @return \OCP\IAddressBook + */ + protected function getAddressBook($addressBookKey) + { + $this->loadAddressBooks(); + if (!array_key_exists($addressBookKey, $this->addressBooks)) { + return null; + } + + return $this->addressBooks[$addressBookKey]; + } + + /** + * Load all address books registered with 'register' + */ + protected function loadAddressBooks() + { + foreach($this->addressBookLoaders as $callable) { + $callable($this); + } + $this->addressBookLoaders = array(); } } } diff --git a/lib/private/installer.php b/lib/private/installer.php index 667c05c9c16..3bddfa6a3b7 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -133,10 +133,7 @@ class OC_Installer{ } // check if the app is compatible with this version of ownCloud - if( - !isset($info['require']) - or !OC_App::isAppVersionCompatible(OC_Util::getVersion(), $info['require']) - ) { + if(!OC_App::isAppCompatible(OC_Util::getVersion(), $info)) { OC_Helper::rmdirr($extractDir); throw new \Exception($l->t("App can't be installed because it is not compatible with this version of ownCloud")); } diff --git a/lib/public/contacts.php b/lib/public/contacts.php index fb88c13bd1b..5311050d5c3 100644 --- a/lib/public/contacts.php +++ b/lib/public/contacts.php @@ -134,7 +134,7 @@ namespace OCP { */ public static function registerAddressBook(\OCP\IAddressBook $address_book) { $cm = \OC::$server->getContactsManager(); - return $cm->registerAddressBook($address_book); + $cm->registerAddressBook($address_book); } /** @@ -142,7 +142,7 @@ namespace OCP { */ public static function unregisterAddressBook(\OCP\IAddressBook $address_book) { $cm = \OC::$server->getContactsManager(); - return $cm->unregisterAddressBook($address_book); + $cm->unregisterAddressBook($address_book); } /** diff --git a/lib/public/contacts/imanager.php b/lib/public/contacts/imanager.php index 32559220091..5a76585ead9 100644 --- a/lib/public/contacts/imanager.php +++ b/lib/public/contacts/imanager.php @@ -138,11 +138,10 @@ namespace OCP\Contacts { * In order to improve lazy loading a closure can be registered which will be called in case * address books are actually requested * - * @param string $key * @param \Closure $callable * @return void */ - function register($key, \Closure $callable); + function register(\Closure $callable); /** * @return array diff --git a/settings/l10n/ast.php b/settings/l10n/ast.php index 5df22a024aa..fd7a6146972 100644 --- a/settings/l10n/ast.php +++ b/settings/l10n/ast.php @@ -19,10 +19,13 @@ $TRANSLATIONS = array( "Files decrypted successfully" => "Descifráronse los ficheros", "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Nun pudieron descifrase sus ficheros. Revisa'l owncloud.log o consulta col alministrador", "Couldn't decrypt your files, check your password and try again" => "Nun pudieron descifrase los ficheros. Revisa la contraseña ya inténtalo dempués", +"Encryption keys deleted permanently" => "Desaniciaes dafechu les claves de cifráu", +"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Nun pudieron desaniciase dafechu les tos claves d'encriptación, por favor comprueba'l to owncloud.log o entruga a un alministrador", "Email saved" => "Corréu-e guardáu", "Invalid email" => "Corréu electrónicu non válidu", "Unable to delete group" => "Nun pudo desaniciase'l grupu", "Unable to delete user" => "Nun pudo desaniciase l'usuariu", +"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Nun pudieron restaurase dafechu les tos claves d'encriptación, por favor comprueba'l to owncloud.log o entruga a un alministrador", "Language changed" => "Camudóse la llingua", "Invalid request" => "Solicitú inválida", "Admins can't remove themself from the admin group" => "Los alministradores nun puen desaniciase a ellos mesmos del grupu d'alministrador", @@ -56,6 +59,8 @@ $TRANSLATIONS = array( "Good password" => "Contraseña bona", "Strong password" => "Contraseña mui bona", "Decrypting files... Please wait, this can take some time." => "Descifrando ficheros... Espera por favor, esto pue llevar daqué de tiempu.", +"Delete encryption keys permanently." => "Desanciar dafechu les claves de cifráu.", +"Restore encryption keys." => "Restaurar claves de cifráu.", "deleted" => "desaniciáu", "undo" => "desfacer", "Unable to remove user" => "Imposible desaniciar al usuariu", @@ -177,6 +182,8 @@ $TRANSLATIONS = array( "The encryption app is no longer enabled, please decrypt all your files" => "L'aplicación de cifráu yá nun ta activada, descifra tolos ficheros", "Log-in password" => "Contraseña d'accesu", "Decrypt all Files" => "Descifrar ficheros", +"Restore Encryption Keys" => "Restaurar claves de cifráu.", +"Delete Encryption Keys" => "Desaniciar claves de cifráu", "Login Name" => "Nome d'usuariu", "Create" => "Crear", "Admin Recovery Password" => "Recuperación de la contraseña d'alministración", diff --git a/settings/l10n/el.php b/settings/l10n/el.php index a76f1eb54e4..03981cab6cd 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -60,6 +60,8 @@ $TRANSLATIONS = array( "Good password" => "Καλό συνθηματικό", "Strong password" => "Δυνατό συνθηματικό", "Decrypting files... Please wait, this can take some time." => "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο.", +"Delete encryption keys permanently." => "Οριστική διαγραφή των κλειδιων κρυπτογράφησης.", +"Restore encryption keys." => "Επαναφορά των κλειδιών κρυπτογράφησης.", "deleted" => "διαγράφηκε", "undo" => "αναίρεση", "Unable to remove user" => "Αδυναμία αφαίρεση χρήστη", @@ -110,6 +112,7 @@ $TRANSLATIONS = array( "Enable Share API" => "Ενεργοποίηση API διαμοιρασμού", "Allow apps to use the Share API" => "Επιτρέπει την χρήση του API διαμοιρασμού σε εφαρμογές ", "Allow links" => "Επιτρέπονται οι σύνδεσμοι", +"Enforce password protection" => "Επιβολή προστασίας με κωδικό", "Allow public uploads" => "Επιτρέπεται το κοινόχρηστο ανέβασμα", "Set default expiration date" => "Ορισμός ερήμην ημερομηνίας λήξης", "Expire after " => "Λήξη μετά από", @@ -122,6 +125,8 @@ $TRANSLATIONS = array( "Allow users to only share with users in their groups" => "Επιτρέπεται στους χρήστες ο διαμοιρασμός μόνο με χρήστες της ίδιας ομάδας", "Allow mail notification" => "Επιτρέπονται ειδοποιήσεις ηλεκτρονικού ταχυδρομείου", "Allow users to send mail notification for shared files" => "Επιτρέψτε στους χρήστες να στέλνουν ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία", +"Exclude groups from sharing" => "Εξαίρεση ομάδων από τον διαμοιρασμό", +"These groups will still be able to receive shares, but not to initiate them." => "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν.", "Security" => "Ασφάλεια", "Enforce HTTPS" => "Επιβολή χρήσης HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Επιβάλλει τους πελάτες να συνδέονται στο %s μέσω κρυπτογραφημένης σύνδεσης.", diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index b272f7a41b0..c40a9b2f7a5 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -125,6 +125,8 @@ $TRANSLATIONS = array( "Allow users to only share with users in their groups" => "Allow users to only share with users in their groups", "Allow mail notification" => "Allow mail notification", "Allow users to send mail notification for shared files" => "Allow users to send mail notification for shared files", +"Exclude groups from sharing" => "Exclude groups from sharing", +"These groups will still be able to receive shares, but not to initiate them." => "These groups will still be able to receive shares, but not to initiate them.", "Security" => "Security", "Enforce HTTPS" => "Enforce HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Forces the clients to connect to %s via an encrypted connection.", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index 685602d7eb7..a821bfcae75 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -125,6 +125,8 @@ $TRANSLATIONS = array( "Allow users to only share with users in their groups" => "Autoriser les utilisateurs à partager avec des utilisateurs de leur groupe uniquement", "Allow mail notification" => "Autoriser les notifications par couriel", "Allow users to send mail notification for shared files" => "Autoriser les utilisateurs à envoyer une notification par courriel concernant les fichiers partagés", +"Exclude groups from sharing" => "Exclure les groupes du partage", +"These groups will still be able to receive shares, but not to initiate them." => "Ces groupes restent autorisés à partager, mais ne peuvent pas les initier", "Security" => "Sécurité", "Enforce HTTPS" => "Forcer HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Forcer les clients à se connecter à %s via une connexion chiffrée.", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 8315969d817..c40c4a27e6b 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -35,7 +35,7 @@ $TRANSLATIONS = array( "Couldn't update app." => "Uygulama güncellenemedi.", "Wrong password" => "Hatalı parola", "No user supplied" => "Kullanıcı girilmedi", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Lütfen bir yönetici kurtarma parolası girin, aksi takdirde tüm kullanıcı verisi kaybedilecek", +"Please provide an admin recovery password, otherwise all user data will be lost" => "Lütfen yönetici kurtarma parolasını girin, aksi takdirde tüm kullanıcı verisi kaybedilecek", "Wrong admin recovery password. Please check the password and try again." => "Hatalı yönetici kurtarma parolası. Lütfen parolayı denetleyip yeniden deneyin.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Arka uç parola değişimini desteklemiyor ancak kullanıcı şifreleme anahtarı başarıyla güncellendi.", "Unable to change password" => "Parola değiştirilemiyor", @@ -136,7 +136,7 @@ $TRANSLATIONS = array( "From address" => "Kimden adresi", "Authentication required" => "Kimlik doğrulama gerekli", "Server address" => "Sunucu adresi", -"Port" => "Bağlantı Noktası", +"Port" => "Port", "Credentials" => "Kimlik Bilgileri", "SMTP Username" => "SMTP Kullanıcı Adı", "SMTP Password" => "SMTP Parolası", @@ -192,7 +192,7 @@ $TRANSLATIONS = array( "Login Name" => "Giriş Adı", "Create" => "Oluştur", "Admin Recovery Password" => "Yönetici Kurtarma Parolası", -"Enter the recovery password in order to recover the users files during password change" => "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için bir kurtarma parolası girin", +"Enter the recovery password in order to recover the users files during password change" => "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için kurtarma parolasını girin", "Default Storage" => "Varsayılan Depolama", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Lütfen disk alanı kotasını girin (örnek: \"512MB\" veya \"12GB\")", "Unlimited" => "Sınırsız", diff --git a/settings/templates/admin.php b/settings/templates/admin.php index a4a3698d3bd..9b632391f88 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -357,10 +357,10 @@ if (!$_['internetconnectionworking']) { <p> <label for="mail_from_address"><?php p($l->t( 'From address' )); ?></label> - <input type="text" name='mail_from_address' id="mail_from_address" placeholder="<?php p('mail')?>" + <input type="text" name='mail_from_address' id="mail_from_address" placeholder="<?php p($l->t('mail'))?>" value='<?php p($_['mail_from_address']) ?>' /> @ - <input type="text" name='mail_domain' id="mail_domain" placeholder="<?php p('example.com')?>" + <input type="text" name='mail_domain' id="mail_domain" placeholder="example.com" value='<?php p($_['mail_domain']) ?>' /> </p> @@ -383,7 +383,7 @@ if (!$_['internetconnectionworking']) { <p id="setting_smtphost" <?php if ($_['mail_smtpmode'] != 'smtp') print_unescaped(' class="hidden"'); ?>> <label for="mail_smtphost"><?php p($l->t( 'Server address' )); ?></label> - <input type="text" name='mail_smtphost' id="mail_smtphost" placeholder="<?php p('smtp.example.com')?>" + <input type="text" name='mail_smtphost' id="mail_smtphost" placeholder="smtp.example.com" value='<?php p($_['mail_smtphost']) ?>' /> : <input type="text" name='mail_smtpport' id="mail_smtpport" placeholder="<?php p($l->t('Port'))?>" diff --git a/tests/lib/app.php b/tests/lib/app.php index 683820cabb6..e2b578fe6b9 100644 --- a/tests/lib/app.php +++ b/tests/lib/app.php @@ -1,6 +1,7 @@ <?php /** * Copyright (c) 2012 Bernhard Posselt <dev@bernhard-posselt.com> + * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com> * This file is licensed under the Affero General Public License version 3 or * later. * See the COPYING-README file. @@ -8,75 +9,218 @@ class Test_App extends PHPUnit_Framework_TestCase { - - public function testIsAppVersionCompatibleSingleOCNumber(){ - $oc = array(4); - $app = '4.0'; - - $this->assertTrue(OC_App::isAppVersionCompatible($oc, $app)); - } - - - public function testIsAppVersionCompatibleMultipleOCNumber(){ - $oc = array(4, 3, 1); - $app = '4.3'; - - $this->assertTrue(OC_App::isAppVersionCompatible($oc, $app)); - } - - - public function testIsAppVersionCompatibleSingleNumber(){ - $oc = array(4); - $app = '4'; - - $this->assertTrue(OC_App::isAppVersionCompatible($oc, $app)); - } - - - public function testIsAppVersionCompatibleSingleAppNumber(){ - $oc = array(4, 3); - $app = '4'; - - $this->assertTrue(OC_App::isAppVersionCompatible($oc, $app)); - } - - - public function testIsAppVersionCompatibleComplex(){ - $oc = array(5, 0, 0); - $app = '4.5.1'; - - $this->assertTrue(OC_App::isAppVersionCompatible($oc, $app)); - } - - - public function testIsAppVersionCompatibleShouldFail(){ - $oc = array(4, 3, 1); - $app = '4.3.2'; - - $this->assertFalse(OC_App::isAppVersionCompatible($oc, $app)); + function appVersionsProvider() { + return array( + // exact match + array( + '6.0.0.0', + array( + 'requiremin' => '6.0', + 'requiremax' => '6.0', + ), + true + ), + // in-between match + array( + '6.0.0.0', + array( + 'requiremin' => '5.0', + 'requiremax' => '7.0', + ), + true + ), + // app too old + array( + '6.0.0.0', + array( + 'requiremin' => '5.0', + 'requiremax' => '5.0', + ), + false + ), + // app too new + array( + '5.0.0.0', + array( + 'requiremin' => '6.0', + 'requiremax' => '6.0', + ), + false + ), + // only min specified + array( + '6.0.0.0', + array( + 'requiremin' => '6.0', + ), + true + ), + // only min specified fail + array( + '5.0.0.0', + array( + 'requiremin' => '6.0', + ), + false + ), + // only min specified legacy + array( + '6.0.0.0', + array( + 'require' => '6.0', + ), + true + ), + // only min specified legacy fail + array( + '4.0.0.0', + array( + 'require' => '6.0', + ), + false + ), + // only max specified + array( + '5.0.0.0', + array( + 'requiremax' => '6.0', + ), + true + ), + // only max specified fail + array( + '7.0.0.0', + array( + 'requiremax' => '6.0', + ), + false + ), + // variations of versions + // single OC number + array( + '4', + array( + 'require' => '4.0', + ), + true + ), + // multiple OC number + array( + '4.3.1', + array( + 'require' => '4.3', + ), + true + ), + // single app number + array( + '4', + array( + 'require' => '4', + ), + true + ), + // single app number fail + array( + '4.3', + array( + 'require' => '5', + ), + false + ), + // complex + array( + '5.0.0', + array( + 'require' => '4.5.1', + ), + true + ), + // complex fail + array( + '4.3.1', + array( + 'require' => '4.3.2', + ), + false + ), + // two numbers + array( + '4.3.1', + array( + 'require' => '4.4', + ), + false + ), + // one number fail + array( + '4.3.1', + array( + 'require' => '5', + ), + false + ), + // pre-alpha app + array( + '5.0.3', + array( + 'require' => '4.93', + ), + true + ), + // pre-alpha OC + array( + '6.90.0.2', + array( + 'require' => '6.90', + ), + true + ), + // pre-alpha OC max + array( + '6.90.0.2', + array( + 'requiremax' => '7', + ), + true + ), + // expect same major number match + array( + '5.0.3', + array( + 'require' => '5', + ), + true + ), + // expect same major number match + array( + '5.0.3', + array( + 'requiremax' => '5', + ), + true + ), + ); } - public function testIsAppVersionCompatibleShouldFailTwoVersionNumbers(){ - $oc = array(4, 3, 1); - $app = '4.4'; - - $this->assertFalse(OC_App::isAppVersionCompatible($oc, $app)); - } - - - public function testIsAppVersionCompatibleShouldWorkForPreAlpha(){ - $oc = array(5, 0, 3); - $app = '4.93'; - - $this->assertTrue(OC_App::isAppVersionCompatible($oc, $app)); + /** + * @dataProvider appVersionsProvider + */ + public function testIsAppCompatible($ocVersion, $appInfo, $expectedResult) { + $this->assertEquals($expectedResult, OC_App::isAppCompatible($ocVersion, $appInfo)); } - - public function testIsAppVersionCompatibleShouldFailOneVersionNumbers(){ - $oc = array(4, 3, 1); - $app = '5'; - - $this->assertFalse(OC_App::isAppVersionCompatible($oc, $app)); + /** + * Test that the isAppCompatible method also supports passing an array + * as $ocVersion + */ + public function testIsAppCompatibleWithArray() { + $ocVersion = array(6); + $appInfo = array( + 'requiremin' => '6', + 'requiremax' => '6', + ); + $this->assertTrue(OC_App::isAppCompatible($ocVersion, $appInfo)); } /** |