diff --git a/core/js/js.js b/core/js/js.js
index 9f3e8f9210..95889ac8a2 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -622,7 +622,7 @@ $(document).ready(function(){
$('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true});
$('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
- $('#upload a').tipsy({gravity:'w', fade:true});
+ $('#upload').tipsy({gravity:'w', fade:true});
$('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
$('a.delete').tipsy({gravity: 'e', fade:true, live:true});
$('a.action').tipsy({gravity:'s', fade:true, live:true});
From 0dda8f5d1c3288888f1fe96ad31d59b7ccbdc7ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?=
Date: Mon, 7 Jan 2013 13:09:52 +0100
Subject: [PATCH 17/27] ie8 ignores rgba, show button border in ie8 by adding
second border css row
---
core/css/styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/css/styles.css b/core/css/styles.css
index 6e1cef72ed..59143f9b9a 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -56,7 +56,7 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#
/* BUTTONS */
input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a {
width:auto; padding:.4em;
- background-color:rgba(230,230,230,.5); font-weight:bold; color:#555; text-shadow:#fff 0 1px 0; border:1px solid rgba(180,180,180,.5); cursor:pointer;
+ background-color:rgba(230,230,230,.5); font-weight:bold; color:#555; text-shadow:#fff 0 1px 0; border:1px solid #bbb; border:1px solid rgba(180,180,180,.5); cursor:pointer;
-moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset;
-moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;
}
From 861f32a22b04d7052412f76d4fa22c29916971f8 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek
Date: Mon, 7 Jan 2013 16:45:03 +0100
Subject: [PATCH 18/27] Update apps/user_webdavauth/user_webdavauth.php
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110
---
apps/user_webdavauth/user_webdavauth.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/user_webdavauth/user_webdavauth.php b/apps/user_webdavauth/user_webdavauth.php
index 839196c114..1459781a3b 100755
--- a/apps/user_webdavauth/user_webdavauth.php
+++ b/apps/user_webdavauth/user_webdavauth.php
@@ -65,7 +65,7 @@ class OC_USER_WEBDAVAUTH extends OC_User_Backend {
}
/*
- * we don´t know if a user exists without the password. so we have to return false all the time
+ * we don´t know if a user exists without the password. so we have to return true all the time
*/
public function userExists( $uid ){
return true;
From b69328e1d1f0888c2541e3f0be27e534f980adb4 Mon Sep 17 00:00:00 2001
From: Jenkins for ownCloud
Date: Tue, 8 Jan 2013 00:31:36 +0100
Subject: [PATCH 19/27] [tx-robot] updated from transifex
---
apps/files/l10n/ca.php | 2 ++
apps/files/l10n/cs_CZ.php | 2 ++
apps/files/l10n/es.php | 2 ++
apps/files/l10n/fr.php | 4 ++++
apps/files/l10n/it.php | 2 ++
apps/files/l10n/ja_JP.php | 2 ++
apps/files/l10n/ko.php | 4 ++++
apps/files/l10n/nl.php | 4 ++++
apps/files_external/l10n/ko.php | 2 ++
apps/user_ldap/l10n/ko.php | 2 ++
apps/user_webdavauth/l10n/ko.php | 3 ++-
core/l10n/ca.php | 1 +
core/l10n/cs_CZ.php | 1 +
core/l10n/es.php | 1 +
core/l10n/fr.php | 1 +
core/l10n/it.php | 1 +
core/l10n/ja_JP.php | 1 +
core/l10n/ko.php | 9 +++++++
core/l10n/nl.php | 1 +
l10n/ca/core.po | 10 ++++----
l10n/ca/files.po | 12 +++++-----
l10n/cs_CZ/core.po | 10 ++++----
l10n/cs_CZ/files.po | 10 ++++----
l10n/es/core.po | 10 ++++----
l10n/es/files.po | 12 +++++-----
l10n/fr/core.po | 10 ++++----
l10n/fr/files.po | 16 ++++++-------
l10n/it/core.po | 10 ++++----
l10n/it/files.po | 10 ++++----
l10n/ja_JP/core.po | 10 ++++----
l10n/ja_JP/files.po | 10 ++++----
l10n/ko/core.po | 25 +++++++++----------
l10n/ko/files.po | 15 ++++++------
l10n/ko/files_external.po | 17 ++++++-------
l10n/ko/settings.po | 37 +++++++++++++++--------------
l10n/ko/user_ldap.po | 11 +++++----
l10n/ko/user_webdavauth.po | 11 +++++----
l10n/nl/core.po | 10 ++++----
l10n/nl/files.po | 16 ++++++-------
l10n/nl/settings.po | 16 ++++++-------
l10n/templates/core.pot | 2 +-
l10n/templates/files.pot | 2 +-
l10n/templates/files_encryption.pot | 2 +-
l10n/templates/files_external.pot | 2 +-
l10n/templates/files_sharing.pot | 2 +-
l10n/templates/files_versions.pot | 2 +-
l10n/templates/lib.pot | 2 +-
l10n/templates/settings.pot | 2 +-
l10n/templates/user_ldap.pot | 2 +-
l10n/templates/user_webdavauth.pot | 2 +-
settings/l10n/ko.php | 15 ++++++++++++
settings/l10n/nl.php | 4 ++++
52 files changed, 220 insertions(+), 152 deletions(-)
diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php
index 981b8ec7ec..c30f3a97ad 100644
--- a/apps/files/l10n/ca.php
+++ b/apps/files/l10n/ca.php
@@ -22,6 +22,8 @@
"replaced {new_name} with {old_name}" => "s'ha substituït {old_name} per {new_name}",
"unshared {files}" => "no compartits {files}",
"deleted {files}" => "eliminats {files}",
+"'.' is an invalid file name." => "'.' és un nom no vàlid per un fitxer.",
+"File name cannot be empty." => "El nom del fitxer no pot ser buit.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.",
"generating ZIP-file, it may take some time." => "s'estan generant fitxers ZIP, pot trigar una estona.",
"Unable to upload your file as it is a directory or has 0 bytes" => "No es pot pujar el fitxer perquè és una carpeta o té 0 bytes",
diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php
index ab21b8a275..a7ccd3187f 100644
--- a/apps/files/l10n/cs_CZ.php
+++ b/apps/files/l10n/cs_CZ.php
@@ -22,6 +22,8 @@
"replaced {new_name} with {old_name}" => "nahrazeno {new_name} s {old_name}",
"unshared {files}" => "sdílení zrušeno pro {files}",
"deleted {files}" => "smazáno {files}",
+"'.' is an invalid file name." => "'.' je neplatným názvem souboru.",
+"File name cannot be empty." => "Název souboru nemůže být prázdný řetězec.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neplatný název, znaky '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nejsou povoleny.",
"generating ZIP-file, it may take some time." => "generuji ZIP soubor, může to nějakou dobu trvat.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Nelze odeslat Váš soubor, protože je to adresář nebo má velikost 0 bajtů",
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php
index 2b9bdeeece..a92720581b 100644
--- a/apps/files/l10n/es.php
+++ b/apps/files/l10n/es.php
@@ -22,6 +22,8 @@
"replaced {new_name} with {old_name}" => "reemplazado {new_name} con {old_name}",
"unshared {files}" => "{files} descompartidos",
"deleted {files}" => "{files} eliminados",
+"'.' is an invalid file name." => "'.' es un nombre de archivo inválido.",
+"File name cannot be empty." => "El nombre de archivo no puede estar vacío.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nombre Invalido, \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos ",
"generating ZIP-file, it may take some time." => "generando un fichero ZIP, puede llevar un tiempo.",
"Unable to upload your file as it is a directory or has 0 bytes" => "No ha sido posible subir tu archivo porque es un directorio o tiene 0 bytes",
diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php
index 8ffb0d351f..95405a81a8 100644
--- a/apps/files/l10n/fr.php
+++ b/apps/files/l10n/fr.php
@@ -7,6 +7,8 @@
"No file was uploaded" => "Aucun fichier n'a été téléversé",
"Missing a temporary folder" => "Il manque un répertoire temporaire",
"Failed to write to disk" => "Erreur d'écriture sur le disque",
+"Not enough space available" => "Espace disponible insuffisant",
+"Invalid directory." => "Dossier invalide.",
"Files" => "Fichiers",
"Unshare" => "Ne plus partager",
"Delete" => "Supprimer",
@@ -20,6 +22,8 @@
"replaced {new_name} with {old_name}" => "{new_name} a été remplacé par {old_name}",
"unshared {files}" => "Fichiers non partagés : {files}",
"deleted {files}" => "Fichiers supprimés : {files}",
+"'.' is an invalid file name." => "'.' n'est pas un nom de fichier valide.",
+"File name cannot be empty." => "Le nom de fichier ne peut être vide.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nom invalide, les caractères '\\', '/', '<', '>', ':', '\"', '|', '?' et '*' ne sont pas autorisés.",
"generating ZIP-file, it may take some time." => "Fichier ZIP en cours d'assemblage ; cela peut prendre du temps.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible de charger vos fichiers car il s'agit d'un dossier ou le fichier fait 0 octet.",
diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php
index 6c7ca59774..e74bfae2e8 100644
--- a/apps/files/l10n/it.php
+++ b/apps/files/l10n/it.php
@@ -22,6 +22,8 @@
"replaced {new_name} with {old_name}" => "sostituito {new_name} con {old_name}",
"unshared {files}" => "non condivisi {files}",
"deleted {files}" => "eliminati {files}",
+"'.' is an invalid file name." => "'.' non è un nome file valido.",
+"File name cannot be empty." => "Il nome del file non può essere vuoto.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome non valido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non sono consentiti.",
"generating ZIP-file, it may take some time." => "creazione file ZIP, potrebbe richiedere del tempo.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossibile inviare il file poiché è una cartella o ha dimensione 0 byte",
diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php
index ca5ba56447..bc7be7ea69 100644
--- a/apps/files/l10n/ja_JP.php
+++ b/apps/files/l10n/ja_JP.php
@@ -22,6 +22,8 @@
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
"unshared {files}" => "未共有 {files}",
"deleted {files}" => "削除 {files}",
+"'.' is an invalid file name." => "'.' は無効なファイル名です。",
+"File name cannot be empty." => "ファイル名を空にすることはできません。",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
"generating ZIP-file, it may take some time." => "ZIPファイルを生成中です、しばらくお待ちください。",
"Unable to upload your file as it is a directory or has 0 bytes" => "ディレクトリもしくは0バイトのファイルはアップロードできません",
diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php
index d0a6d57538..9d46afc97e 100644
--- a/apps/files/l10n/ko.php
+++ b/apps/files/l10n/ko.php
@@ -7,6 +7,8 @@
"No file was uploaded" => "업로드된 파일 없음",
"Missing a temporary folder" => "임시 폴더가 사라짐",
"Failed to write to disk" => "디스크에 쓰지 못했습니다",
+"Not enough space available" => "여유공간이 부족합니다",
+"Invalid directory." => "올바르지 않은 디렉토리입니다.",
"Files" => "파일",
"Unshare" => "공유 해제",
"Delete" => "삭제",
@@ -20,6 +22,8 @@
"replaced {new_name} with {old_name}" => "{old_name}이(가) {new_name}(으)로 대체됨",
"unshared {files}" => "{files} 공유 해제됨",
"deleted {files}" => "{files} 삭제됨",
+"'.' is an invalid file name." => "'.' 는 올바르지 않은 파일 이름 입니다.",
+"File name cannot be empty." => "파일이름은 공란이 될 수 없습니다.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "폴더 이름이 올바르지 않습니다. 이름에 문자 '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다.",
"generating ZIP-file, it may take some time." => "ZIP 파일을 생성하고 있습니다. 시간이 걸릴 수도 있습니다.",
"Unable to upload your file as it is a directory or has 0 bytes" => "이 파일은 디렉터리이거나 비어 있기 때문에 업로드할 수 없습니다",
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php
index 998caabf9f..22fd68214e 100644
--- a/apps/files/l10n/nl.php
+++ b/apps/files/l10n/nl.php
@@ -7,6 +7,8 @@
"No file was uploaded" => "Geen bestand geüpload",
"Missing a temporary folder" => "Een tijdelijke map mist",
"Failed to write to disk" => "Schrijven naar schijf mislukt",
+"Not enough space available" => "Niet genoeg ruimte beschikbaar",
+"Invalid directory." => "Ongeldige directory.",
"Files" => "Bestanden",
"Unshare" => "Stop delen",
"Delete" => "Verwijder",
@@ -20,6 +22,8 @@
"replaced {new_name} with {old_name}" => "verving {new_name} met {old_name}",
"unshared {files}" => "delen gestopt {files}",
"deleted {files}" => "verwijderde {files}",
+"'.' is an invalid file name." => "'.' is een ongeldige bestandsnaam.",
+"File name cannot be empty." => "Bestandsnaam kan niet leeg zijn.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Onjuiste naam; '\\', '/', '<', '>', ':', '\"', '|', '?' en '*' zijn niet toegestaan.",
"generating ZIP-file, it may take some time." => "aanmaken ZIP-file, dit kan enige tijd duren.",
"Unable to upload your file as it is a directory or has 0 bytes" => "uploaden van de file mislukt, het is of een directory of de bestandsgrootte is 0 bytes",
diff --git a/apps/files_external/l10n/ko.php b/apps/files_external/l10n/ko.php
index 74a400303b..cb691cf5e3 100644
--- a/apps/files_external/l10n/ko.php
+++ b/apps/files_external/l10n/ko.php
@@ -5,6 +5,8 @@
"Fill out all required fields" => "모든 필수 항목을 입력하십시오",
"Please provide a valid Dropbox app key and secret." => "올바른 Dropbox 앱 키와 암호를 입력하십시오.",
"Error configuring Google Drive storage" => "Google 드라이브 저장소 설정 오류",
+"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "경고\"smbclient\"가 설치되지 않았습니다. CIFS/SMB 공유애 연결이 불가능 합니다.. 시스템 관리자에게 요청하여 설치하시기 바랍니다.",
+"Warning: The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "경고PHP용 FTP 지원이 사용 불가능 하거나 설치되지 않았습니다. FTP 공유에 연결이 불가능 합니다. 시스템 관리자에게 요청하여 설치하시기 바랍니다. ",
"External Storage" => "외부 저장소",
"Mount point" => "마운트 지점",
"Backend" => "백엔드",
diff --git a/apps/user_ldap/l10n/ko.php b/apps/user_ldap/l10n/ko.php
index aa775e42b1..37ac3d1bda 100644
--- a/apps/user_ldap/l10n/ko.php
+++ b/apps/user_ldap/l10n/ko.php
@@ -1,4 +1,6 @@
Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "경고user_ldap 앱과 user_webdavauth 앱은 호환되지 않습니다. 오동작을 일으킬 수 있으므로, 시스템 관리자에게 요청하여, 둘 중 하나를 비활성화 하시기 바랍니다.",
+"Warning: The PHP LDAP module needs is not installed, the backend will not work. Please ask your system administrator to install it." => "경고PHP LDAP 모듈이 설치되지 않았습니다. 백엔드가 동작하지 않을 것 입니다. 시스템관리자에게 요청하여 해당 모듈을 설치하시기 바랍니다.",
"Host" => "호스트",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL을 사용하는 경우가 아니라면 프로토콜을 입력하지 않아도 됩니다. SSL을 사용하려면 ldaps://를 입력하십시오.",
"Base DN" => "기본 DN",
diff --git a/apps/user_webdavauth/l10n/ko.php b/apps/user_webdavauth/l10n/ko.php
index 9bd32954b0..a806df750f 100644
--- a/apps/user_webdavauth/l10n/ko.php
+++ b/apps/user_webdavauth/l10n/ko.php
@@ -1,3 +1,4 @@
"WebDAV URL: http://"
+"URL: http://" => "URL: http://",
+"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud는 이 URL로 유저 인증을 보내게 되며, http 401 과 http 403은 인증 오류로, 그 외 코드는 인증이 올바른 것으로 해석합니다."
);
diff --git a/core/l10n/ca.php b/core/l10n/ca.php
index f98922f8f3..c4e134cdf3 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -128,6 +128,7 @@
"You are logged out." => "Heu tancat la sessió.",
"prev" => "anterior",
"next" => "següent",
+"Updating ownCloud to version %s, this may take a while." => "S'està actualitzant ownCloud a la versió %s, pot trigar una estona.",
"Security Warning!" => "Avís de seguretat!",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Comproveu la vostra contrasenya.
Per raons de seguretat se us pot demanar escriure de nou la vostra contrasenya.",
"Verify" => "Comprova"
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index 96252ea8bb..3a15bd1ae9 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -128,6 +128,7 @@
"You are logged out." => "Jste odhlášeni.",
"prev" => "předchozí",
"next" => "následující",
+"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat.",
"Security Warning!" => "Bezpečnostní upozornění.",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Ověřte, prosím, své heslo.
Z bezpečnostních důvodů můžete být občas požádáni o jeho opětovné zadání.",
"Verify" => "Ověřit"
diff --git a/core/l10n/es.php b/core/l10n/es.php
index 2a9f5682df..bc72944340 100644
--- a/core/l10n/es.php
+++ b/core/l10n/es.php
@@ -128,6 +128,7 @@
"You are logged out." => "Has cerrado la sesión.",
"prev" => "anterior",
"next" => "siguiente",
+"Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a la versión %s, esto puede demorar un tiempo.",
"Security Warning!" => "¡Advertencia de seguridad!",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Por favor verifique su contraseña.
Por razones de seguridad se le puede volver a preguntar ocasionalmente la contraseña.",
"Verify" => "Verificar"
diff --git a/core/l10n/fr.php b/core/l10n/fr.php
index 6b1449dd4b..8777309d9b 100644
--- a/core/l10n/fr.php
+++ b/core/l10n/fr.php
@@ -128,6 +128,7 @@
"You are logged out." => "Vous êtes désormais déconnecté.",
"prev" => "précédent",
"next" => "suivant",
+"Updating ownCloud to version %s, this may take a while." => "Mise à jour en cours d'ownCloud vers la version %s, cela peut prendre du temps.",
"Security Warning!" => "Alerte de sécurité !",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Veuillez vérifier votre mot de passe.
Par sécurité il vous sera occasionnellement demandé d'entrer votre mot de passe de nouveau.",
"Verify" => "Vérification"
diff --git a/core/l10n/it.php b/core/l10n/it.php
index e97deb9fb5..952ae4d06b 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -128,6 +128,7 @@
"You are logged out." => "Sei uscito.",
"prev" => "precedente",
"next" => "successivo",
+"Updating ownCloud to version %s, this may take a while." => "Aggiornamento di ownCloud alla versione %s in corso, potrebbe richiedere del tempo.",
"Security Warning!" => "Avviso di sicurezza",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Verifica la tua password.
Per motivi di sicurezza, potresti ricevere una richiesta di digitare nuovamente la password.",
"Verify" => "Verifica"
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php
index 72615d36f6..46d40e2e73 100644
--- a/core/l10n/ja_JP.php
+++ b/core/l10n/ja_JP.php
@@ -128,6 +128,7 @@
"You are logged out." => "ログアウトしました。",
"prev" => "前",
"next" => "次",
+"Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。",
"Security Warning!" => "セキュリティ警告!",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "パスワードの確認
セキュリティ上の理由によりパスワードの再入力をお願いします。",
"Verify" => "確認"
diff --git a/core/l10n/ko.php b/core/l10n/ko.php
index 3846dff796..4b7df81fa8 100644
--- a/core/l10n/ko.php
+++ b/core/l10n/ko.php
@@ -1,4 +1,8 @@
"User %s 가 당신과 파일을 공유하였습니다.",
+"User %s shared a folder with you" => "User %s 가 당신과 폴더를 공유하였습니다.",
+"User %s shared the file \"%s\" with you. It is available for download here: %s" => "User %s 가 파일 \"%s\"를 당신과 공유하였습니다. 다운로드는 여기서 %s 할 수 있습니다.",
+"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "User %s 가 폴더 \"%s\"를 당신과 공유하였습니다. 다운로드는 여기서 %s 할 수 있습니다.",
"Category type not provided." => "분류 형식이 제공되지 않았습니다.",
"No category to add?" => "추가할 분류가 없습니까?",
"This category already exists: " => "이 분류는 이미 존재합니다:",
@@ -39,6 +43,8 @@
"Share with link" => "URL 링크로 공유",
"Password protect" => "암호 보호",
"Password" => "암호",
+"Email link to person" => "이메일 주소",
+"Send" => "전송",
"Set expiration date" => "만료 날짜 설정",
"Expiration date" => "만료 날짜",
"Share via email:" => "이메일로 공유:",
@@ -55,6 +61,8 @@
"Password protected" => "암호로 보호됨",
"Error unsetting expiration date" => "만료 날짜 해제 오류",
"Error setting expiration date" => "만료 날짜 설정 오류",
+"Sending ..." => "전송 중...",
+"Email sent" => "이메일 발송됨",
"ownCloud password reset" => "ownCloud 암호 재설정",
"Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}",
"You will receive a link to reset your password via Email." => "이메일로 암호 재설정 링크를 보냈습니다.",
@@ -120,6 +128,7 @@
"You are logged out." => "로그아웃되었습니다.",
"prev" => "이전",
"next" => "다음",
+"Updating ownCloud to version %s, this may take a while." => "ownCloud 를 버젼 %s로 업데이트 하는 중, 시간이 소요됩니다.",
"Security Warning!" => "보안 경고!",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "암호를 확인해 주십시오.
보안상의 이유로 종종 암호를 물어볼 것입니다.",
"Verify" => "확인"
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index c3f5c88765..726dbf2016 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -128,6 +128,7 @@
"You are logged out." => "U bent afgemeld.",
"prev" => "vorige",
"next" => "volgende",
+"Updating ownCloud to version %s, this may take a while." => "Updaten ownCloud naar versie %s, dit kan even duren.",
"Security Warning!" => "Beveiligingswaarschuwing!",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Verifieer uw wachtwoord!
Om veiligheidsredenen wordt u regelmatig gevraagd uw wachtwoord in te geven.",
"Verify" => "Verifieer"
diff --git a/l10n/ca/core.po b/l10n/ca/core.po
index be8931fdc5..c41d4cbd8b 100644
--- a/l10n/ca/core.po
+++ b/l10n/ca/core.po
@@ -4,14 +4,14 @@
#
# Translators:
# , 2012.
-# , 2011-2012.
+# , 2011-2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 09:01+0000\n"
+"Last-Translator: rogerc \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"
@@ -569,7 +569,7 @@ msgstr "següent"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "S'està actualitzant ownCloud a la versió %s, pot trigar una estona."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/ca/files.po b/l10n/ca/files.po
index 6f071623c1..45d57b363a 100644
--- a/l10n/ca/files.po
+++ b/l10n/ca/files.po
@@ -7,15 +7,15 @@
# , 2012.
# , 2012.
# Josep Tomàs , 2012.
-# , 2011-2012.
+# , 2011-2013.
# , 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 09:03+0000\n"
+"Last-Translator: rogerc \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"
@@ -120,11 +120,11 @@ msgstr "eliminats {files}"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' és un nom no vàlid per un fitxer."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "El nom del fitxer no pot ser buit."
#: js/files.js:45
msgid ""
diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po
index 8b202d9517..2148999dc1 100644
--- a/l10n/cs_CZ/core.po
+++ b/l10n/cs_CZ/core.po
@@ -6,14 +6,14 @@
# Jan Krejci , 2011.
# Martin , 2011-2012.
# Michal Hrušecký , 2012.
-# Tomáš Chvátal , 2012.
+# Tomáš Chvátal , 2012-2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 06:20+0000\n"
+"Last-Translator: Tomáš Chvátal \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"
@@ -571,7 +571,7 @@ msgstr "následující"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po
index 5080b51b46..6f8f77861d 100644
--- a/l10n/cs_CZ/files.po
+++ b/l10n/cs_CZ/files.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 06:21+0000\n"
+"Last-Translator: Tomáš Chvátal \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"
@@ -117,11 +117,11 @@ msgstr "smazáno {files}"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' je neplatným názvem souboru."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "Název souboru nemůže být prázdný řetězec."
#: js/files.js:45
msgid ""
diff --git a/l10n/es/core.po b/l10n/es/core.po
index f06edefd26..ffe01773be 100644
--- a/l10n/es/core.po
+++ b/l10n/es/core.po
@@ -5,7 +5,7 @@
# Translators:
# , 2012.
# Javier Llorente , 2012.
-# , 2011-2012.
+# , 2011-2013.
# , 2012.
# oSiNaReF <>, 2012.
# Raul Fernandez Garcia , 2012.
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 10:49+0000\n"
+"Last-Translator: juanman \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"
@@ -578,7 +578,7 @@ msgstr "siguiente"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Actualizando ownCloud a la versión %s, esto puede demorar un tiempo."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/es/files.po b/l10n/es/files.po
index 22d40a3e62..21ff8e3ba7 100644
--- a/l10n/es/files.po
+++ b/l10n/es/files.po
@@ -7,7 +7,7 @@
# Agustin Ferrario , 2013.
# , 2012.
# Javier Llorente , 2012.
-# , 2012.
+# , 2012-2013.
# Rubén Trujillo , 2012.
# , 2011-2012.
# , 2012.
@@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 10:50+0000\n"
+"Last-Translator: juanman \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"
@@ -122,11 +122,11 @@ msgstr "{files} eliminados"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' es un nombre de archivo inválido."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "El nombre de archivo no puede estar vacío."
#: js/files.js:45
msgid ""
diff --git a/l10n/fr/core.po b/l10n/fr/core.po
index 2396fb7d1d..0807b8ed65 100644
--- a/l10n/fr/core.po
+++ b/l10n/fr/core.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Christophe Lherieau , 2012.
+# Christophe Lherieau , 2012-2013.
# , 2013.
# , 2012.
# , 2012.
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 15:29+0000\n"
+"Last-Translator: Christophe Lherieau \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"
@@ -578,7 +578,7 @@ msgstr "suivant"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Mise à jour en cours d'ownCloud vers la version %s, cela peut prendre du temps."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/fr/files.po b/l10n/fr/files.po
index 3b12e33fe8..61dd57bd6f 100644
--- a/l10n/fr/files.po
+++ b/l10n/fr/files.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Christophe Lherieau , 2012.
+# Christophe Lherieau , 2012-2013.
# Cyril Glapa , 2012.
# , 2013.
# Geoffrey Guerrier , 2012.
@@ -19,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 15:26+0000\n"
+"Last-Translator: Christophe Lherieau \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"
@@ -66,11 +66,11 @@ msgstr "Erreur d'écriture sur le disque"
#: ajax/upload.php:45
msgid "Not enough space available"
-msgstr ""
+msgstr "Espace disponible insuffisant"
#: ajax/upload.php:69
msgid "Invalid directory."
-msgstr ""
+msgstr "Dossier invalide."
#: appinfo/app.php:10
msgid "Files"
@@ -126,11 +126,11 @@ msgstr "Fichiers supprimés : {files}"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' n'est pas un nom de fichier valide."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "Le nom de fichier ne peut être vide."
#: js/files.js:45
msgid ""
diff --git a/l10n/it/core.po b/l10n/it/core.po
index fcd13a5c7e..e2b2ba2f56 100644
--- a/l10n/it/core.po
+++ b/l10n/it/core.po
@@ -7,14 +7,14 @@
# Francesco Apruzzese , 2011, 2012.
# , 2011, 2012.
# , 2011.
-# Vincenzo Reale , 2012.
+# Vincenzo Reale , 2012-2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 05:14+0000\n"
+"Last-Translator: Vincenzo Reale \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"
@@ -572,7 +572,7 @@ msgstr "successivo"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Aggiornamento di ownCloud alla versione %s in corso, potrebbe richiedere del tempo."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/it/files.po b/l10n/it/files.po
index 04eb3b518b..6787dcc304 100644
--- a/l10n/it/files.po
+++ b/l10n/it/files.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 05:17+0000\n"
+"Last-Translator: Vincenzo Reale \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"
@@ -118,11 +118,11 @@ msgstr "eliminati {files}"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' non è un nome file valido."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "Il nome del file non può essere vuoto."
#: js/files.js:45
msgid ""
diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po
index 4ea70e822c..d4c31fe92b 100644
--- a/l10n/ja_JP/core.po
+++ b/l10n/ja_JP/core.po
@@ -4,15 +4,15 @@
#
# Translators:
# Daisuke Deguchi , 2012.
-# Daisuke Deguchi , 2012.
+# Daisuke Deguchi , 2012-2013.
# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 00:41+0000\n"
+"Last-Translator: Daisuke Deguchi \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"
@@ -570,7 +570,7 @@ msgstr "次"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。"
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po
index 270151e287..026f90dc6a 100644
--- a/l10n/ja_JP/files.po
+++ b/l10n/ja_JP/files.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 00:40+0000\n"
+"Last-Translator: Daisuke Deguchi \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"
@@ -118,11 +118,11 @@ msgstr "削除 {files}"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' は無効なファイル名です。"
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "ファイル名を空にすることはできません。"
#: js/files.js:45
msgid ""
diff --git a/l10n/ko/core.po b/l10n/ko/core.po
index 71939ecd09..24948c0676 100644
--- a/l10n/ko/core.po
+++ b/l10n/ko/core.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# , 2013.
# 남자사람 , 2012.
# , 2012.
# Shinjo Park , 2012.
@@ -10,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 10:03+0000\n"
+"Last-Translator: aoiob4305 \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,26 +24,26 @@ msgstr ""
#: ajax/share.php:84
#, php-format
msgid "User %s shared a file with you"
-msgstr ""
+msgstr "User %s 가 당신과 파일을 공유하였습니다."
#: ajax/share.php:86
#, php-format
msgid "User %s shared a folder with you"
-msgstr ""
+msgstr "User %s 가 당신과 폴더를 공유하였습니다."
#: ajax/share.php:88
#, php-format
msgid ""
"User %s shared the file \"%s\" with you. It is available for download here: "
"%s"
-msgstr ""
+msgstr "User %s 가 파일 \"%s\"를 당신과 공유하였습니다. 다운로드는 여기서 %s 할 수 있습니다."
#: ajax/share.php:90
#, php-format
msgid ""
"User %s shared the folder \"%s\" with you. It is available for download "
"here: %s"
-msgstr ""
+msgstr "User %s 가 폴더 \"%s\"를 당신과 공유하였습니다. 다운로드는 여기서 %s 할 수 있습니다."
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
msgid "Category type not provided."
@@ -216,11 +217,11 @@ msgstr "암호"
#: js/share.js:172
msgid "Email link to person"
-msgstr ""
+msgstr "이메일 주소"
#: js/share.js:173
msgid "Send"
-msgstr ""
+msgstr "전송"
#: js/share.js:177
msgid "Set expiration date"
@@ -288,11 +289,11 @@ msgstr "만료 날짜 설정 오류"
#: js/share.js:581
msgid "Sending ..."
-msgstr ""
+msgstr "전송 중..."
#: js/share.js:592
msgid "Email sent"
-msgstr ""
+msgstr "이메일 발송됨"
#: lostpassword/controller.php:47
msgid "ownCloud password reset"
@@ -570,7 +571,7 @@ msgstr "다음"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "ownCloud 를 버젼 %s로 업데이트 하는 중, 시간이 소요됩니다."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/ko/files.po b/l10n/ko/files.po
index 8fcada33fa..23e43f6d39 100644
--- a/l10n/ko/files.po
+++ b/l10n/ko/files.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# , 2013.
# 남자사람 , 2012.
# , 2012.
# Shinjo Park , 2012.
@@ -10,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 10:05+0000\n"
+"Last-Translator: aoiob4305 \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -57,11 +58,11 @@ msgstr "디스크에 쓰지 못했습니다"
#: ajax/upload.php:45
msgid "Not enough space available"
-msgstr ""
+msgstr "여유공간이 부족합니다"
#: ajax/upload.php:69
msgid "Invalid directory."
-msgstr ""
+msgstr "올바르지 않은 디렉토리입니다."
#: appinfo/app.php:10
msgid "Files"
@@ -117,11 +118,11 @@ msgstr "{files} 삭제됨"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' 는 올바르지 않은 파일 이름 입니다."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "파일이름은 공란이 될 수 없습니다."
#: js/files.js:45
msgid ""
diff --git a/l10n/ko/files_external.po b/l10n/ko/files_external.po
index 70d697575d..f43b896377 100644
--- a/l10n/ko/files_external.po
+++ b/l10n/ko/files_external.po
@@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# , 2013.
# 남자사람 , 2012.
# Shinjo Park , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-13 00:17+0100\n"
-"PO-Revision-Date: 2012-12-11 23:22+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 10:07+0000\n"
+"Last-Translator: aoiob4305 \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,14 +48,14 @@ msgstr "Google 드라이브 저장소 설정 오류"
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
-msgstr ""
+msgstr "경고\"smbclient\"가 설치되지 않았습니다. CIFS/SMB 공유애 연결이 불가능 합니다.. 시스템 관리자에게 요청하여 설치하시기 바랍니다."
#: lib/config.php:435
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
-msgstr ""
+msgstr "경고PHP용 FTP 지원이 사용 불가능 하거나 설치되지 않았습니다. FTP 공유에 연결이 불가능 합니다. 시스템 관리자에게 요청하여 설치하시기 바랍니다. "
#: templates/settings.php:3
msgid "External Storage"
@@ -101,7 +102,7 @@ msgid "Users"
msgstr "사용자"
#: templates/settings.php:108 templates/settings.php:109
-#: templates/settings.php:149 templates/settings.php:150
+#: templates/settings.php:144 templates/settings.php:145
msgid "Delete"
msgstr "삭제"
@@ -113,10 +114,10 @@ msgstr "사용자 외부 저장소 사용"
msgid "Allow users to mount their own external storage"
msgstr "사용자별 외부 저장소 마운트 허용"
-#: templates/settings.php:139
+#: templates/settings.php:136
msgid "SSL root certificates"
msgstr "SSL 루트 인증서"
-#: templates/settings.php:158
+#: templates/settings.php:153
msgid "Import Root Certificate"
msgstr "루트 인증서 가져오기"
diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po
index ea5f2c1fc6..0d027d7cdf 100644
--- a/l10n/ko/settings.po
+++ b/l10n/ko/settings.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# , 2013.
# 남자사람 , 2012.
# , 2012.
# Shinjo Park , 2012.
@@ -10,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-30 00:04+0100\n"
-"PO-Revision-Date: 2012-12-29 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 10:26+0000\n"
+"Last-Translator: aoiob4305 \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -120,23 +121,23 @@ msgstr "-라이선스 보유자 , 2013.
# 남자사람 , 2012.
# Shinjo Park , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-15 00:11+0100\n"
-"PO-Revision-Date: 2012-12-14 23:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 09:58+0000\n"
+"Last-Translator: aoiob4305 \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,13 +25,13 @@ msgid ""
"Warning: Apps user_ldap and user_webdavauth are incompatible. You may"
" experience unexpected behaviour. Please ask your system administrator to "
"disable one of them."
-msgstr ""
+msgstr "경고user_ldap 앱과 user_webdavauth 앱은 호환되지 않습니다. 오동작을 일으킬 수 있으므로, 시스템 관리자에게 요청하여, 둘 중 하나를 비활성화 하시기 바랍니다."
#: templates/settings.php:11
msgid ""
"Warning: The PHP LDAP module needs is not installed, the backend will"
" not work. Please ask your system administrator to install it."
-msgstr ""
+msgstr "경고PHP LDAP 모듈이 설치되지 않았습니다. 백엔드가 동작하지 않을 것 입니다. 시스템관리자에게 요청하여 해당 모듈을 설치하시기 바랍니다."
#: templates/settings.php:15
msgid "Host"
diff --git a/l10n/ko/user_webdavauth.po b/l10n/ko/user_webdavauth.po
index 621bee7046..7baa17ed71 100644
--- a/l10n/ko/user_webdavauth.po
+++ b/l10n/ko/user_webdavauth.po
@@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# , 2013.
# 남자사람 , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-20 00:11+0100\n"
-"PO-Revision-Date: 2012-12-19 23:12+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 10:31+0000\n"
+"Last-Translator: aoiob4305 \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,11 +21,11 @@ msgstr ""
#: templates/settings.php:4
msgid "URL: http://"
-msgstr ""
+msgstr "URL: http://"
#: templates/settings.php:6
msgid ""
"ownCloud will send the user credentials to this URL is interpret http 401 "
"and http 403 as credentials wrong and all other codes as credentials "
"correct."
-msgstr ""
+msgstr "ownCloud는 이 URL로 유저 인증을 보내게 되며, http 401 과 http 403은 인증 오류로, 그 외 코드는 인증이 올바른 것으로 해석합니다."
diff --git a/l10n/nl/core.po b/l10n/nl/core.po
index ad69e22d39..e7b0b0ce69 100644
--- a/l10n/nl/core.po
+++ b/l10n/nl/core.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# André Koot , 2012.
+# André Koot , 2012-2013.
# , 2011.
# , 2012.
# Erik Bent , 2012.
@@ -21,9 +21,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 20:49+0000\n"
+"Last-Translator: André Koot \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"
@@ -581,7 +581,7 @@ msgstr "volgende"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Updaten ownCloud naar versie %s, dit kan even duren."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/nl/files.po b/l10n/nl/files.po
index 61eca60948..02a558e955 100644
--- a/l10n/nl/files.po
+++ b/l10n/nl/files.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# André Koot , 2012.
+# André Koot , 2012-2013.
# , 2011.
# , 2011.
# , 2012.
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 20:51+0000\n"
+"Last-Translator: André Koot \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"
@@ -65,11 +65,11 @@ msgstr "Schrijven naar schijf mislukt"
#: ajax/upload.php:45
msgid "Not enough space available"
-msgstr ""
+msgstr "Niet genoeg ruimte beschikbaar"
#: ajax/upload.php:69
msgid "Invalid directory."
-msgstr ""
+msgstr "Ongeldige directory."
#: appinfo/app.php:10
msgid "Files"
@@ -125,11 +125,11 @@ msgstr "verwijderde {files}"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' is een ongeldige bestandsnaam."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "Bestandsnaam kan niet leeg zijn."
#: js/files.js:45
msgid ""
diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po
index 1828079d89..ed543c241b 100644
--- a/l10n/nl/settings.po
+++ b/l10n/nl/settings.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# André Koot , 2012.
+# André Koot , 2012-2013.
# , 2011.
# , 2012.
# , 2012.
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-30 00:04+0100\n"
-"PO-Revision-Date: 2012-12-29 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
+"PO-Revision-Date: 2013-01-07 20:48+0000\n"
+"Last-Translator: André Koot \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"
@@ -255,11 +255,11 @@ msgstr "Creëer"
#: templates/users.php:35
msgid "Default Storage"
-msgstr ""
+msgstr "Default opslag"
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
-msgstr ""
+msgstr "Ongelimiteerd"
#: templates/users.php:60 templates/users.php:153
msgid "Other"
@@ -271,11 +271,11 @@ msgstr "Groep beheerder"
#: templates/users.php:87
msgid "Storage"
-msgstr ""
+msgstr "Opslag"
#: templates/users.php:133
msgid "Default"
-msgstr ""
+msgstr "Default"
#: templates/users.php:161
msgid "Delete"
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index 4e7b7b1279..e0e6d5cdd1 100644
--- a/l10n/templates/core.pot
+++ b/l10n/templates/core.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index bcfc070945..52d1d0fcdd 100644
--- a/l10n/templates/files.pot
+++ b/l10n/templates/files.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot
index 2acbfdd22f..76907a7fb0 100644
--- a/l10n/templates/files_encryption.pot
+++ b/l10n/templates/files_encryption.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot
index 1cdb866c5d..a0359bc4ff 100644
--- a/l10n/templates/files_external.pot
+++ b/l10n/templates/files_external.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot
index c53d94e2b9..023ef63274 100644
--- a/l10n/templates/files_sharing.pot
+++ b/l10n/templates/files_sharing.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot
index 8d5d1e69f4..a80a2b98e3 100644
--- a/l10n/templates/files_versions.pot
+++ b/l10n/templates/files_versions.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot
index f7616ac54b..d8b090078b 100644
--- a/l10n/templates/lib.pot
+++ b/l10n/templates/lib.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index ab8101b4de..c0a4076142 100644
--- a/l10n/templates/settings.pot
+++ b/l10n/templates/settings.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot
index bb356f0038..8625135522 100644
--- a/l10n/templates/user_ldap.pot
+++ b/l10n/templates/user_ldap.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot
index f86a111ef8..fd9c1cef4d 100644
--- a/l10n/templates/user_webdavauth.pot
+++ b/l10n/templates/user_webdavauth.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
+"POT-Creation-Date: 2013-01-08 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php
index 6556e1b93b..21724a1782 100644
--- a/settings/l10n/ko.php
+++ b/settings/l10n/ko.php
@@ -23,8 +23,16 @@
"Select an App" => "앱 선택",
"See application page at apps.owncloud.com" => "apps.owncloud.com에 있는 앱 페이지를 참고하십시오",
"-licensed by " => "-라이선스 보유자 ",
+"User Documentation" => "유저 문서",
+"Administrator Documentation" => "관리자 문서",
+"Online Documentation" => "온라인 문서",
+"Forum" => "포럼",
+"Bugtracker" => "버그트래커",
"You have used %s of the available %s" => "현재 공간 %s/%s을(를) 사용 중입니다",
"Clients" => "고객",
+"Download Desktop Clients" => "데스크탑 클라이언트 다운로드",
+"Download Android Client" => "안드로이드 클라이언트 다운로드",
+"Download iOS Client" => "iOS 클라이언트 다운로드",
"Password" => "암호",
"Your password was changed" => "암호가 변경되었습니다",
"Unable to change your password" => "암호를 변경할 수 없음",
@@ -37,11 +45,18 @@
"Fill in an email address to enable password recovery" => "암호 찾기 기능을 사용하려면 이메일 주소를 입력하십시오.",
"Language" => "언어",
"Help translate" => "번역 돕기",
+"WebDAV" => "WebDAV",
+"Use this address to connect to your ownCloud in your file manager" => "파일 매니저에서 사용자의 ownCloud에 접속하기 위해 이 주소를 사용하십시요.",
+"Version" => "버젼",
"Developed by the ownCloud community, the source code is licensed under the AGPL." => "ownCloud 커뮤니티에 의해서 개발되었습니다. 원본 코드는 AGPL에 따라 사용이 허가됩니다.",
"Name" => "이름",
"Groups" => "그룹",
"Create" => "만들기",
+"Default Storage" => "기본 저장소",
+"Unlimited" => "무제한",
"Other" => "기타",
"Group Admin" => "그룹 관리자",
+"Storage" => "저장소",
+"Default" => "기본값",
"Delete" => "삭제"
);
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php
index 583c044ba4..ca7e84ce6c 100644
--- a/settings/l10n/nl.php
+++ b/settings/l10n/nl.php
@@ -53,7 +53,11 @@
"Name" => "Naam",
"Groups" => "Groepen",
"Create" => "Creëer",
+"Default Storage" => "Default opslag",
+"Unlimited" => "Ongelimiteerd",
"Other" => "Andere",
"Group Admin" => "Groep beheerder",
+"Storage" => "Opslag",
+"Default" => "Default",
"Delete" => "verwijderen"
);
From 7b9e6d2f2ce1503b113017db4dbe43c68da0101b Mon Sep 17 00:00:00 2001
From: Thomas Mueller
Date: Tue, 8 Jan 2013 00:32:41 +0100
Subject: [PATCH 20/27] fixing string concatenation in javascript refs
https://github.com/owncloud/core/commit/ae54364d7c8baf5138d166855db6431190963886
---
apps/files/js/files.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 038660e6e4..bb298431e8 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -593,7 +593,7 @@ $(document).ready(function() {
break;
case 'web':
if(name.substr(0,8)!='https://' && name.substr(0,7)!='http://'){
- name='http://'.name;
+ name='http://'+name;
}
var localName=name;
if(localName.substr(localName.length-1,1)=='/'){//strip /
From 43415386a8a60be2e72a0d0a648ac6bcd5b3353f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?=
Date: Tue, 8 Jan 2013 17:44:28 +0100
Subject: [PATCH 21/27] Upstream merged my patch to add additional ssl root
certificates to the webdav client. This means that OC_Connector_Sabre_Client
is no longer needed
---
apps/files_external/lib/webdav.php | 2 +-
lib/connector/sabre/client.php | 173 -----------------------------
2 files changed, 1 insertion(+), 174 deletions(-)
delete mode 100644 lib/connector/sabre/client.php
diff --git a/apps/files_external/lib/webdav.php b/apps/files_external/lib/webdav.php
index 68aca228bc..6c5bc579c3 100644
--- a/apps/files_external/lib/webdav.php
+++ b/apps/files_external/lib/webdav.php
@@ -50,7 +50,7 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{
'password' => $this->password,
);
- $this->client = new OC_Connector_Sabre_Client($settings);
+ $this->client = new Sabre_DAV_Client($settings);
$caview = \OCP\Files::getStorage('files_external');
if ($caview) {
diff --git a/lib/connector/sabre/client.php b/lib/connector/sabre/client.php
deleted file mode 100644
index 8df5fb9a9a..0000000000
--- a/lib/connector/sabre/client.php
+++ /dev/null
@@ -1,173 +0,0 @@
-
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library. If not, see .
- *
- */
-
-class OC_Connector_Sabre_Client extends Sabre_DAV_Client {
-
- protected $trustedCertificates;
-
- /**
- * Add trusted root certificates to the webdav client.
- *
- * The parameter certificates should be a absulute path to a file which contains
- * all trusted certificates
- *
- * @param string $certificates
- */
- public function addTrustedCertificates($certificates) {
- $this->trustedCertificates = $certificates;
- }
-
- /**
- * Copied from SabreDAV with some modification to use user defined curlSettings
- * Performs an actual HTTP request, and returns the result.
- *
- * If the specified url is relative, it will be expanded based on the base
- * url.
- *
- * The returned array contains 3 keys:
- * * body - the response body
- * * httpCode - a HTTP code (200, 404, etc)
- * * headers - a list of response http headers. The header names have
- * been lowercased.
- *
- * @param string $method
- * @param string $url
- * @param string $body
- * @param array $headers
- * @return array
- */
- public function request($method, $url = '', $body = null, $headers = array()) {
-
- $url = $this->getAbsoluteUrl($url);
-
- $curlSettings = array(
- CURLOPT_RETURNTRANSFER => true,
- // Return headers as part of the response
- CURLOPT_HEADER => true,
- CURLOPT_POSTFIELDS => $body,
- // Automatically follow redirects
- CURLOPT_FOLLOWLOCATION => true,
- CURLOPT_MAXREDIRS => 5,
- );
-
- if($this->trustedCertificates) {
- $curlSettings[CURLOPT_CAINFO] = $this->trustedCertificates;
- }
-
- switch ($method) {
- case 'HEAD' :
-
- // do not read body with HEAD requests (this is neccessary because cURL does not ignore the body with HEAD
- // requests when the Content-Length header is given - which in turn is perfectly valid according to HTTP
- // specs...) cURL does unfortunately return an error in this case ("transfer closed transfer closed with
- // ... bytes remaining to read") this can be circumvented by explicitly telling cURL to ignore the
- // response body
- $curlSettings[CURLOPT_NOBODY] = true;
- $curlSettings[CURLOPT_CUSTOMREQUEST] = 'HEAD';
- break;
-
- default:
- $curlSettings[CURLOPT_CUSTOMREQUEST] = $method;
- break;
-
- }
-
- // Adding HTTP headers
- $nHeaders = array();
- foreach($headers as $key=>$value) {
-
- $nHeaders[] = $key . ': ' . $value;
-
- }
- $curlSettings[CURLOPT_HTTPHEADER] = $nHeaders;
-
- if ($this->proxy) {
- $curlSettings[CURLOPT_PROXY] = $this->proxy;
- }
-
- if ($this->userName && $this->authType) {
- $curlType = 0;
- if ($this->authType & self::AUTH_BASIC) {
- $curlType |= CURLAUTH_BASIC;
- }
- if ($this->authType & self::AUTH_DIGEST) {
- $curlType |= CURLAUTH_DIGEST;
- }
- $curlSettings[CURLOPT_HTTPAUTH] = $curlType;
- $curlSettings[CURLOPT_USERPWD] = $this->userName . ':' . $this->password;
- }
-
- list(
- $response,
- $curlInfo,
- $curlErrNo,
- $curlError
- ) = $this->curlRequest($url, $curlSettings);
-
- $headerBlob = substr($response, 0, $curlInfo['header_size']);
- $response = substr($response, $curlInfo['header_size']);
-
- // In the case of 100 Continue, or redirects we'll have multiple lists
- // of headers for each separate HTTP response. We can easily split this
- // because they are separated by \r\n\r\n
- $headerBlob = explode("\r\n\r\n", trim($headerBlob, "\r\n"));
-
- // We only care about the last set of headers
- $headerBlob = $headerBlob[count($headerBlob)-1];
-
- // Splitting headers
- $headerBlob = explode("\r\n", $headerBlob);
-
- $headers = array();
- foreach($headerBlob as $header) {
- $parts = explode(':', $header, 2);
- if (count($parts)==2) {
- $headers[strtolower(trim($parts[0]))] = trim($parts[1]);
- }
- }
-
- $response = array(
- 'body' => $response,
- 'statusCode' => $curlInfo['http_code'],
- 'headers' => $headers
- );
-
- if ($curlErrNo) {
- throw new Sabre_DAV_Exception('[CURL] Error while making request: ' . $curlError . ' (error code: ' . $curlErrNo . ')');
- }
-
- if ($response['statusCode']>=400) {
- switch ($response['statusCode']) {
- case 404:
- throw new Sabre_DAV_Exception_NotFound('Resource ' . $url . ' not found.');
- break;
-
- default:
- throw new Sabre_DAV_Exception('HTTP error response. (errorcode ' . $response['statusCode'] . ')');
- }
- }
-
- return $response;
-
- }
-}
\ No newline at end of file
From 533f0e8e258caef66019377a160e7213fd530f07 Mon Sep 17 00:00:00 2001
From: Jenkins for ownCloud
Date: Wed, 9 Jan 2013 00:05:49 +0100
Subject: [PATCH 22/27] [tx-robot] updated from transifex
---
apps/files/l10n/ca.php | 1 -
apps/files/l10n/cs_CZ.php | 1 -
apps/files/l10n/da.php | 1 -
apps/files/l10n/de.php | 3 +-
apps/files/l10n/de_DE.php | 5 +-
apps/files/l10n/el.php | 1 -
apps/files/l10n/eo.php | 1 -
apps/files/l10n/es.php | 1 -
apps/files/l10n/es_AR.php | 1 -
apps/files/l10n/et_EE.php | 1 -
apps/files/l10n/eu.php | 1 -
apps/files/l10n/fr.php | 3 +-
apps/files/l10n/gl.php | 1 -
apps/files/l10n/he.php | 1 -
apps/files/l10n/hu_HU.php | 5 +-
apps/files/l10n/is.php | 1 -
apps/files/l10n/it.php | 1 -
apps/files/l10n/ja_JP.php | 1 -
apps/files/l10n/ko.php | 1 -
apps/files/l10n/mk.php | 1 -
apps/files/l10n/nb_NO.php | 1 -
apps/files/l10n/nl.php | 1 -
apps/files/l10n/pl.php | 1 -
apps/files/l10n/pt_BR.php | 1 -
apps/files/l10n/pt_PT.php | 3 +-
apps/files/l10n/ro.php | 1 -
apps/files/l10n/ru.php | 1 -
apps/files/l10n/ru_RU.php | 1 -
apps/files/l10n/sk_SK.php | 1 -
apps/files/l10n/sl.php | 1 -
apps/files/l10n/sr.php | 1 -
apps/files/l10n/sv.php | 1 -
apps/files/l10n/ta_LK.php | 1 -
apps/files/l10n/th_TH.php | 1 -
apps/files/l10n/tr.php | 1 -
apps/files/l10n/uk.php | 1 -
apps/files/l10n/vi.php | 1 -
apps/files/l10n/zh_CN.php | 1 -
apps/files/l10n/zh_TW.php | 1 -
apps/user_ldap/l10n/hu_HU.php | 1 +
core/l10n/de.php | 1 +
core/l10n/de_DE.php | 1 +
core/l10n/pt_PT.php | 1 +
l10n/ar/files.po | 76 +++++------
l10n/bg_BG/core.po | 190 ++++++++++++++--------------
l10n/bg_BG/files.po | 130 ++++++++++---------
l10n/bg_BG/files_encryption.po | 14 +-
l10n/bg_BG/files_external.po | 16 +--
l10n/bg_BG/files_sharing.po | 16 +--
l10n/bg_BG/files_versions.po | 10 +-
l10n/bg_BG/lib.po | 30 ++---
l10n/bg_BG/settings.po | 60 ++++-----
l10n/bg_BG/user_ldap.po | 6 +-
l10n/bg_BG/user_webdavauth.po | 6 +-
l10n/bn_BD/files.po | 76 +++++------
l10n/ca/files.po | 80 ++++++------
l10n/cs_CZ/files.po | 80 ++++++------
l10n/da/files.po | 78 ++++++------
l10n/de/core.po | 34 ++---
l10n/de/files.po | 84 ++++++------
l10n/de_DE/core.po | 35 ++---
l10n/de_DE/files.po | 87 +++++++------
l10n/el/files.po | 78 ++++++------
l10n/eo/files.po | 78 ++++++------
l10n/es/files.po | 80 ++++++------
l10n/es_AR/files.po | 78 ++++++------
l10n/et_EE/files.po | 78 ++++++------
l10n/eu/files.po | 78 ++++++------
l10n/fa/files.po | 76 +++++------
l10n/fi_FI/files.po | 76 +++++------
l10n/fr/files.po | 82 ++++++------
l10n/gl/files.po | 78 ++++++------
l10n/he/files.po | 78 ++++++------
l10n/hi/files.po | 76 +++++------
l10n/hr/files.po | 76 +++++------
l10n/hu/files.po | 76 +++++------
l10n/hu_HU/files.po | 87 +++++++------
l10n/hu_HU/settings.po | 15 ++-
l10n/hu_HU/user_ldap.po | 9 +-
l10n/ia/files.po | 76 +++++------
l10n/id/files.po | 76 +++++------
l10n/is/files.po | 78 ++++++------
l10n/it/files.po | 80 ++++++------
l10n/ja_JP/files.po | 80 ++++++------
l10n/ka_GE/files.po | 76 +++++------
l10n/ko/files.po | 80 ++++++------
l10n/ku_IQ/files.po | 76 +++++------
l10n/lb/files.po | 76 +++++------
l10n/lt_LT/files.po | 76 +++++------
l10n/lv/files.po | 76 +++++------
l10n/mk/files.po | 78 ++++++------
l10n/ms_MY/files.po | 76 +++++------
l10n/nb_NO/files.po | 78 ++++++------
l10n/nl/files.po | 80 ++++++------
l10n/nn_NO/files.po | 76 +++++------
l10n/oc/files.po | 76 +++++------
l10n/pl/files.po | 78 ++++++------
l10n/pl_PL/files.po | 76 +++++------
l10n/pt_BR/files.po | 78 ++++++------
l10n/pt_PT/core.po | 36 +++---
l10n/pt_PT/files.po | 82 ++++++------
l10n/ro/files.po | 78 ++++++------
l10n/ru/files.po | 78 ++++++------
l10n/ru_RU/files.po | 78 ++++++------
l10n/si_LK/files.po | 76 +++++------
l10n/sk_SK/files.po | 78 ++++++------
l10n/sl/files.po | 78 ++++++------
l10n/sq/files.po | 76 +++++------
l10n/sr/files.po | 78 ++++++------
l10n/sr@latin/files.po | 76 +++++------
l10n/sv/files.po | 78 ++++++------
l10n/ta_LK/files.po | 78 ++++++------
l10n/templates/core.pot | 28 ++--
l10n/templates/files.pot | 74 ++++++-----
l10n/templates/files_encryption.pot | 2 +-
l10n/templates/files_external.pot | 2 +-
l10n/templates/files_sharing.pot | 2 +-
l10n/templates/files_versions.pot | 2 +-
l10n/templates/lib.pot | 2 +-
l10n/templates/settings.pot | 2 +-
l10n/templates/user_ldap.pot | 2 +-
l10n/templates/user_webdavauth.pot | 2 +-
l10n/th_TH/files.po | 78 ++++++------
l10n/tr/files.po | 78 ++++++------
l10n/uk/files.po | 78 ++++++------
l10n/vi/files.po | 78 ++++++------
l10n/zh_CN.GB2312/files.po | 76 +++++------
l10n/zh_CN/files.po | 78 ++++++------
l10n/zh_HK/files.po | 76 +++++------
l10n/zh_TW/files.po | 78 ++++++------
l10n/zu_ZA/files.po | 76 +++++------
settings/l10n/hu_HU.php | 4 +
132 files changed, 2971 insertions(+), 2727 deletions(-)
diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php
index c30f3a97ad..224f0206e1 100644
--- a/apps/files/l10n/ca.php
+++ b/apps/files/l10n/ca.php
@@ -34,7 +34,6 @@
"{count} files uploading" => "{count} fitxers en pujada",
"Upload cancelled." => "La pujada s'ha cancel·lat.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "El nom de la carpeta no és vàlid. L'ús de \"Compartit\" està reservat per a OwnCloud",
"{count} files scanned" => "{count} fitxers escannejats",
"error while scanning" => "error durant l'escaneig",
"Name" => "Nom",
diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php
index a7ccd3187f..abd169245f 100644
--- a/apps/files/l10n/cs_CZ.php
+++ b/apps/files/l10n/cs_CZ.php
@@ -34,7 +34,6 @@
"{count} files uploading" => "odesílám {count} souborů",
"Upload cancelled." => "Odesílání zrušeno.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Probíhá odesílání souboru. Opuštění stránky vyústí ve zrušení nahrávání.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Neplatný název složky. Použití názvu \"Shared\" je rezervováno pro interní úžití službou Owncloud.",
"{count} files scanned" => "prozkoumáno {count} souborů",
"error while scanning" => "chyba při prohledávání",
"Name" => "Název",
diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php
index e2fd0c8c18..b5efe1b913 100644
--- a/apps/files/l10n/da.php
+++ b/apps/files/l10n/da.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} filer uploades",
"Upload cancelled." => "Upload afbrudt.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ugyldigt mappenavn. Brug af \"Shared\" er forbeholdt Owncloud",
"{count} files scanned" => "{count} filer skannet",
"error while scanning" => "fejl under scanning",
"Name" => "Navn",
diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php
index 5f4778eb86..1b2694ecf0 100644
--- a/apps/files/l10n/de.php
+++ b/apps/files/l10n/de.php
@@ -22,6 +22,8 @@
"replaced {new_name} with {old_name}" => "{old_name} ersetzt durch {new_name}",
"unshared {files}" => "Freigabe von {files} aufgehoben",
"deleted {files}" => "{files} gelöscht",
+"'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.",
+"File name cannot be empty." => "Der Dateiname darf nicht leer sein.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
"generating ZIP-file, it may take some time." => "Erstelle ZIP-Datei. Dies kann eine Weile dauern.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Deine Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist.",
@@ -32,7 +34,6 @@
"{count} files uploading" => "{count} Dateien werden hochgeladen",
"Upload cancelled." => "Upload abgebrochen.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten.",
"{count} files scanned" => "{count} Dateien wurden gescannt",
"error while scanning" => "Fehler beim Scannen",
"Name" => "Name",
diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php
index 3ba3222907..7dd8d3dad5 100644
--- a/apps/files/l10n/de_DE.php
+++ b/apps/files/l10n/de_DE.php
@@ -7,7 +7,7 @@
"No file was uploaded" => "Es wurde keine Datei hochgeladen.",
"Missing a temporary folder" => "Der temporäre Ordner fehlt.",
"Failed to write to disk" => "Fehler beim Schreiben auf die Festplatte",
-"Not enough space available" => "Nicht genug Speicher verfügbar",
+"Not enough space available" => "Nicht genügend Speicherplatz verfügbar",
"Invalid directory." => "Ungültiges Verzeichnis.",
"Files" => "Dateien",
"Unshare" => "Nicht mehr freigeben",
@@ -22,6 +22,8 @@
"replaced {new_name} with {old_name}" => "{old_name} wurde ersetzt durch {new_name}",
"unshared {files}" => "Freigabe für {files} beendet",
"deleted {files}" => "{files} gelöscht",
+"'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.",
+"File name cannot be empty." => "Der Dateiname darf nicht leer sein.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
"generating ZIP-file, it may take some time." => "Erstelle ZIP-Datei. Dies kann eine Weile dauern.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist.",
@@ -32,7 +34,6 @@
"{count} files uploading" => "{count} Dateien wurden hochgeladen",
"Upload cancelled." => "Upload abgebrochen.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Der Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten.",
"{count} files scanned" => "{count} Dateien wurden gescannt",
"error while scanning" => "Fehler beim Scannen",
"Name" => "Name",
diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php
index 60be0bc7aa..4d87c06dd0 100644
--- a/apps/files/l10n/el.php
+++ b/apps/files/l10n/el.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} αρχεία ανεβαίνουν",
"Upload cancelled." => "Η αποστολή ακυρώθηκε.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Η αποστολή του αρχείου βρίσκεται σε εξέλιξη. Το κλείσιμο της σελίδας θα ακυρώσει την αποστολή.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Μη έγκυρο όνομα φακέλου. Η χρήση του \"Shared\" είναι δεσμευμένη από το Owncloud",
"{count} files scanned" => "{count} αρχεία ανιχνεύτηκαν",
"error while scanning" => "σφάλμα κατά την ανίχνευση",
"Name" => "Όνομα",
diff --git a/apps/files/l10n/eo.php b/apps/files/l10n/eo.php
index c371334933..478be98bf5 100644
--- a/apps/files/l10n/eo.php
+++ b/apps/files/l10n/eo.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} dosieroj alŝutatas",
"Upload cancelled." => "La alŝuto nuliĝis.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nevalida nomo de dosierujo. Uzo de “Shared” rezervitas de Owncloud",
"{count} files scanned" => "{count} dosieroj skaniĝis",
"error while scanning" => "eraro dum skano",
"Name" => "Nomo",
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php
index a92720581b..b4234e3f3e 100644
--- a/apps/files/l10n/es.php
+++ b/apps/files/l10n/es.php
@@ -34,7 +34,6 @@
"{count} files uploading" => "Subiendo {count} archivos",
"Upload cancelled." => "Subida cancelada.",
"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Salir de la página ahora cancelará la subida.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nombre de la carpeta invalido. El uso de \"Shared\" esta reservado para Owncloud",
"{count} files scanned" => "{count} archivos escaneados",
"error while scanning" => "error escaneando",
"Name" => "Nombre",
diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php
index 9375954c02..a2e0a102aa 100644
--- a/apps/files/l10n/es_AR.php
+++ b/apps/files/l10n/es_AR.php
@@ -32,7 +32,6 @@
"{count} files uploading" => "Subiendo {count} archivos",
"Upload cancelled." => "La subida fue cancelada",
"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nombre del directorio inválido. Usar \"Shared\" está reservado por ownCloud.",
"{count} files scanned" => "{count} archivos escaneados",
"error while scanning" => "error mientras se escaneaba",
"Name" => "Nombre",
diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php
index 0dfc7b5bcd..a785651559 100644
--- a/apps/files/l10n/et_EE.php
+++ b/apps/files/l10n/et_EE.php
@@ -29,7 +29,6 @@
"{count} files uploading" => "{count} faili üleslaadimist",
"Upload cancelled." => "Üleslaadimine tühistati.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Vigane kausta nimi. Nime \"Jagatud\" kasutamine on Owncloudi poolt broneeritud ",
"{count} files scanned" => "{count} faili skännitud",
"error while scanning" => "viga skännimisel",
"Name" => "Nimi",
diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php
index e141fa6572..83710f0286 100644
--- a/apps/files/l10n/eu.php
+++ b/apps/files/l10n/eu.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} fitxategi igotzen",
"Upload cancelled." => "Igoera ezeztatuta",
"File upload is in progress. Leaving the page now will cancel the upload." => "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Karpeta izen baliogabea. \"Shared\" karpetaren erabilera Owncloudek erreserbatuta dauka",
"{count} files scanned" => "{count} fitxategi eskaneatuta",
"error while scanning" => "errore bat egon da eskaneatzen zen bitartean",
"Name" => "Izena",
diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php
index 95405a81a8..61ab084678 100644
--- a/apps/files/l10n/fr.php
+++ b/apps/files/l10n/fr.php
@@ -34,7 +34,6 @@
"{count} files uploading" => "{count} fichiers téléversés",
"Upload cancelled." => "Chargement annulé.",
"File upload is in progress. Leaving the page now will cancel the upload." => "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nom de répertoire invalide. \"Shared\" est réservé par ownCloud",
"{count} files scanned" => "{count} fichiers indexés",
"error while scanning" => "erreur lors de l'indexation",
"Name" => "Nom",
@@ -59,7 +58,7 @@
"Upload" => "Envoyer",
"Cancel upload" => "Annuler l'envoi",
"Nothing in here. Upload something!" => "Il n'y a rien ici ! Envoyez donc quelque chose :)",
-"Download" => "Téléchargement",
+"Download" => "Télécharger",
"Upload too large" => "Fichier 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.",
diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php
index eb9503d6ca..cf0238d7a7 100644
--- a/apps/files/l10n/gl.php
+++ b/apps/files/l10n/gl.php
@@ -32,7 +32,6 @@
"{count} files uploading" => "{count} ficheiros subíndose",
"Upload cancelled." => "Subida cancelada.",
"File upload is in progress. Leaving the page now will cancel the upload." => "A subida do ficheiro está en curso. Saír agora da páxina cancelará a subida.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nome de cartafol non válido. O uso de \"compartido\" está reservado exclusivamente para ownCloud",
"{count} files scanned" => "{count} ficheiros escaneados",
"error while scanning" => "erro mentres analizaba",
"Name" => "Nome",
diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php
index 971933f231..7b4f910bce 100644
--- a/apps/files/l10n/he.php
+++ b/apps/files/l10n/he.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} קבצים נשלחים",
"Upload cancelled." => "ההעלאה בוטלה.",
"File upload is in progress. Leaving the page now will cancel the upload." => "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "שם התיקייה שגוי. השימוש בשם „Shared“ שמור לטובת Owncloud",
"{count} files scanned" => "{count} קבצים נסרקו",
"error while scanning" => "אירעה שגיאה במהלך הסריקה",
"Name" => "שם",
diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php
index cb06fe087e..4561d9c49e 100644
--- a/apps/files/l10n/hu_HU.php
+++ b/apps/files/l10n/hu_HU.php
@@ -7,6 +7,8 @@
"No file was uploaded" => "Nem töltődött fel semmi",
"Missing a temporary folder" => "Hiányzik egy ideiglenes mappa",
"Failed to write to disk" => "Nem sikerült a lemezre történő írás",
+"Not enough space available" => "Nincs elég szabad hely",
+"Invalid directory." => "Érvénytelen mappa.",
"Files" => "Fájlok",
"Unshare" => "Megosztás visszavonása",
"Delete" => "Törlés",
@@ -20,6 +22,8 @@
"replaced {new_name} with {old_name}" => "{new_name} fájlt kicseréltük ezzel: {old_name}",
"unshared {files}" => "{files} fájl megosztása visszavonva",
"deleted {files}" => "{files} fájl törölve",
+"'.' is an invalid file name." => "'.' fájlnév érvénytelen.",
+"File name cannot be empty." => "A fájlnév nem lehet semmi.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Érvénytelen elnevezés. Ezek a karakterek nem használhatók: '\\', '/', '<', '>', ':', '\"', '|', '?' és '*'",
"generating ZIP-file, it may take some time." => "ZIP-fájl generálása, ez eltarthat egy ideig.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Nem tölthető fel, mert mappa volt, vagy 0 byte méretű",
@@ -30,7 +34,6 @@
"{count} files uploading" => "{count} fájl töltődik föl",
"Upload cancelled." => "A feltöltést megszakítottuk.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Érvénytelen mappanév. A \"Shared\" elnevezést az Owncloud rendszer használja.",
"{count} files scanned" => "{count} fájlt találtunk",
"error while scanning" => "Hiba a fájllista-ellenőrzés során",
"Name" => "Név",
diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php
index bca878873a..09312124f8 100644
--- a/apps/files/l10n/is.php
+++ b/apps/files/l10n/is.php
@@ -29,7 +29,6 @@
"{count} files uploading" => "{count} skrár innsendar",
"Upload cancelled." => "Hætt við innsendingu.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending misheppnast.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ógilt nafn á möppu. Nafnið \"Shared\" er frátekið fyrir ownCloud.",
"{count} files scanned" => "{count} skrár skimaðar",
"error while scanning" => "villa við skimun",
"Name" => "Nafn",
diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php
index e74bfae2e8..e645d9b871 100644
--- a/apps/files/l10n/it.php
+++ b/apps/files/l10n/it.php
@@ -34,7 +34,6 @@
"{count} files uploading" => "{count} file in fase di caricamentoe",
"Upload cancelled." => "Invio annullato",
"File upload is in progress. Leaving the page now will cancel the upload." => "Caricamento del file in corso. La chiusura della pagina annullerà il caricamento.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nome della cartella non valido. L'uso di \"Shared\" è riservato a ownCloud",
"{count} files scanned" => "{count} file analizzati",
"error while scanning" => "errore durante la scansione",
"Name" => "Nome",
diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php
index bc7be7ea69..fc82c8ef03 100644
--- a/apps/files/l10n/ja_JP.php
+++ b/apps/files/l10n/ja_JP.php
@@ -34,7 +34,6 @@
"{count} files uploading" => "{count} ファイルをアップロード中",
"Upload cancelled." => "アップロードはキャンセルされました。",
"File upload is in progress. Leaving the page now will cancel the upload." => "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "無効なフォルダ名です。\"Shared\" の利用は ownCloud が予約済みです。",
"{count} files scanned" => "{count} ファイルをスキャン",
"error while scanning" => "スキャン中のエラー",
"Name" => "名前",
diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php
index 9d46afc97e..95667df7cb 100644
--- a/apps/files/l10n/ko.php
+++ b/apps/files/l10n/ko.php
@@ -34,7 +34,6 @@
"{count} files uploading" => "파일 {count}개 업로드 중",
"Upload cancelled." => "업로드가 취소되었습니다.",
"File upload is in progress. Leaving the page now will cancel the upload." => "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "폴더 이름이 올바르지 않습니다. \"Shared\" 폴더는 ownCloud에서 예약되었습니다.",
"{count} files scanned" => "파일 {count}개 검색됨",
"error while scanning" => "검색 중 오류 발생",
"Name" => "이름",
diff --git a/apps/files/l10n/mk.php b/apps/files/l10n/mk.php
index 9eb11360fe..1b1c394623 100644
--- a/apps/files/l10n/mk.php
+++ b/apps/files/l10n/mk.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} датотеки се подигаат",
"Upload cancelled." => "Преземањето е прекинато.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Подигање на датотека е во тек. Напуштење на страницата ќе го прекине.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Неправилно име на папка. Користењето на „Shared“ е резервирано за Owncloud",
"{count} files scanned" => "{count} датотеки скенирани",
"error while scanning" => "грешка при скенирање",
"Name" => "Име",
diff --git a/apps/files/l10n/nb_NO.php b/apps/files/l10n/nb_NO.php
index f97228ecd1..1de39f021d 100644
--- a/apps/files/l10n/nb_NO.php
+++ b/apps/files/l10n/nb_NO.php
@@ -28,7 +28,6 @@
"{count} files uploading" => "{count} filer laster opp",
"Upload cancelled." => "Opplasting avbrutt.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ugyldig mappenavn. Bruk av \"Shared\" er reservert av ownCloud.",
"{count} files scanned" => "{count} filer lest inn",
"error while scanning" => "feil under skanning",
"Name" => "Navn",
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php
index 22fd68214e..2421f1be65 100644
--- a/apps/files/l10n/nl.php
+++ b/apps/files/l10n/nl.php
@@ -34,7 +34,6 @@
"{count} files uploading" => "{count} bestanden aan het uploaden",
"Upload cancelled." => "Uploaden geannuleerd.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Bestandsupload is bezig. Wanneer de pagina nu verlaten wordt, stopt de upload.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Folder naam niet toegestaan. Het gebruik van \"Shared\" is aan Owncloud voorbehouden",
"{count} files scanned" => "{count} bestanden gescanned",
"error while scanning" => "Fout tijdens het scannen",
"Name" => "Naam",
diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php
index e485fdc6c3..7ac88664ae 100644
--- a/apps/files/l10n/pl.php
+++ b/apps/files/l10n/pl.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} przesyłanie plików",
"Upload cancelled." => "Wczytywanie anulowane.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Wysyłanie pliku jest w toku. Teraz opuszczając stronę wysyłanie zostanie anulowane.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Błędna nazwa folderu. Nazwa \"Shared\" jest zarezerwowana dla Owncloud",
"{count} files scanned" => "{count} pliki skanowane",
"error while scanning" => "Wystąpił błąd podczas skanowania",
"Name" => "Nazwa",
diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php
index 5f266bd7cd..decb30139e 100644
--- a/apps/files/l10n/pt_BR.php
+++ b/apps/files/l10n/pt_BR.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "Enviando {count} arquivos",
"Upload cancelled." => "Envio cancelado.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Upload em andamento. Sair da página agora resultará no cancelamento do envio.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nome de pasta inválido. O nome \"Shared\" é reservado pelo Owncloud",
"{count} files scanned" => "{count} arquivos scaneados",
"error while scanning" => "erro durante verificação",
"Name" => "Nome",
diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php
index 36c9d6e62a..97ac32f77f 100644
--- a/apps/files/l10n/pt_PT.php
+++ b/apps/files/l10n/pt_PT.php
@@ -22,6 +22,8 @@
"replaced {new_name} with {old_name}" => "substituido {new_name} por {old_name}",
"unshared {files}" => "{files} não partilhado(s)",
"deleted {files}" => "{files} eliminado(s)",
+"'.' is an invalid file name." => "'.' não é um nome de ficheiro válido!",
+"File name cannot be empty." => "O nome do ficheiro não pode estar vazio.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome Inválido, os caracteres '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.",
"generating ZIP-file, it may take some time." => "a gerar o ficheiro ZIP, poderá demorar algum tempo.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Não é possível fazer o envio do ficheiro devido a ser uma pasta ou ter 0 bytes",
@@ -32,7 +34,6 @@
"{count} files uploading" => "A carregar {count} ficheiros",
"Upload cancelled." => "O envio foi cancelado.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Envio de ficheiro em progresso. Irá cancelar o envio se sair da página agora.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nome de pasta inválido! O uso de \"Shared\" (Partilhado) está reservado pelo OwnCloud",
"{count} files scanned" => "{count} ficheiros analisados",
"error while scanning" => "erro ao analisar",
"Name" => "Nome",
diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php
index b09c8f39c8..a8761984b6 100644
--- a/apps/files/l10n/ro.php
+++ b/apps/files/l10n/ro.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} fisiere incarcate",
"Upload cancelled." => "Încărcare anulată.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nume de folder invalid. Numele este rezervat pentru OwnCloud",
"{count} files scanned" => "{count} fisiere scanate",
"error while scanning" => "eroare la scanarea",
"Name" => "Nume",
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php
index 403bd5c098..53057ea084 100644
--- a/apps/files/l10n/ru.php
+++ b/apps/files/l10n/ru.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} файлов загружается",
"Upload cancelled." => "Загрузка отменена.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Файл в процессе загрузки. Покинув страницу вы прервёте загрузку.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Не правильное имя папки. Имя \"Shared\" резервировано в Owncloud",
"{count} files scanned" => "{count} файлов просканировано",
"error while scanning" => "ошибка во время санирования",
"Name" => "Название",
diff --git a/apps/files/l10n/ru_RU.php b/apps/files/l10n/ru_RU.php
index d7d3d37613..8de277c4b7 100644
--- a/apps/files/l10n/ru_RU.php
+++ b/apps/files/l10n/ru_RU.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{количество} загружено файлов",
"Upload cancelled." => "Загрузка отменена",
"File upload is in progress. Leaving the page now will cancel the upload." => "Процесс загрузки файла. Если покинуть страницу сейчас, загрузка будет отменена.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Некорректное имя папки. Нименование \"Опубликовано\" зарезервировано ownCloud",
"{count} files scanned" => "{количество} файлов отсканировано",
"error while scanning" => "ошибка при сканировании",
"Name" => "Имя",
diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php
index 1043e7ae9d..abcb9358c0 100644
--- a/apps/files/l10n/sk_SK.php
+++ b/apps/files/l10n/sk_SK.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} súborov odosielaných",
"Upload cancelled." => "Odosielanie zrušené",
"File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nesprávne meno adresára. Použitie slova \"Shared\" (Zdieľané) je vyhradené službou ownCloud.",
"{count} files scanned" => "{count} súborov prehľadaných",
"error while scanning" => "chyba počas kontroly",
"Name" => "Meno",
diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php
index f07751073c..7d1594da06 100644
--- a/apps/files/l10n/sl.php
+++ b/apps/files/l10n/sl.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "nalagam {count} datotek",
"Upload cancelled." => "Pošiljanje je preklicano.",
"File upload is in progress. Leaving the page now will cancel the upload." => "V teku je pošiljanje datoteke. Če zapustite to stran zdaj, bo pošiljanje preklicano.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Neveljavno ime datoteke. Uporaba mape \"Share\" je rezervirana za ownCloud.",
"{count} files scanned" => "{count} files scanned",
"error while scanning" => "napaka med pregledovanjem datotek",
"Name" => "Ime",
diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php
index 48b258862b..ecde8be4cc 100644
--- a/apps/files/l10n/sr.php
+++ b/apps/files/l10n/sr.php
@@ -29,7 +29,6 @@
"{count} files uploading" => "Отпремам {count} датотеке/а",
"Upload cancelled." => "Отпремање је прекинуто.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Неисправан назив фасцикле. „Дељено“ користи Оунклауд.",
"{count} files scanned" => "Скенирано датотека: {count}",
"error while scanning" => "грешка при скенирању",
"Name" => "Назив",
diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php
index f04ae0ac22..b5c9049de2 100644
--- a/apps/files/l10n/sv.php
+++ b/apps/files/l10n/sv.php
@@ -32,7 +32,6 @@
"{count} files uploading" => "{count} filer laddas upp",
"Upload cancelled." => "Uppladdning avbruten.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ogiltigt mappnamn. Ordet \"Delad\" är reserverat av ownCloud.",
"{count} files scanned" => "{count} filer skannade",
"error while scanning" => "fel vid skanning",
"Name" => "Namn",
diff --git a/apps/files/l10n/ta_LK.php b/apps/files/l10n/ta_LK.php
index b68ad8f02c..7edaf8e425 100644
--- a/apps/files/l10n/ta_LK.php
+++ b/apps/files/l10n/ta_LK.php
@@ -29,7 +29,6 @@
"{count} files uploading" => "{எண்ணிக்கை} கோப்புகள் பதிவேற்றப்படுகின்றது",
"Upload cancelled." => "பதிவேற்றல் இரத்து செய்யப்பட்டுள்ளது",
"File upload is in progress. Leaving the page now will cancel the upload." => "கோப்பு பதிவேற்றம் செயல்பாட்டில் உள்ளது. இந்தப் பக்கத்திலிருந்து வெறியேறுவதானது பதிவேற்றலை இரத்து செய்யும்.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "செல்லுபடியற்ற கோப்புறை பெயர். \"பகிர்வின்\" பாவனை Owncloud இனால் ஒதுக்கப்பட்டுள்ளது",
"{count} files scanned" => "{எண்ணிக்கை} கோப்புகள் வருடப்பட்டது",
"error while scanning" => "வருடும் போதான வழு",
"Name" => "பெயர்",
diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php
index f6b3b1c56f..214cef925d 100644
--- a/apps/files/l10n/th_TH.php
+++ b/apps/files/l10n/th_TH.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "กำลังอัพโหลด {count} ไฟล์",
"Upload cancelled." => "การอัพโหลดถูกยกเลิก",
"File upload is in progress. Leaving the page now will cancel the upload." => "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "ชื่อโฟลเดอร์ที่ใช้ไม่ถูกต้อง การใช้งาน \"ถูกแชร์\" ถูกสงวนไว้เฉพาะ Owncloud เท่านั้น",
"{count} files scanned" => "สแกนไฟล์แล้ว {count} ไฟล์",
"error while scanning" => "พบข้อผิดพลาดในระหว่างการสแกนไฟล์",
"Name" => "ชื่อ",
diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php
index 80182d8ec8..7b251d0b8e 100644
--- a/apps/files/l10n/tr.php
+++ b/apps/files/l10n/tr.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} dosya yükleniyor",
"Upload cancelled." => "Yükleme iptal edildi.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Dosya yükleme işlemi sürüyor. Şimdi sayfadan ayrılırsanız işleminiz iptal olur.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Geçersiz dizin ismi. \"Shared\" dizini OwnCloud tarafından kullanılmaktadır.",
"{count} files scanned" => "{count} dosya tarandı",
"error while scanning" => "tararamada hata oluşdu",
"Name" => "Ad",
diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php
index 4daa2d628c..3a026af696 100644
--- a/apps/files/l10n/uk.php
+++ b/apps/files/l10n/uk.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} файлів завантажується",
"Upload cancelled." => "Завантаження перервано.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Виконується завантаження файлу. Закриття цієї сторінки приведе до відміни завантаження.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Невірне ім'я каталогу. Використання \"Shared\" зарезервовано Owncloud",
"{count} files scanned" => "{count} файлів проскановано",
"error while scanning" => "помилка при скануванні",
"Name" => "Ім'я",
diff --git a/apps/files/l10n/vi.php b/apps/files/l10n/vi.php
index b14186d961..3f4d887b57 100644
--- a/apps/files/l10n/vi.php
+++ b/apps/files/l10n/vi.php
@@ -29,7 +29,6 @@
"{count} files uploading" => "{count} tập tin đang tải lên",
"Upload cancelled." => "Hủy tải lên",
"File upload is in progress. Leaving the page now will cancel the upload." => "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Tên thư mục không hợp lệ. Sử dụng \"Chia sẻ\" được dành riêng bởi Owncloud",
"{count} files scanned" => "{count} tập tin đã được quét",
"error while scanning" => "lỗi trong khi quét",
"Name" => "Tên",
diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php
index 1188c25292..7f2bba35e7 100644
--- a/apps/files/l10n/zh_CN.php
+++ b/apps/files/l10n/zh_CN.php
@@ -30,7 +30,6 @@
"{count} files uploading" => "{count} 个文件上传中",
"Upload cancelled." => "上传已取消",
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "无效的文件夹名称。”Shared“ 是 Owncloud 保留字符。",
"{count} files scanned" => "{count} 个文件已扫描。",
"error while scanning" => "扫描时出错",
"Name" => "名称",
diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php
index 7b55b54714..ae2430106d 100644
--- a/apps/files/l10n/zh_TW.php
+++ b/apps/files/l10n/zh_TW.php
@@ -24,7 +24,6 @@
"{count} files uploading" => "{count} 個檔案正在上傳",
"Upload cancelled." => "上傳取消",
"File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中. 離開此頁面將會取消上傳.",
-"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "無效的資料夾名稱. \"Shared\" 名稱已被 Owncloud 所保留使用",
"error while scanning" => "掃描時發生錯誤",
"Name" => "名稱",
"Size" => "大小",
diff --git a/apps/user_ldap/l10n/hu_HU.php b/apps/user_ldap/l10n/hu_HU.php
index 14eb5837ce..577afcef1c 100644
--- a/apps/user_ldap/l10n/hu_HU.php
+++ b/apps/user_ldap/l10n/hu_HU.php
@@ -17,6 +17,7 @@
"Group Filter" => "A csoportok szűrője",
"Defines the filter to apply, when retrieving groups." => "Ez a szűrő érvényes a csoportok listázásakor.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "itt ne használjunk változót, pl. \"objectClass=posixGroup\".",
+"Port" => "Port",
"Base User Tree" => "A felhasználói fa gyökere",
"Base Group Tree" => "A csoportfa gyökere",
"Group-Member association" => "A csoporttagság attribútuma",
diff --git a/core/l10n/de.php b/core/l10n/de.php
index c5867eda8c..9c80d1cb14 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -128,6 +128,7 @@
"You are logged out." => "Du wurdest abgemeldet.",
"prev" => "Zurück",
"next" => "Weiter",
+"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.",
"Security Warning!" => "Sicherheitswarnung!",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Bitte bestätige Dein Passwort.
Aus Sicherheitsgründen wirst Du hierbei gebeten, Dein Passwort erneut einzugeben.",
"Verify" => "Bestätigen"
diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php
index ed0bc0e0ff..777725b2cd 100644
--- a/core/l10n/de_DE.php
+++ b/core/l10n/de_DE.php
@@ -128,6 +128,7 @@
"You are logged out." => "Sie wurden abgemeldet.",
"prev" => "Zurück",
"next" => "Weiter",
+"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.",
"Security Warning!" => "Sicherheitshinweis!",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Bitte überprüfen Sie Ihr Passwort.
Aus Sicherheitsgründen werden Sie gelegentlich aufgefordert, Ihr Passwort erneut einzugeben.",
"Verify" => "Überprüfen"
diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php
index a2bfcf4f88..d09344fe14 100644
--- a/core/l10n/pt_PT.php
+++ b/core/l10n/pt_PT.php
@@ -128,6 +128,7 @@
"You are logged out." => "Estás desconetado.",
"prev" => "anterior",
"next" => "seguinte",
+"Updating ownCloud to version %s, this may take a while." => "A Actualizar o ownCloud para a versão %s, esta operação pode demorar.",
"Security Warning!" => "Aviso de Segurança!",
"Please verify your password.
For security reasons you may be occasionally asked to enter your password again." => "Por favor verifique a sua palavra-passe.
Por razões de segurança, pode ser-lhe perguntada, ocasionalmente, a sua palavra-passe de novo.",
"Verify" => "Verificar"
diff --git a/l10n/ar/files.po b/l10n/ar/files.po
index 791afd2e70..91d0318792 100644
--- a/l10n/ar/files.po
+++ b/l10n/ar/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -65,11 +65,11 @@ msgstr ""
msgid "Files"
msgstr "الملفات"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "إلغاء مشاركة"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "محذوف"
@@ -77,39 +77,39 @@ msgstr "محذوف"
msgid "Rename"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr ""
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr ""
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr ""
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr ""
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr ""
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr ""
@@ -143,7 +143,7 @@ msgstr ""
msgid "Close"
msgstr "إغلق"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr ""
@@ -151,56 +151,60 @@ msgstr ""
msgid "1 file uploading"
msgstr ""
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr ""
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr ""
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr ""
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr ""
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "الاسم"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "حجم"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "معدل"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr ""
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr ""
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr ""
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr ""
@@ -252,36 +256,36 @@ msgstr "مجلد"
msgid "From link"
msgstr ""
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "إرفع"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "لا يوجد شيء هنا. إرفع بعض الملفات!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "تحميل"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "حجم الترفيع أعلى من المسموح"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr ""
diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po
index 946b098473..d4e0355bea 100644
--- a/l10n/bg_BG/core.po
+++ b/l10n/bg_BG/core.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2011-07-25 16:05+0000\n"
+"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -55,7 +55,7 @@ msgstr ""
#: ajax/vcategories/add.php:37
msgid "This category already exists: "
-msgstr "Категорията вече съществува:"
+msgstr ""
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
#: ajax/vcategories/favorites.php:24
@@ -76,7 +76,7 @@ msgstr ""
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
msgid "No categories selected for deletion."
-msgstr "Няма избрани категории за изтриване"
+msgstr ""
#: ajax/vcategories/removeFromFavorites.php:35
#, php-format
@@ -85,57 +85,57 @@ msgstr ""
#: js/js.js:259 templates/layout.user.php:60 templates/layout.user.php:61
msgid "Settings"
-msgstr "Настройки"
-
-#: js/js.js:704
-msgid "seconds ago"
-msgstr ""
-
-#: js/js.js:705
-msgid "1 minute ago"
-msgstr ""
-
-#: js/js.js:706
-msgid "{minutes} minutes ago"
-msgstr ""
-
-#: js/js.js:707
-msgid "1 hour ago"
-msgstr ""
-
-#: js/js.js:708
-msgid "{hours} hours ago"
-msgstr ""
-
-#: js/js.js:709
-msgid "today"
-msgstr ""
-
-#: js/js.js:710
-msgid "yesterday"
msgstr ""
#: js/js.js:711
-msgid "{days} days ago"
+msgid "seconds ago"
msgstr ""
#: js/js.js:712
-msgid "last month"
+msgid "1 minute ago"
msgstr ""
#: js/js.js:713
-msgid "{months} months ago"
+msgid "{minutes} minutes ago"
msgstr ""
#: js/js.js:714
-msgid "months ago"
+msgid "1 hour ago"
msgstr ""
#: js/js.js:715
-msgid "last year"
+msgid "{hours} hours ago"
msgstr ""
#: js/js.js:716
+msgid "today"
+msgstr ""
+
+#: js/js.js:717
+msgid "yesterday"
+msgstr ""
+
+#: js/js.js:718
+msgid "{days} days ago"
+msgstr ""
+
+#: js/js.js:719
+msgid "last month"
+msgstr ""
+
+#: js/js.js:720
+msgid "{months} months ago"
+msgstr ""
+
+#: js/js.js:721
+msgid "months ago"
+msgstr ""
+
+#: js/js.js:722
+msgid "last year"
+msgstr ""
+
+#: js/js.js:723
msgid "years ago"
msgstr ""
@@ -145,19 +145,19 @@ msgstr ""
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
msgid "Cancel"
-msgstr "Отказ"
+msgstr ""
#: js/oc-dialogs.js:162
msgid "No"
-msgstr "Не"
+msgstr ""
#: js/oc-dialogs.js:163
msgid "Yes"
-msgstr "Да"
+msgstr ""
#: js/oc-dialogs.js:180
msgid "Ok"
-msgstr "Добре"
+msgstr ""
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
@@ -168,7 +168,7 @@ msgstr ""
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:554
#: js/share.js:566
msgid "Error"
-msgstr "Грешка"
+msgstr ""
#: js/oc-vcategories.js:179
msgid "The app name is not specified."
@@ -213,7 +213,7 @@ msgstr ""
#: js/share.js:168 templates/installation.php:44 templates/login.php:35
#: templates/verify.php:13
msgid "Password"
-msgstr "Парола"
+msgstr ""
#: js/share.js:172
msgid "Email link to person"
@@ -305,7 +305,7 @@ msgstr ""
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
-msgstr "Ще получите връзка за нулиране на паролата Ви."
+msgstr ""
#: lostpassword/templates/lostpassword.php:5
msgid "Reset email send."
@@ -318,15 +318,15 @@ msgstr ""
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
#: templates/login.php:28
msgid "Username"
-msgstr "Потребител"
+msgstr ""
#: lostpassword/templates/lostpassword.php:14
msgid "Request reset"
-msgstr "Нулиране на заявка"
+msgstr ""
#: lostpassword/templates/resetpassword.php:4
msgid "Your password was reset"
-msgstr "Вашата парола е нулирана"
+msgstr ""
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
@@ -334,47 +334,47 @@ msgstr ""
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
-msgstr "Нова парола"
+msgstr ""
#: lostpassword/templates/resetpassword.php:11
msgid "Reset password"
-msgstr "Нулиране на парола"
+msgstr ""
#: strings.php:5
msgid "Personal"
-msgstr "Лични"
+msgstr ""
#: strings.php:6
msgid "Users"
-msgstr "Потребители"
+msgstr ""
#: strings.php:7
msgid "Apps"
-msgstr "Програми"
+msgstr ""
#: strings.php:8
msgid "Admin"
-msgstr "Админ"
+msgstr ""
#: strings.php:9
msgid "Help"
-msgstr "Помощ"
+msgstr ""
#: templates/403.php:12
msgid "Access forbidden"
-msgstr "Достъпът е забранен"
+msgstr ""
#: templates/404.php:12
msgid "Cloud not found"
-msgstr "облакът не намерен"
+msgstr ""
#: templates/edit_categories_dialog.php:4
msgid "Edit categories"
-msgstr "Редактиране на категориите"
+msgstr ""
#: templates/edit_categories_dialog.php:16
msgid "Add"
-msgstr "Добавяне"
+msgstr ""
#: templates/installation.php:23 templates/installation.php:31
msgid "Security Warning"
@@ -403,36 +403,36 @@ msgstr ""
#: templates/installation.php:36
msgid "Create an admin account"
-msgstr "Създаване на админ профил"
+msgstr ""
#: templates/installation.php:50
msgid "Advanced"
-msgstr "Разширено"
+msgstr ""
#: templates/installation.php:52
msgid "Data folder"
-msgstr "Директория за данни"
+msgstr ""
#: templates/installation.php:59
msgid "Configure the database"
-msgstr "Конфигуриране на базата"
+msgstr ""
#: templates/installation.php:64 templates/installation.php:75
#: templates/installation.php:85 templates/installation.php:95
msgid "will be used"
-msgstr "ще се ползва"
+msgstr ""
#: templates/installation.php:107
msgid "Database user"
-msgstr "Потребител за базата"
+msgstr ""
#: templates/installation.php:111
msgid "Database password"
-msgstr "Парола за базата"
+msgstr ""
#: templates/installation.php:115
msgid "Database name"
-msgstr "Име на базата"
+msgstr ""
#: templates/installation.php:123
msgid "Database tablespace"
@@ -440,87 +440,87 @@ msgstr ""
#: templates/installation.php:129
msgid "Database host"
-msgstr "Хост за базата"
+msgstr ""
#: templates/installation.php:134
msgid "Finish setup"
-msgstr "Завършване на настройките"
+msgstr ""
#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "Sunday"
-msgstr "Неделя"
+msgstr ""
#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "Monday"
-msgstr "Понеделник"
+msgstr ""
#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "Tuesday"
-msgstr "Вторник"
+msgstr ""
#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "Wednesday"
-msgstr "Сряда"
+msgstr ""
#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "Thursday"
-msgstr "Четвъртък"
+msgstr ""
#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "Friday"
-msgstr "Петък"
+msgstr ""
#: templates/layout.guest.php:16 templates/layout.user.php:17
msgid "Saturday"
-msgstr "Събота"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "January"
-msgstr "Януари"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "February"
-msgstr "Февруари"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "March"
-msgstr "Март"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "April"
-msgstr "Април"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "May"
-msgstr "Май"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "June"
-msgstr "Юни"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "July"
-msgstr "Юли"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "August"
-msgstr "Август"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "September"
-msgstr "Септември"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "October"
-msgstr "Октомври"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "November"
-msgstr "Ноември"
+msgstr ""
#: templates/layout.guest.php:17 templates/layout.user.php:18
msgid "December"
-msgstr "Декември"
+msgstr ""
#: templates/layout.guest.php:42
msgid "web services under your control"
@@ -528,7 +528,7 @@ msgstr ""
#: templates/layout.user.php:45
msgid "Log out"
-msgstr "Изход"
+msgstr ""
#: templates/login.php:10
msgid "Automatic logon rejected!"
@@ -546,27 +546,27 @@ msgstr ""
#: templates/login.php:19
msgid "Lost your password?"
-msgstr "Забравена парола?"
+msgstr ""
#: templates/login.php:39
msgid "remember"
-msgstr "запомни"
+msgstr ""
#: templates/login.php:41
msgid "Log in"
-msgstr "Вход"
+msgstr ""
#: templates/logout.php:1
msgid "You are logged out."
-msgstr "Вие излязохте."
+msgstr ""
#: templates/part.pagenavi.php:3
msgid "prev"
-msgstr "пред."
+msgstr ""
#: templates/part.pagenavi.php:20
msgid "next"
-msgstr "следващо"
+msgstr ""
#: templates/update.php:3
#, php-format
diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po
index 0a3297bd92..c416d7b2d7 100644
--- a/l10n/bg_BG/files.po
+++ b/l10n/bg_BG/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -25,7 +25,7 @@ msgstr ""
#: ajax/upload.php:21
msgid "There is no error, the file uploaded with success"
-msgstr "Файлът е качен успешно"
+msgstr ""
#: ajax/upload.php:22
msgid ""
@@ -36,23 +36,23 @@ msgstr ""
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
-msgstr "Файлът който се опитвате да качите надвишава стойностите в MAX_FILE_SIZE в HTML формата."
+msgstr ""
#: ajax/upload.php:26
msgid "The uploaded file was only partially uploaded"
-msgstr "Файлът е качен частично"
+msgstr ""
#: ajax/upload.php:27
msgid "No file was uploaded"
-msgstr "Фахлът не бе качен"
+msgstr ""
#: ajax/upload.php:28
msgid "Missing a temporary folder"
-msgstr "Липсва временната папка"
+msgstr ""
#: ajax/upload.php:29
msgid "Failed to write to disk"
-msgstr "Грешка при запис на диска"
+msgstr ""
#: ajax/upload.php:45
msgid "Not enough space available"
@@ -64,53 +64,53 @@ msgstr ""
#: appinfo/app.php:10
msgid "Files"
-msgstr "Файлове"
+msgstr ""
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr ""
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
-msgstr "Изтриване"
+msgstr ""
#: js/fileactions.js:181
msgid "Rename"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr ""
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr ""
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr ""
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr ""
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr ""
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr ""
@@ -138,13 +138,13 @@ msgstr ""
#: js/files.js:224
msgid "Upload Error"
-msgstr "Грешка при качване"
+msgstr ""
#: js/files.js:241
msgid "Close"
msgstr ""
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr ""
@@ -152,56 +152,60 @@ msgstr ""
msgid "1 file uploading"
msgstr ""
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr ""
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
-msgstr "Качването е отменено."
+msgstr ""
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr ""
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr ""
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
-msgstr "Име"
+msgstr ""
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
-msgstr "Размер"
+msgstr ""
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
-msgstr "Променено"
+msgstr ""
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr ""
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr ""
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr ""
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr ""
@@ -211,7 +215,7 @@ msgstr ""
#: templates/admin.php:7
msgid "Maximum upload size"
-msgstr "Макс. размер за качване"
+msgstr ""
#: templates/admin.php:10
msgid "max. possible: "
@@ -227,7 +231,7 @@ msgstr ""
#: templates/admin.php:20
msgid "0 is unlimited"
-msgstr "0 означава без ограничение"
+msgstr ""
#: templates/admin.php:22
msgid "Maximum input size for ZIP files"
@@ -235,54 +239,54 @@ msgstr ""
#: templates/admin.php:26
msgid "Save"
-msgstr "Запис"
+msgstr ""
#: templates/index.php:7
msgid "New"
-msgstr "Нов"
+msgstr ""
#: templates/index.php:10
msgid "Text file"
-msgstr "Текстов файл"
+msgstr ""
#: templates/index.php:12
msgid "Folder"
-msgstr "Папка"
+msgstr ""
#: templates/index.php:14
msgid "From link"
msgstr ""
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
-msgstr "Качване"
+msgstr ""
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
-msgstr "Отказване на качването"
+msgstr ""
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
-msgstr "Няма нищо, качете нещо!"
+msgstr ""
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
-msgstr "Изтегляне"
+msgstr ""
+
+#: templates/index.php:102
+msgid "Upload too large"
+msgstr ""
#: templates/index.php:104
-msgid "Upload too large"
-msgstr "Файлът е прекалено голям"
-
-#: templates/index.php:106
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
-msgstr "Файловете които се опитвате да качите са по-големи от позволеното за сървъра."
+msgstr ""
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
-msgstr "Файловете се претърсват, изчакайте."
+msgstr ""
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr ""
diff --git a/l10n/bg_BG/files_encryption.po b/l10n/bg_BG/files_encryption.po
index 0db200dba5..4a39877f9b 100644
--- a/l10n/bg_BG/files_encryption.po
+++ b/l10n/bg_BG/files_encryption.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-13 23:12+0200\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
"PO-Revision-Date: 2012-08-12 22:33+0000\n"
"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
@@ -15,20 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/settings.php:3
msgid "Encryption"
msgstr ""
-#: templates/settings.php:4
-msgid "Exclude the following file types from encryption"
+#: templates/settings.php:6
+msgid "Enable Encryption"
msgstr ""
-#: templates/settings.php:5
+#: templates/settings.php:7
msgid "None"
msgstr ""
-#: templates/settings.php:10
-msgid "Enable Encryption"
+#: templates/settings.php:12
+msgid "Exclude the following file types from encryption"
msgstr ""
diff --git a/l10n/bg_BG/files_external.po b/l10n/bg_BG/files_external.po
index d4483eadff..07efdf04dd 100644
--- a/l10n/bg_BG/files_external.po
+++ b/l10n/bg_BG/files_external.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-13 00:17+0100\n"
-"PO-Revision-Date: 2012-12-11 23:22+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2012-08-12 22:34+0000\n"
+"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -92,16 +92,16 @@ msgstr ""
#: templates/settings.php:87
msgid "Groups"
-msgstr "Групи"
+msgstr ""
#: templates/settings.php:95
msgid "Users"
msgstr ""
#: templates/settings.php:108 templates/settings.php:109
-#: templates/settings.php:149 templates/settings.php:150
+#: templates/settings.php:144 templates/settings.php:145
msgid "Delete"
-msgstr "Изтриване"
+msgstr ""
#: templates/settings.php:124
msgid "Enable User External Storage"
@@ -111,10 +111,10 @@ msgstr ""
msgid "Allow users to mount their own external storage"
msgstr ""
-#: templates/settings.php:139
+#: templates/settings.php:136
msgid "SSL root certificates"
msgstr ""
-#: templates/settings.php:158
+#: templates/settings.php:153
msgid "Import Root Certificate"
msgstr ""
diff --git a/l10n/bg_BG/files_sharing.po b/l10n/bg_BG/files_sharing.po
index 3e75975fb6..b19492a550 100644
--- a/l10n/bg_BG/files_sharing.po
+++ b/l10n/bg_BG/files_sharing.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2012-08-12 22:35+0000\n"
+"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,24 +25,24 @@ msgstr ""
msgid "Submit"
msgstr ""
-#: templates/public.php:9
+#: templates/public.php:17
#, php-format
msgid "%s shared the folder %s with you"
msgstr ""
-#: templates/public.php:11
+#: templates/public.php:19
#, php-format
msgid "%s shared the file %s with you"
msgstr ""
-#: templates/public.php:14 templates/public.php:30
+#: templates/public.php:22 templates/public.php:38
msgid "Download"
msgstr ""
-#: templates/public.php:29
+#: templates/public.php:37
msgid "No preview available for"
msgstr ""
-#: templates/public.php:37
+#: templates/public.php:43
msgid "web services under your control"
msgstr ""
diff --git a/l10n/bg_BG/files_versions.po b/l10n/bg_BG/files_versions.po
index df3fc29945..c1f03bc199 100644
--- a/l10n/bg_BG/files_versions.po
+++ b/l10n/bg_BG/files_versions.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2012-08-12 22:37+0000\n"
+"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,7 +17,7 @@ msgstr ""
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: js/settings-personal.js:31 templates/settings-personal.php:10
+#: js/settings-personal.js:31 templates/settings-personal.php:7
msgid "Expire all versions"
msgstr ""
@@ -29,7 +29,7 @@ msgstr ""
msgid "Versions"
msgstr ""
-#: templates/settings-personal.php:7
+#: templates/settings-personal.php:10
msgid "This will delete all existing backup versions of your files"
msgstr ""
diff --git a/l10n/bg_BG/lib.po b/l10n/bg_BG/lib.po
index 3ba99f9b10..d32a2dfcb2 100644
--- a/l10n/bg_BG/lib.po
+++ b/l10n/bg_BG/lib.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-11-16 00:02+0100\n"
-"PO-Revision-Date: 2012-11-14 23:13+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2012-07-27 22:23+0000\n"
+"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,43 +17,43 @@ msgstr ""
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: app.php:285
+#: app.php:301
msgid "Help"
msgstr ""
-#: app.php:292
+#: app.php:308
msgid "Personal"
-msgstr "Лично"
+msgstr ""
-#: app.php:297
+#: app.php:313
msgid "Settings"
msgstr ""
-#: app.php:302
+#: app.php:318
msgid "Users"
msgstr ""
-#: app.php:309
+#: app.php:325
msgid "Apps"
msgstr ""
-#: app.php:311
+#: app.php:327
msgid "Admin"
msgstr ""
-#: files.php:332
+#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
-#: files.php:333
+#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
-#: files.php:333 files.php:358
+#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
-#: files.php:357
+#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
@@ -63,7 +63,7 @@ msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
msgid "Authentication error"
-msgstr "Проблем с идентификацията"
+msgstr ""
#: json.php:51
msgid "Token expired. Please reload page."
diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po
index 37e75b3725..774f68a7ee 100644
--- a/l10n/bg_BG/settings.po
+++ b/l10n/bg_BG/settings.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-30 00:04+0100\n"
-"PO-Revision-Date: 2012-12-29 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2011-07-25 16:05+0000\n"
+"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -38,19 +38,19 @@ msgstr ""
#: ajax/lostpassword.php:12
msgid "Email saved"
-msgstr "Е-пощата е записана"
+msgstr ""
#: ajax/lostpassword.php:14
msgid "Invalid email"
-msgstr "Неправилна е-поща"
+msgstr ""
#: ajax/openid.php:13
msgid "OpenID Changed"
-msgstr "OpenID е сменено"
+msgstr ""
#: ajax/openid.php:15 ajax/setlanguage.php:17 ajax/setlanguage.php:20
msgid "Invalid request"
-msgstr "Невалидна заявка"
+msgstr ""
#: ajax/removegroup.php:13
msgid "Unable to delete group"
@@ -58,7 +58,7 @@ msgstr ""
#: ajax/removeuser.php:15 ajax/setquota.php:15 ajax/togglegroups.php:18
msgid "Authentication error"
-msgstr "Проблем с идентификацията"
+msgstr ""
#: ajax/removeuser.php:24
msgid "Unable to delete user"
@@ -66,7 +66,7 @@ msgstr ""
#: ajax/setlanguage.php:15
msgid "Language changed"
-msgstr "Езика е сменен"
+msgstr ""
#: ajax/togglegroups.php:12
msgid "Admins can't remove themself from the admin group"
@@ -84,15 +84,15 @@ msgstr ""
#: js/apps.js:28 js/apps.js:67
msgid "Disable"
-msgstr "Изключване"
+msgstr ""
#: js/apps.js:28 js/apps.js:55
msgid "Enable"
-msgstr "Включване"
+msgstr ""
#: js/personal.js:69
msgid "Saving..."
-msgstr "Записване..."
+msgstr ""
#: personal.php:42 personal.php:43
msgid "__language_name__"
@@ -108,7 +108,7 @@ msgstr ""
#: templates/apps.php:27
msgid "Select an App"
-msgstr "Изберете програма"
+msgstr ""
#: templates/apps.php:31
msgid "See application page at apps.owncloud.com"
@@ -149,7 +149,7 @@ msgstr ""
#: templates/personal.php:12
msgid "Clients"
-msgstr "Клиенти"
+msgstr ""
#: templates/personal.php:13
msgid "Download Desktop Clients"
@@ -165,7 +165,7 @@ msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
-msgstr "Парола"
+msgstr ""
#: templates/personal.php:22
msgid "Your password was changed"
@@ -173,43 +173,43 @@ msgstr ""
#: templates/personal.php:23
msgid "Unable to change your password"
-msgstr "Невъзможна промяна на паролата"
+msgstr ""
#: templates/personal.php:24
msgid "Current password"
-msgstr "Текуща парола"
+msgstr ""
#: templates/personal.php:25
msgid "New password"
-msgstr "Нова парола"
+msgstr ""
#: templates/personal.php:26
msgid "show"
-msgstr "показва"
+msgstr ""
#: templates/personal.php:27
msgid "Change password"
-msgstr "Промяна на парола"
+msgstr ""
#: templates/personal.php:33
msgid "Email"
-msgstr "Е-поща"
+msgstr ""
#: templates/personal.php:34
msgid "Your email address"
-msgstr "Адресът на е-пощата ви"
+msgstr ""
#: templates/personal.php:35
msgid "Fill in an email address to enable password recovery"
-msgstr "Въведете е-поща за възстановяване на паролата"
+msgstr ""
#: templates/personal.php:41 templates/personal.php:42
msgid "Language"
-msgstr "Език"
+msgstr ""
#: templates/personal.php:47
msgid "Help translate"
-msgstr "Помощ за превода"
+msgstr ""
#: templates/personal.php:52
msgid "WebDAV"
@@ -235,15 +235,15 @@ msgstr ""
#: templates/users.php:21 templates/users.php:81
msgid "Name"
-msgstr "Име"
+msgstr ""
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
-msgstr "Групи"
+msgstr ""
#: templates/users.php:32
msgid "Create"
-msgstr "Ново"
+msgstr ""
#: templates/users.php:35
msgid "Default Storage"
@@ -255,7 +255,7 @@ msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
-msgstr "Друго"
+msgstr ""
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
@@ -271,4 +271,4 @@ msgstr ""
#: templates/users.php:161
msgid "Delete"
-msgstr "Изтриване"
+msgstr ""
diff --git a/l10n/bg_BG/user_ldap.po b/l10n/bg_BG/user_ldap.po
index 7d102e98bd..bc62190934 100644
--- a/l10n/bg_BG/user_ldap.po
+++ b/l10n/bg_BG/user_ldap.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-15 00:11+0100\n"
-"PO-Revision-Date: 2012-12-14 23:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2012-08-12 22:45+0000\n"
+"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/l10n/bg_BG/user_webdavauth.po b/l10n/bg_BG/user_webdavauth.po
index b77ffa970b..05f8507380 100644
--- a/l10n/bg_BG/user_webdavauth.po
+++ b/l10n/bg_BG/user_webdavauth.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-20 00:11+0100\n"
-"PO-Revision-Date: 2012-12-19 23:12+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2012-11-09 09:06+0000\n"
+"Last-Translator: FULL NAME \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po
index 97f28d3ba8..4e8475171c 100644
--- a/l10n/bn_BD/files.po
+++ b/l10n/bn_BD/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -65,11 +65,11 @@ msgstr ""
msgid "Files"
msgstr "ফাইল"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "ভাগাভাগি বাতিল"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "মুছে ফেল"
@@ -77,39 +77,39 @@ msgstr "মুছে ফেল"
msgid "Rename"
msgstr "পূনঃনামকরণ"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} টি বিদ্যমান"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "প্রতিস্থাপন"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "নাম সুপারিশ কর"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "বাতিল"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "{new_name} প্রতিস্থাপন করা হয়েছে"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "ক্রিয়া প্রত্যাহার"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "{new_name} কে {old_name} নামে প্রতিস্থাপন করা হয়েছে"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "{files} ভাগাভাগি বাতিল কর"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "{files} মুছে ফেলা হয়েছে"
@@ -143,7 +143,7 @@ msgstr "আপলোড করতে সমস্যা"
msgid "Close"
msgstr ""
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "মুলতুবি"
@@ -151,56 +151,60 @@ msgstr "মুলতুবি"
msgid "1 file uploading"
msgstr "১ টি ফাইল আপলোড করা হচ্ছে"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr ""
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "আপলোড বাতিল করা হয়েছে ।"
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr ""
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "স্ক্যান করার সময় সমস্যা দেখা দিয়েছে"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "নাম"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "আকার"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "পরিবর্তিত"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr ""
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr ""
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr ""
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr ""
@@ -252,36 +256,36 @@ msgstr "ফোল্ডার"
msgid "From link"
msgstr ""
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "আপলোড"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "আপলোড বাতিল কর"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "এখানে কোন কিছুই নেই। কিছু আপলোড করুন !"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "ডাউনলোড"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "আপলোডের আকার অনেক বড়"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "ফাইল স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।"
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "বর্তমান স্ক্যানিং"
diff --git a/l10n/ca/files.po b/l10n/ca/files.po
index 45d57b363a..a8bfbc5133 100644
--- a/l10n/ca/files.po
+++ b/l10n/ca/files.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-08 00:30+0100\n"
-"PO-Revision-Date: 2013-01-07 09:03+0000\n"
-"Last-Translator: rogerc \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -70,11 +70,11 @@ msgstr "Directori no vàlid."
msgid "Files"
msgstr "Fitxers"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Deixa de compartir"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Suprimeix"
@@ -82,39 +82,39 @@ msgstr "Suprimeix"
msgid "Rename"
msgstr "Reanomena"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} ja existeix"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "substitueix"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "sugereix un nom"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "cancel·la"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "s'ha substituït {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "desfés"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "s'ha substituït {old_name} per {new_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "no compartits {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "eliminats {files}"
@@ -148,7 +148,7 @@ msgstr "Error en la pujada"
msgid "Close"
msgstr "Tanca"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Pendents"
@@ -156,56 +156,60 @@ msgstr "Pendents"
msgid "1 file uploading"
msgstr "1 fitxer pujant"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} fitxers en pujada"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "La pujada s'ha cancel·lat."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "El nom de la carpeta no és vàlid. L'ús de \"Compartit\" està reservat per a OwnCloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} fitxers escannejats"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "error durant l'escaneig"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Nom"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Mida"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Modificat"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 carpeta"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} carpetes"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 fitxer"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} fitxers"
@@ -257,36 +261,36 @@ msgstr "Carpeta"
msgid "From link"
msgstr "Des d'enllaç"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Puja"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Cancel·la la pujada"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Res per aquí. Pugeu alguna cosa!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Baixa"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "La pujada és massa gran"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor"
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "S'estan escanejant els fitxers, espereu"
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Actualment escanejant"
diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po
index 6f8f77861d..0b95988604 100644
--- a/l10n/cs_CZ/files.po
+++ b/l10n/cs_CZ/files.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-08 00:30+0100\n"
-"PO-Revision-Date: 2013-01-07 06:21+0000\n"
-"Last-Translator: Tomáš Chvátal \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -67,11 +67,11 @@ msgstr "Neplatný adresář"
msgid "Files"
msgstr "Soubory"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Zrušit sdílení"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Smazat"
@@ -79,39 +79,39 @@ msgstr "Smazat"
msgid "Rename"
msgstr "Přejmenovat"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} již existuje"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "nahradit"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "navrhnout název"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "zrušit"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "nahrazeno {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "zpět"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "nahrazeno {new_name} s {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "sdílení zrušeno pro {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "smazáno {files}"
@@ -145,7 +145,7 @@ msgstr "Chyba odesílání"
msgid "Close"
msgstr "Zavřít"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Čekající"
@@ -153,56 +153,60 @@ msgstr "Čekající"
msgid "1 file uploading"
msgstr "odesílá se 1 soubor"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "odesílám {count} souborů"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Odesílání zrušeno."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Probíhá odesílání souboru. Opuštění stránky vyústí ve zrušení nahrávání."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Neplatný název složky. Použití názvu \"Shared\" je rezervováno pro interní úžití službou Owncloud."
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "prozkoumáno {count} souborů"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "chyba při prohledávání"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Název"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Velikost"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Změněno"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 složka"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} složky"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 soubor"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} soubory"
@@ -254,36 +258,36 @@ msgstr "Složka"
msgid "From link"
msgstr "Z odkazu"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Odeslat"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Zrušit odesílání"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Žádný obsah. Nahrajte něco."
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Stáhnout"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Odeslaný soubor je příliš velký"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Soubory se prohledávají, prosím čekejte."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Aktuální prohledávání"
diff --git a/l10n/da/files.po b/l10n/da/files.po
index 4e1159fc94..0a8c4d0511 100644
--- a/l10n/da/files.po
+++ b/l10n/da/files.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -72,11 +72,11 @@ msgstr ""
msgid "Files"
msgstr "Filer"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Fjern deling"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Slet"
@@ -84,39 +84,39 @@ msgstr "Slet"
msgid "Rename"
msgstr "Omdøb"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} eksisterer allerede"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "erstat"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "foreslå navn"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "fortryd"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "erstattede {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "fortryd"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "erstattede {new_name} med {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "ikke delte {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "slettede {files}"
@@ -150,7 +150,7 @@ msgstr "Fejl ved upload"
msgid "Close"
msgstr "Luk"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Afventer"
@@ -158,56 +158,60 @@ msgstr "Afventer"
msgid "1 file uploading"
msgstr "1 fil uploades"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} filer uploades"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Upload afbrudt."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Ugyldigt mappenavn. Brug af \"Shared\" er forbeholdt Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} filer skannet"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "fejl under scanning"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Navn"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Størrelse"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Ændret"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 mappe"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} mapper"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 fil"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} filer"
@@ -259,36 +263,36 @@ msgstr "Mappe"
msgid "From link"
msgstr "Fra link"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Upload"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Fortryd upload"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Her er tomt. Upload noget!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Download"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Upload for stor"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Filerne bliver indlæst, vent venligst."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Indlæser"
diff --git a/l10n/de/core.po b/l10n/de/core.po
index d4b5f08b8f..3a66b45941 100644
--- a/l10n/de/core.po
+++ b/l10n/de/core.po
@@ -7,7 +7,7 @@
# , 2011.
# , 2012.
# , 2011.
-# I Robot , 2012.
+# I Robot , 2012-2013.
# I Robot , 2012.
# Jan-Christoph Borchardt , 2011.
# , 2012.
@@ -23,8 +23,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:04+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 13:25+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"
@@ -99,55 +99,55 @@ msgstr "Fehler beim Entfernen von %s von den Favoriten."
msgid "Settings"
msgstr "Einstellungen"
-#: js/js.js:704
+#: js/js.js:711
msgid "seconds ago"
msgstr "Gerade eben"
-#: js/js.js:705
+#: js/js.js:712
msgid "1 minute ago"
msgstr "vor einer Minute"
-#: js/js.js:706
+#: js/js.js:713
msgid "{minutes} minutes ago"
msgstr "Vor {minutes} Minuten"
-#: js/js.js:707
+#: js/js.js:714
msgid "1 hour ago"
msgstr "Vor einer Stunde"
-#: js/js.js:708
+#: js/js.js:715
msgid "{hours} hours ago"
msgstr "Vor {hours} Stunden"
-#: js/js.js:709
+#: js/js.js:716
msgid "today"
msgstr "Heute"
-#: js/js.js:710
+#: js/js.js:717
msgid "yesterday"
msgstr "Gestern"
-#: js/js.js:711
+#: js/js.js:718
msgid "{days} days ago"
msgstr "Vor {days} Tag(en)"
-#: js/js.js:712
+#: js/js.js:719
msgid "last month"
msgstr "Letzten Monat"
-#: js/js.js:713
+#: js/js.js:720
msgid "{months} months ago"
msgstr "Vor {months} Monaten"
-#: js/js.js:714
+#: js/js.js:721
msgid "months ago"
msgstr "Vor Monaten"
-#: js/js.js:715
+#: js/js.js:722
msgid "last year"
msgstr "Letztes Jahr"
-#: js/js.js:716
+#: js/js.js:723
msgid "years ago"
msgstr "Vor Jahren"
@@ -583,7 +583,7 @@ msgstr "Weiter"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/de/files.po b/l10n/de/files.po
index c2ef3a1360..5bf3f95305 100644
--- a/l10n/de/files.po
+++ b/l10n/de/files.po
@@ -5,7 +5,7 @@
# Translators:
# , 2012.
# , 2012.
-# I Robot , 2012.
+# I Robot , 2012-2013.
# I Robot , 2012.
# Jan-Christoph Borchardt , 2012.
# Jan-Christoph Borchardt , 2011.
@@ -25,8 +25,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -82,11 +82,11 @@ msgstr "Ungültiges Verzeichnis."
msgid "Files"
msgstr "Dateien"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Nicht mehr freigeben"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Löschen"
@@ -94,49 +94,49 @@ msgstr "Löschen"
msgid "Rename"
msgstr "Umbenennen"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} existiert bereits"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "ersetzen"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "Name vorschlagen"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "abbrechen"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "{new_name} wurde ersetzt"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "rückgängig machen"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "{old_name} ersetzt durch {new_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "Freigabe von {files} aufgehoben"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "{files} gelöscht"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' ist kein gültiger Dateiname."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "Der Dateiname darf nicht leer sein."
#: js/files.js:45
msgid ""
@@ -160,7 +160,7 @@ msgstr "Fehler beim Upload"
msgid "Close"
msgstr "Schließen"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Ausstehend"
@@ -168,56 +168,60 @@ msgstr "Ausstehend"
msgid "1 file uploading"
msgstr "Eine Datei wird hoch geladen"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} Dateien werden hochgeladen"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Upload abgebrochen."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten."
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} Dateien wurden gescannt"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "Fehler beim Scannen"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Name"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Größe"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Bearbeitet"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 Ordner"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} Ordner"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 Datei"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} Dateien"
@@ -269,36 +273,36 @@ msgstr "Ordner"
msgid "From link"
msgstr "Von einem Link"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Hochladen"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Upload abbrechen"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Alles leer. Lade etwas hoch!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Herunterladen"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Upload zu groß"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Dateien werden gescannt, bitte warten."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Scanne"
diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po
index 9ae1355f88..b0ce05ca25 100644
--- a/l10n/de_DE/core.po
+++ b/l10n/de_DE/core.po
@@ -16,15 +16,16 @@
# , 2012.
# , 2012.
# Phi Lieb <>, 2012.
+# , 2013.
# , 2012.
# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 10:38+0000\n"
+"Last-Translator: Valermos \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"
@@ -98,55 +99,55 @@ msgstr "Fehler beim Entfernen von %s von den Favoriten."
msgid "Settings"
msgstr "Einstellungen"
-#: js/js.js:704
+#: js/js.js:711
msgid "seconds ago"
msgstr "Gerade eben"
-#: js/js.js:705
+#: js/js.js:712
msgid "1 minute ago"
msgstr "Vor 1 Minute"
-#: js/js.js:706
+#: js/js.js:713
msgid "{minutes} minutes ago"
msgstr "Vor {minutes} Minuten"
-#: js/js.js:707
+#: js/js.js:714
msgid "1 hour ago"
msgstr "Vor einer Stunde"
-#: js/js.js:708
+#: js/js.js:715
msgid "{hours} hours ago"
msgstr "Vor {hours} Stunden"
-#: js/js.js:709
+#: js/js.js:716
msgid "today"
msgstr "Heute"
-#: js/js.js:710
+#: js/js.js:717
msgid "yesterday"
msgstr "Gestern"
-#: js/js.js:711
+#: js/js.js:718
msgid "{days} days ago"
msgstr "Vor {days} Tag(en)"
-#: js/js.js:712
+#: js/js.js:719
msgid "last month"
msgstr "Letzten Monat"
-#: js/js.js:713
+#: js/js.js:720
msgid "{months} months ago"
msgstr "Vor {months} Monaten"
-#: js/js.js:714
+#: js/js.js:721
msgid "months ago"
msgstr "Vor Monaten"
-#: js/js.js:715
+#: js/js.js:722
msgid "last year"
msgstr "Letztes Jahr"
-#: js/js.js:716
+#: js/js.js:723
msgid "years ago"
msgstr "Vor Jahren"
@@ -582,7 +583,7 @@ msgstr "Weiter"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
-msgstr ""
+msgstr "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern."
#: templates/verify.php:5
msgid "Security Warning!"
diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po
index 2712cb099b..366e965b6c 100644
--- a/l10n/de_DE/files.po
+++ b/l10n/de_DE/files.po
@@ -6,7 +6,7 @@
# , 2012.
# , 2012-2013.
# , 2012.
-# I Robot , 2012.
+# I Robot , 2012-2013.
# I Robot , 2012.
# Jan-Christoph Borchardt , 2012.
# Jan-Christoph Borchardt , 2011.
@@ -18,6 +18,7 @@
# , 2012.
# , 2012.
# Phi Lieb <>, 2012.
+# , 2013.
# , 2012.
# Thomas Müller <>, 2012.
# , 2012.
@@ -25,8 +26,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -72,7 +73,7 @@ msgstr "Fehler beim Schreiben auf die Festplatte"
#: ajax/upload.php:45
msgid "Not enough space available"
-msgstr "Nicht genug Speicher verfügbar"
+msgstr "Nicht genügend Speicherplatz verfügbar"
#: ajax/upload.php:69
msgid "Invalid directory."
@@ -82,11 +83,11 @@ msgstr "Ungültiges Verzeichnis."
msgid "Files"
msgstr "Dateien"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Nicht mehr freigeben"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Löschen"
@@ -94,49 +95,49 @@ msgstr "Löschen"
msgid "Rename"
msgstr "Umbenennen"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} existiert bereits"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "ersetzen"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "Name vorschlagen"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "abbrechen"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "{new_name} wurde ersetzt"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "rückgängig machen"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "{old_name} wurde ersetzt durch {new_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "Freigabe für {files} beendet"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "{files} gelöscht"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' ist kein gültiger Dateiname."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "Der Dateiname darf nicht leer sein."
#: js/files.js:45
msgid ""
@@ -160,7 +161,7 @@ msgstr "Fehler beim Upload"
msgid "Close"
msgstr "Schließen"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Ausstehend"
@@ -168,56 +169,60 @@ msgstr "Ausstehend"
msgid "1 file uploading"
msgstr "1 Datei wird hochgeladen"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} Dateien wurden hochgeladen"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Upload abgebrochen."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Der Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten."
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} Dateien wurden gescannt"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "Fehler beim Scannen"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Name"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Größe"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Bearbeitet"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 Ordner"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} Ordner"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 Datei"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} Dateien"
@@ -269,36 +274,36 @@ msgstr "Ordner"
msgid "From link"
msgstr "Von einem Link"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Hochladen"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Upload abbrechen"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Alles leer. Bitte laden Sie etwas hoch!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Herunterladen"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Der Upload ist zu groß"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Dateien werden gescannt, bitte warten."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Scanne"
diff --git a/l10n/el/files.po b/l10n/el/files.po
index 6ea3d72711..dbac2bf8a9 100644
--- a/l10n/el/files.po
+++ b/l10n/el/files.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -71,11 +71,11 @@ msgstr ""
msgid "Files"
msgstr "Αρχεία"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Διακοπή κοινής χρήσης"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Διαγραφή"
@@ -83,39 +83,39 @@ msgstr "Διαγραφή"
msgid "Rename"
msgstr "Μετονομασία"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} υπάρχει ήδη"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "αντικατέστησε"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "συνιστώμενο όνομα"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "ακύρωση"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "{new_name} αντικαταστάθηκε"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "αναίρεση"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "αντικαταστάθηκε το {new_name} με {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "μη διαμοιρασμένα {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "διαγραμμένα {files}"
@@ -149,7 +149,7 @@ msgstr "Σφάλμα Αποστολής"
msgid "Close"
msgstr "Κλείσιμο"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Εκκρεμεί"
@@ -157,56 +157,60 @@ msgstr "Εκκρεμεί"
msgid "1 file uploading"
msgstr "1 αρχείο ανεβαίνει"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} αρχεία ανεβαίνουν"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Η αποστολή ακυρώθηκε."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Η αποστολή του αρχείου βρίσκεται σε εξέλιξη. Το κλείσιμο της σελίδας θα ακυρώσει την αποστολή."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Μη έγκυρο όνομα φακέλου. Η χρήση του \"Shared\" είναι δεσμευμένη από το Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} αρχεία ανιχνεύτηκαν"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "σφάλμα κατά την ανίχνευση"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Όνομα"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Μέγεθος"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Τροποποιήθηκε"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 φάκελος"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} φάκελοι"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 αρχείο"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} αρχεία"
@@ -258,36 +262,36 @@ msgstr "Φάκελος"
msgid "From link"
msgstr "Από σύνδεσμο"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Αποστολή"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Ακύρωση αποστολής"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Δεν υπάρχει τίποτα εδώ. Ανέβασε κάτι!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Λήψη"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Πολύ μεγάλο αρχείο προς αποστολή"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος αποστολής αρχείων σε αυτόν τον διακομιστή."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Τα αρχεία σαρώνονται, παρακαλώ περιμένετε"
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Τρέχουσα αναζήτηση "
diff --git a/l10n/eo/files.po b/l10n/eo/files.po
index 9a51714012..3e25e7bc06 100644
--- a/l10n/eo/files.po
+++ b/l10n/eo/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -66,11 +66,11 @@ msgstr ""
msgid "Files"
msgstr "Dosieroj"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Malkunhavigi"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Forigi"
@@ -78,39 +78,39 @@ msgstr "Forigi"
msgid "Rename"
msgstr "Alinomigi"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} jam ekzistas"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "anstataŭigi"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "sugesti nomon"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "nuligi"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "anstataŭiĝis {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "malfari"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "anstataŭiĝis {new_name} per {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "malkunhaviĝis {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "foriĝis {files}"
@@ -144,7 +144,7 @@ msgstr "Alŝuta eraro"
msgid "Close"
msgstr "Fermi"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Traktotaj"
@@ -152,56 +152,60 @@ msgstr "Traktotaj"
msgid "1 file uploading"
msgstr "1 dosiero estas alŝutata"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} dosieroj alŝutatas"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "La alŝuto nuliĝis."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Nevalida nomo de dosierujo. Uzo de “Shared” rezervitas de Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} dosieroj skaniĝis"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "eraro dum skano"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Nomo"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Grando"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Modifita"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 dosierujo"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} dosierujoj"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 dosiero"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} dosierujoj"
@@ -253,36 +257,36 @@ msgstr "Dosierujo"
msgid "From link"
msgstr "El ligilo"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Alŝuti"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Nuligi alŝuton"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Nenio estas ĉi tie. Alŝutu ion!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Elŝuti"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Elŝuto tro larĝa"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Dosieroj estas skanataj, bonvolu atendi."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Nuna skano"
diff --git a/l10n/es/files.po b/l10n/es/files.po
index 21ff8e3ba7..0ecf49cede 100644
--- a/l10n/es/files.po
+++ b/l10n/es/files.po
@@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-08 00:30+0100\n"
-"PO-Revision-Date: 2013-01-07 10:50+0000\n"
-"Last-Translator: juanman \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -72,11 +72,11 @@ msgstr "Directorio invalido."
msgid "Files"
msgstr "Archivos"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Dejar de compartir"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Eliminar"
@@ -84,39 +84,39 @@ msgstr "Eliminar"
msgid "Rename"
msgstr "Renombrar"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} ya existe"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "reemplazar"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "sugerir nombre"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "cancelar"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "reemplazado {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "deshacer"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "reemplazado {new_name} con {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "{files} descompartidos"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "{files} eliminados"
@@ -150,7 +150,7 @@ msgstr "Error al subir el archivo"
msgid "Close"
msgstr "cerrrar"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Pendiente"
@@ -158,56 +158,60 @@ msgstr "Pendiente"
msgid "1 file uploading"
msgstr "subiendo 1 archivo"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "Subiendo {count} archivos"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Subida cancelada."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "La subida del archivo está en proceso. Salir de la página ahora cancelará la subida."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Nombre de la carpeta invalido. El uso de \"Shared\" esta reservado para Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} archivos escaneados"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "error escaneando"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Nombre"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Tamaño"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Modificado"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 carpeta"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} carpetas"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 archivo"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} archivos"
@@ -259,36 +263,36 @@ msgstr "Carpeta"
msgid "From link"
msgstr "Desde el enlace"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Subir"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Cancelar subida"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Aquí no hay nada. ¡Sube algo!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Descargar"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "El archivo es demasiado grande"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido por este servidor."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Se están escaneando los archivos, por favor espere."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Ahora escaneando"
diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po
index 54b39b3cc7..0ffc39a7aa 100644
--- a/l10n/es_AR/files.po
+++ b/l10n/es_AR/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -66,11 +66,11 @@ msgstr "Directorio invalido."
msgid "Files"
msgstr "Archivos"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Dejar de compartir"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Borrar"
@@ -78,39 +78,39 @@ msgstr "Borrar"
msgid "Rename"
msgstr "Cambiar nombre"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} ya existe"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "reemplazar"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "sugerir nombre"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "cancelar"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "reemplazado {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "deshacer"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "reemplazado {new_name} con {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "{files} se dejaron de compartir"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "{files} borrados"
@@ -144,7 +144,7 @@ msgstr "Error al subir el archivo"
msgid "Close"
msgstr "Cerrar"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Pendiente"
@@ -152,56 +152,60 @@ msgstr "Pendiente"
msgid "1 file uploading"
msgstr "Subiendo 1 archivo"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "Subiendo {count} archivos"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "La subida fue cancelada"
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Nombre del directorio inválido. Usar \"Shared\" está reservado por ownCloud."
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} archivos escaneados"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "error mientras se escaneaba"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Nombre"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Tamaño"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Modificado"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 directorio"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} directorios"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 archivo"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} archivos"
@@ -253,36 +257,36 @@ msgstr "Carpeta"
msgid "From link"
msgstr "Desde enlace"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Subir"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Cancelar subida"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "No hay nada. ¡Subí contenido!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Descargar"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "El archivo es demasiado grande"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Los archivos que intentás subir sobrepasan el tamaño máximo "
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Se están escaneando los archivos, por favor esperá."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Escaneo actual"
diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po
index 0f0c412ea0..cca8c5dab8 100644
--- a/l10n/et_EE/files.po
+++ b/l10n/et_EE/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -66,11 +66,11 @@ msgstr ""
msgid "Files"
msgstr "Failid"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Lõpeta jagamine"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Kustuta"
@@ -78,39 +78,39 @@ msgstr "Kustuta"
msgid "Rename"
msgstr "ümber"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} on juba olemas"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "asenda"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "soovita nime"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "loobu"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "asendatud nimega {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "tagasi"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "asendas nime {old_name} nimega {new_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "jagamata {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "kustutatud {files}"
@@ -144,7 +144,7 @@ msgstr "Üleslaadimise viga"
msgid "Close"
msgstr "Sulge"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Ootel"
@@ -152,56 +152,60 @@ msgstr "Ootel"
msgid "1 file uploading"
msgstr "1 faili üleslaadimisel"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} faili üleslaadimist"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Üleslaadimine tühistati."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Vigane kausta nimi. Nime \"Jagatud\" kasutamine on Owncloudi poolt broneeritud "
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} faili skännitud"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "viga skännimisel"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Nimi"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Suurus"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Muudetud"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 kaust"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} kausta"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 fail"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} faili"
@@ -253,36 +257,36 @@ msgstr "Kaust"
msgid "From link"
msgstr "Allikast"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Lae üles"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Tühista üleslaadimine"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Siin pole midagi. Lae midagi üles!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Lae alla"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Üleslaadimine on liiga suur"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Faile skannitakse, palun oota"
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Praegune skannimine"
diff --git a/l10n/eu/files.po b/l10n/eu/files.po
index ddd92ff0f3..e575e56c4e 100644
--- a/l10n/eu/files.po
+++ b/l10n/eu/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -67,11 +67,11 @@ msgstr ""
msgid "Files"
msgstr "Fitxategiak"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Ez elkarbanatu"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Ezabatu"
@@ -79,39 +79,39 @@ msgstr "Ezabatu"
msgid "Rename"
msgstr "Berrizendatu"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} dagoeneko existitzen da"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "ordeztu"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "aholkatu izena"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "ezeztatu"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "ordezkatua {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "desegin"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr " {new_name}-k {old_name} ordezkatu du"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "elkarbanaketa utzita {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "ezabatuta {files}"
@@ -145,7 +145,7 @@ msgstr "Igotzean errore bat suertatu da"
msgid "Close"
msgstr "Itxi"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Zain"
@@ -153,56 +153,60 @@ msgstr "Zain"
msgid "1 file uploading"
msgstr "fitxategi 1 igotzen"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} fitxategi igotzen"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Igoera ezeztatuta"
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Karpeta izen baliogabea. \"Shared\" karpetaren erabilera Owncloudek erreserbatuta dauka"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} fitxategi eskaneatuta"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "errore bat egon da eskaneatzen zen bitartean"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Izena"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Tamaina"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Aldatuta"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "karpeta bat"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} karpeta"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "fitxategi bat"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} fitxategi"
@@ -254,36 +258,36 @@ msgstr "Karpeta"
msgid "From link"
msgstr "Estekatik"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Igo"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Ezeztatu igoera"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Ez dago ezer. Igo zerbait!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Deskargatu"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Igotakoa handiegia da"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Fitxategiak eskaneatzen ari da, itxoin mezedez."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Orain eskaneatzen ari da"
diff --git a/l10n/fa/files.po b/l10n/fa/files.po
index 8ca4747a57..38ecc85ef7 100644
--- a/l10n/fa/files.po
+++ b/l10n/fa/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -67,11 +67,11 @@ msgstr ""
msgid "Files"
msgstr "فایل ها"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr ""
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "پاک کردن"
@@ -79,39 +79,39 @@ msgstr "پاک کردن"
msgid "Rename"
msgstr "تغییرنام"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "جایگزین"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "لغو"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr ""
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "بازگشت"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr ""
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr ""
@@ -145,7 +145,7 @@ msgstr "خطا در بار گذاری"
msgid "Close"
msgstr "بستن"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "در انتظار"
@@ -153,56 +153,60 @@ msgstr "در انتظار"
msgid "1 file uploading"
msgstr ""
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr ""
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "بار گذاری لغو شد"
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr ""
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr ""
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "نام"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "اندازه"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "تغییر یافته"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr ""
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr ""
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr ""
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr ""
@@ -254,36 +258,36 @@ msgstr "پوشه"
msgid "From link"
msgstr ""
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "بارگذاری"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "متوقف کردن بار گذاری"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "اینجا هیچ چیز نیست."
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "بارگیری"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "حجم بارگذاری بسیار زیاد است"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد"
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "پرونده ها در حال بازرسی هستند لطفا صبر کنید"
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "بازرسی کنونی"
diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po
index a2dbb70ba5..b35241e5b6 100644
--- a/l10n/fi_FI/files.po
+++ b/l10n/fi_FI/files.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -69,11 +69,11 @@ msgstr "Virheellinen kansio."
msgid "Files"
msgstr "Tiedostot"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Peru jakaminen"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Poista"
@@ -81,39 +81,39 @@ msgstr "Poista"
msgid "Rename"
msgstr "Nimeä uudelleen"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} on jo olemassa"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "korvaa"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "ehdota nimeä"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "peru"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr ""
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "kumoa"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr ""
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr ""
@@ -147,7 +147,7 @@ msgstr "Lähetysvirhe."
msgid "Close"
msgstr "Sulje"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Odottaa"
@@ -155,56 +155,60 @@ msgstr "Odottaa"
msgid "1 file uploading"
msgstr ""
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr ""
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Lähetys peruttu."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr ""
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr ""
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Nimi"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Koko"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Muutettu"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 kansio"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} kansiota"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 tiedosto"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} tiedostoa"
@@ -256,36 +260,36 @@ msgstr "Kansio"
msgid "From link"
msgstr ""
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Lähetä"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Peru lähetys"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Täällä ei ole mitään. Lähetä tänne jotakin!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Lataa"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Lähetettävä tiedosto on liian suuri"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Tiedostoja tarkistetaan, odota hetki."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Tämänhetkinen tutkinta"
diff --git a/l10n/fr/files.po b/l10n/fr/files.po
index 61dd57bd6f..8e5c52a6d6 100644
--- a/l10n/fr/files.po
+++ b/l10n/fr/files.po
@@ -19,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-08 00:30+0100\n"
-"PO-Revision-Date: 2013-01-07 15:26+0000\n"
-"Last-Translator: Christophe Lherieau \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -76,11 +76,11 @@ msgstr "Dossier invalide."
msgid "Files"
msgstr "Fichiers"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Ne plus partager"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Supprimer"
@@ -88,39 +88,39 @@ msgstr "Supprimer"
msgid "Rename"
msgstr "Renommer"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} existe déjà"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "remplacer"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "Suggérer un nom"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "annuler"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "{new_name} a été remplacé"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "annuler"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "{new_name} a été remplacé par {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "Fichiers non partagés : {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "Fichiers supprimés : {files}"
@@ -154,7 +154,7 @@ msgstr "Erreur de chargement"
msgid "Close"
msgstr "Fermer"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "En cours"
@@ -162,56 +162,60 @@ msgstr "En cours"
msgid "1 file uploading"
msgstr "1 fichier en cours de téléchargement"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} fichiers téléversés"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Chargement annulé."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Nom de répertoire invalide. \"Shared\" est réservé par ownCloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} fichiers indexés"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "erreur lors de l'indexation"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Nom"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Taille"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Modifié"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 dossier"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} dossiers"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 fichier"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} fichiers"
@@ -263,36 +267,36 @@ msgstr "Dossier"
msgid "From link"
msgstr "Depuis le lien"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Envoyer"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Annuler l'envoi"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Il n'y a rien ici ! Envoyez donc quelque chose :)"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
-msgstr "Téléchargement"
+msgstr "Télécharger"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Fichier trop volumineux"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Les fichiers sont en cours d'analyse, veuillez patienter."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Analyse en cours"
diff --git a/l10n/gl/files.po b/l10n/gl/files.po
index 991b1aa060..cba7bd650c 100644
--- a/l10n/gl/files.po
+++ b/l10n/gl/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -66,11 +66,11 @@ msgstr "O directorio é incorrecto."
msgid "Files"
msgstr "Ficheiros"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Deixar de compartir"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Eliminar"
@@ -78,39 +78,39 @@ msgstr "Eliminar"
msgid "Rename"
msgstr "Mudar o nome"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "xa existe un {new_name}"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "substituír"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "suxerir nome"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "cancelar"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "substituír {new_name}"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "desfacer"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "substituír {new_name} polo {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "{files} sen compartir"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "{files} eliminados"
@@ -144,7 +144,7 @@ msgstr "Erro na subida"
msgid "Close"
msgstr "Pechar"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Pendentes"
@@ -152,56 +152,60 @@ msgstr "Pendentes"
msgid "1 file uploading"
msgstr "1 ficheiro subíndose"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} ficheiros subíndose"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Subida cancelada."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "A subida do ficheiro está en curso. Saír agora da páxina cancelará a subida."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Nome de cartafol non válido. O uso de \"compartido\" está reservado exclusivamente para ownCloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} ficheiros escaneados"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "erro mentres analizaba"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Nome"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Tamaño"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Modificado"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 cartafol"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} cartafoles"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 ficheiro"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} ficheiros"
@@ -253,36 +257,36 @@ msgstr "Cartafol"
msgid "From link"
msgstr "Dende a ligazón"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Enviar"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Cancelar a subida"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Nada por aquí. Envía algo."
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Descargar"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Envío demasiado grande"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Os ficheiros que trata de subir superan o tamaño máximo permitido neste servidor"
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Estanse analizando os ficheiros. Agarda."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Análise actual"
diff --git a/l10n/he/files.po b/l10n/he/files.po
index 5e4c82a7dc..e93795fb25 100644
--- a/l10n/he/files.po
+++ b/l10n/he/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -68,11 +68,11 @@ msgstr ""
msgid "Files"
msgstr "קבצים"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "הסר שיתוף"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "מחיקה"
@@ -80,39 +80,39 @@ msgstr "מחיקה"
msgid "Rename"
msgstr "שינוי שם"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} כבר קיים"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "החלפה"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "הצעת שם"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "ביטול"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "{new_name} הוחלף"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "ביטול"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "{new_name} הוחלף ב־{old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "בוטל שיתופם של {files}"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "{files} נמחקו"
@@ -146,7 +146,7 @@ msgstr "שגיאת העלאה"
msgid "Close"
msgstr "סגירה"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "ממתין"
@@ -154,56 +154,60 @@ msgstr "ממתין"
msgid "1 file uploading"
msgstr "קובץ אחד נשלח"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} קבצים נשלחים"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "ההעלאה בוטלה."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "שם התיקייה שגוי. השימוש בשם „Shared“ שמור לטובת Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} קבצים נסרקו"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "אירעה שגיאה במהלך הסריקה"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "שם"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "גודל"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "זמן שינוי"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "תיקייה אחת"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} תיקיות"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "קובץ אחד"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} קבצים"
@@ -255,36 +259,36 @@ msgstr "תיקייה"
msgid "From link"
msgstr "מקישור"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "העלאה"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "ביטול ההעלאה"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "אין כאן שום דבר. אולי ברצונך להעלות משהו?"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "הורדה"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "העלאה גדולה מידי"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "הקבצים נסרקים, נא להמתין."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "הסריקה הנוכחית"
diff --git a/l10n/hi/files.po b/l10n/hi/files.po
index 16c322352c..b20dbb788e 100644
--- a/l10n/hi/files.po
+++ b/l10n/hi/files.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -64,11 +64,11 @@ msgstr ""
msgid "Files"
msgstr ""
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr ""
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr ""
@@ -76,39 +76,39 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr ""
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr ""
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr ""
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr ""
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr ""
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr ""
@@ -142,7 +142,7 @@ msgstr ""
msgid "Close"
msgstr ""
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr ""
@@ -150,56 +150,60 @@ msgstr ""
msgid "1 file uploading"
msgstr ""
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr ""
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr ""
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr ""
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr ""
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr ""
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr ""
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr ""
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr ""
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr ""
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr ""
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr ""
@@ -251,36 +255,36 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr ""
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr ""
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr ""
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr ""
diff --git a/l10n/hr/files.po b/l10n/hr/files.po
index f704578fce..7d7b02fd4d 100644
--- a/l10n/hr/files.po
+++ b/l10n/hr/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -67,11 +67,11 @@ msgstr ""
msgid "Files"
msgstr "Datoteke"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Prekini djeljenje"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Briši"
@@ -79,39 +79,39 @@ msgstr "Briši"
msgid "Rename"
msgstr "Promjeni ime"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "zamjeni"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "predloži ime"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "odustani"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr ""
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "vrati"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr ""
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr ""
@@ -145,7 +145,7 @@ msgstr "Pogreška pri slanju"
msgid "Close"
msgstr "Zatvori"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "U tijeku"
@@ -153,56 +153,60 @@ msgstr "U tijeku"
msgid "1 file uploading"
msgstr "1 datoteka se učitava"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr ""
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "Slanje poništeno."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Učitavanje datoteke. Napuštanjem stranice će prekinuti učitavanje."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr ""
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "grečka prilikom skeniranja"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Naziv"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Veličina"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Zadnja promjena"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr ""
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr ""
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr ""
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr ""
@@ -254,36 +258,36 @@ msgstr "mapa"
msgid "From link"
msgstr ""
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Pošalji"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "Prekini upload"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Nema ničega u ovoj mapi. Pošalji nešto!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Preuzmi"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "Prijenos je preobiman"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Datoteke koje pokušavate prenijeti prelaze maksimalnu veličinu za prijenos datoteka na ovom poslužitelju."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "Datoteke se skeniraju, molimo pričekajte."
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Trenutno skeniranje"
diff --git a/l10n/hu/files.po b/l10n/hu/files.po
index cb4ea38343..600b37964f 100644
--- a/l10n/hu/files.po
+++ b/l10n/hu/files.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/owncloud/language/hu/)\n"
"MIME-Version: 1.0\n"
@@ -64,11 +64,11 @@ msgstr ""
msgid "Files"
msgstr ""
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr ""
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr ""
@@ -76,39 +76,39 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr ""
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr ""
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr ""
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr ""
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr ""
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr ""
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr ""
@@ -142,7 +142,7 @@ msgstr ""
msgid "Close"
msgstr ""
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr ""
@@ -150,56 +150,60 @@ msgstr ""
msgid "1 file uploading"
msgstr ""
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr ""
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr ""
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
+#: js/files.js:537
+msgid "URL cannot be empty."
msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr ""
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr ""
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr ""
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr ""
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr ""
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr ""
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr ""
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr ""
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr ""
@@ -251,36 +255,36 @@ msgstr ""
msgid "From link"
msgstr ""
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr ""
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr ""
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr ""
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr ""
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr ""
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr ""
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr ""
diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po
index 70bb805b10..213d6168db 100644
--- a/l10n/hu_HU/files.po
+++ b/l10n/hu_HU/files.po
@@ -4,14 +4,15 @@
#
# Translators:
# Adam Toth , 2012.
+# , 2013.
# , 2011.
# Peter Borsa , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+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"
@@ -57,21 +58,21 @@ msgstr "Nem sikerült a lemezre történő írás"
#: ajax/upload.php:45
msgid "Not enough space available"
-msgstr ""
+msgstr "Nincs elég szabad hely"
#: ajax/upload.php:69
msgid "Invalid directory."
-msgstr ""
+msgstr "Érvénytelen mappa."
#: appinfo/app.php:10
msgid "Files"
msgstr "Fájlok"
-#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
+#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83
msgid "Unshare"
msgstr "Megosztás visszavonása"
-#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
+#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89
msgid "Delete"
msgstr "Törlés"
@@ -79,49 +80,49 @@ msgstr "Törlés"
msgid "Rename"
msgstr "Átnevezés"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "{new_name} already exists"
msgstr "{new_name} már létezik"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "replace"
msgstr "írjuk fölül"
-#: js/filelist.js:199
+#: js/filelist.js:205
msgid "suggest name"
msgstr "legyen más neve"
-#: js/filelist.js:199 js/filelist.js:201
+#: js/filelist.js:205 js/filelist.js:207
msgid "cancel"
msgstr "mégse"
-#: js/filelist.js:248
+#: js/filelist.js:254
msgid "replaced {new_name}"
msgstr "a(z) {new_name} állományt kicseréltük"
-#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
+#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290
msgid "undo"
msgstr "visszavonás"
-#: js/filelist.js:250
+#: js/filelist.js:256
msgid "replaced {new_name} with {old_name}"
msgstr "{new_name} fájlt kicseréltük ezzel: {old_name}"
-#: js/filelist.js:282
+#: js/filelist.js:288
msgid "unshared {files}"
msgstr "{files} fájl megosztása visszavonva"
-#: js/filelist.js:284
+#: js/filelist.js:290
msgid "deleted {files}"
msgstr "{files} fájl törölve"
#: js/files.js:31
msgid "'.' is an invalid file name."
-msgstr ""
+msgstr "'.' fájlnév érvénytelen."
#: js/files.js:36
msgid "File name cannot be empty."
-msgstr ""
+msgstr "A fájlnév nem lehet semmi."
#: js/files.js:45
msgid ""
@@ -145,7 +146,7 @@ msgstr "Feltöltési hiba"
msgid "Close"
msgstr "Bezárás"
-#: js/files.js:260 js/files.js:374 js/files.js:404
+#: js/files.js:260 js/files.js:376 js/files.js:409
msgid "Pending"
msgstr "Folyamatban"
@@ -153,56 +154,60 @@ msgstr "Folyamatban"
msgid "1 file uploading"
msgstr "1 fájl töltődik föl"
-#: js/files.js:283 js/files.js:337 js/files.js:352
+#: js/files.js:283 js/files.js:338 js/files.js:353
msgid "{count} files uploading"
msgstr "{count} fájl töltődik föl"
-#: js/files.js:355 js/files.js:388
+#: js/files.js:357 js/files.js:393
msgid "Upload cancelled."
msgstr "A feltöltést megszakítottuk."
-#: js/files.js:457
+#: js/files.js:464
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést."
-#: js/files.js:527
-msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
-msgstr "Érvénytelen mappanév. A \"Shared\" elnevezést az Owncloud rendszer használja."
+#: js/files.js:537
+msgid "URL cannot be empty."
+msgstr ""
-#: js/files.js:711
+#: js/files.js:543
+msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
+msgstr ""
+
+#: js/files.js:727
msgid "{count} files scanned"
msgstr "{count} fájlt találtunk"
-#: js/files.js:719
+#: js/files.js:735
msgid "error while scanning"
msgstr "Hiba a fájllista-ellenőrzés során"
-#: js/files.js:792 templates/index.php:66
+#: js/files.js:808 templates/index.php:64
msgid "Name"
msgstr "Név"
-#: js/files.js:793 templates/index.php:77
+#: js/files.js:809 templates/index.php:75
msgid "Size"
msgstr "Méret"
-#: js/files.js:794 templates/index.php:79
+#: js/files.js:810 templates/index.php:77
msgid "Modified"
msgstr "Módosítva"
-#: js/files.js:813
+#: js/files.js:829
msgid "1 folder"
msgstr "1 mappa"
-#: js/files.js:815
+#: js/files.js:831
msgid "{count} folders"
msgstr "{count} mappa"
-#: js/files.js:823
+#: js/files.js:839
msgid "1 file"
msgstr "1 fájl"
-#: js/files.js:825
+#: js/files.js:841
msgid "{count} files"
msgstr "{count} fájl"
@@ -254,36 +259,36 @@ msgstr "Mappa"
msgid "From link"
msgstr "Feltöltés linkről"
-#: templates/index.php:35
+#: templates/index.php:18
msgid "Upload"
msgstr "Feltöltés"
-#: templates/index.php:43
+#: templates/index.php:41
msgid "Cancel upload"
msgstr "A feltöltés megszakítása"
-#: templates/index.php:58
+#: templates/index.php:56
msgid "Nothing in here. Upload something!"
msgstr "Itt nincs semmi. Töltsön fel valamit!"
-#: templates/index.php:72
+#: templates/index.php:70
msgid "Download"
msgstr "Letöltés"
-#: templates/index.php:104
+#: templates/index.php:102
msgid "Upload too large"
msgstr "A feltöltés túl nagy"
-#: templates/index.php:106
+#: templates/index.php:104
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "A feltöltendő állományok mérete meghaladja a kiszolgálón megengedett maximális méretet."
-#: templates/index.php:111
+#: templates/index.php:109
msgid "Files are being scanned, please wait."
msgstr "A fájllista ellenőrzése zajlik, kis türelmet!"
-#: templates/index.php:114
+#: templates/index.php:112
msgid "Current scanning"
msgstr "Ellenőrzés alatt"
diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po
index b00e728cc4..b307301795 100644
--- a/l10n/hu_HU/settings.po
+++ b/l10n/hu_HU/settings.po
@@ -4,14 +4,15 @@
#
# Translators:
# Adam Toth , 2012.
+# , 2013.
# Peter Borsa , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-31 00:04+0100\n"
-"PO-Revision-Date: 2012-12-30 14:17+0000\n"
-"Last-Translator: Laszlo Tornoci \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 16:35+0000\n"
+"Last-Translator: gyeben \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"
@@ -246,11 +247,11 @@ msgstr "Létrehozás"
#: templates/users.php:35
msgid "Default Storage"
-msgstr ""
+msgstr "Alapértelmezett tárhely"
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
-msgstr ""
+msgstr "Korlátlan"
#: templates/users.php:60 templates/users.php:153
msgid "Other"
@@ -262,11 +263,11 @@ msgstr "Csoportadminisztrátor"
#: templates/users.php:87
msgid "Storage"
-msgstr ""
+msgstr "Tárhely"
#: templates/users.php:133
msgid "Default"
-msgstr ""
+msgstr "Alapértelmezett"
#: templates/users.php:161
msgid "Delete"
diff --git a/l10n/hu_HU/user_ldap.po b/l10n/hu_HU/user_ldap.po
index 655c88dd46..3e8274293c 100644
--- a/l10n/hu_HU/user_ldap.po
+++ b/l10n/hu_HU/user_ldap.po
@@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# , 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-30 00:04+0100\n"
-"PO-Revision-Date: 2012-12-29 17:19+0000\n"
-"Last-Translator: Laszlo Tornoci \n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 16:35+0000\n"
+"Last-Translator: gyeben \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"
@@ -108,7 +109,7 @@ msgstr "itt ne használjunk változót, pl. \"objectClass=posixGroup\"."
#: templates/settings.php:24
msgid "Port"
-msgstr ""
+msgstr "Port"
#: templates/settings.php:25
msgid "Base User Tree"
diff --git a/l10n/ia/files.po b/l10n/ia/files.po
index 679f4b62cb..587a5efe02 100644
--- a/l10n/ia/files.po
+++ b/l10n/ia/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-07 00:04+0100\n"
-"PO-Revision-Date: 2013-01-06 23:05+0000\n"
+"POT-Creation-Date: 2013-01-09 00:04+0100\n"
+"PO-Revision-Date: 2013-01-08 23:04+0000\n"
"Last-Translator: I Robot