[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-09-27 00:08:33 +00:00
parent 98da7848b5
commit af923601b9
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
16 changed files with 154 additions and 4 deletions

View File

@ -21,6 +21,7 @@ OC.L10N.register(
"Actions" : "Činnosti",
"Download" : "Stáhnout",
"Rename" : "Přejmenovat",
"Move or copy" : "Přesunout nebo zkopírovat",
"Target folder" : "Cílový adresář",
"Delete" : "Smazat",
"Disconnect storage" : "Odpojit úložiště",
@ -35,6 +36,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte prosím logy nebo kontaktujte svého správce systému",
"Could not move \"{file}\", target exists" : "Nelze přesunout \"{file}\", cíl existuje",
"Could not move \"{file}\"" : "Nelze přesunout \"{file}\"",
"Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje",
"Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"",
"{newName} already exists" : "{newName} již existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.",

View File

@ -19,6 +19,7 @@
"Actions" : "Činnosti",
"Download" : "Stáhnout",
"Rename" : "Přejmenovat",
"Move or copy" : "Přesunout nebo zkopírovat",
"Target folder" : "Cílový adresář",
"Delete" : "Smazat",
"Disconnect storage" : "Odpojit úložiště",
@ -33,6 +34,8 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte prosím logy nebo kontaktujte svého správce systému",
"Could not move \"{file}\", target exists" : "Nelze přesunout \"{file}\", cíl existuje",
"Could not move \"{file}\"" : "Nelze přesunout \"{file}\"",
"Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje",
"Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"",
"{newName} already exists" : "{newName} již existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.",

View File

@ -16,10 +16,13 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
"Target folder \"{dir}\" does not exist any more" : "Cieľový priečinok \"{dir}\" už neexistuje",
"Not enough free space" : "Nedostatok voľného miesta",
"Uploading …" : "Nahráva sa ...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Actions" : "Akcie",
"Download" : "Sťahovanie",
"Rename" : "Premenovať",
"Move or copy" : "Presunúť alebo kopírovať",
"Target folder" : "Cieľový priečinok",
"Delete" : "Zmazať",
"Disconnect storage" : "Odpojiť úložisko",
@ -34,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu",
"Could not move \"{file}\", target exists" : "Nie je možné presunúť \"{file}\", cieľ už existuje",
"Could not move \"{file}\"" : "Nie je možné presunúť \"{file}\"",
"Could not copy \"{file}\", target exists" : "Nie je možné presunúť \"{file}\", cieľ už existuje",
"Could not copy \"{file}\"" : "Nie je možné skopírovať \"{file}\"",
"Copied {origin} inside {destination}" : "Skopírované {origin} do {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Skopírované {origin} a {nbfiles} ostatných súborov do {destination}",
"{newName} already exists" : "{newName} už existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nie je možné premenovať \"{fileName}\", cieľ už neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{targetName}\" je už použitý v priečinku \"{dir}\". Zvoľte prosím iný názov.",
@ -62,11 +69,14 @@ OC.L10N.register(
"Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložisko je takmer plné ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["zodpovedá '{filter}'","zodpovedá '{filter}'","zodpovedá '{filter}'"],
"View in folder" : "Zobraziť v priečinku",
"Copied!" : "Skopírované!",
"Copy direct link (only works for users who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre používateľov, ktorí majú prístup k tomuto súboru/priečinku)",
"Path" : "Cesta",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtov"],
"Favorited" : "Pridané k obľúbeným",
"Favorite" : "Obľúbené",
"New folder" : "Nový priečinok",
"Upload file" : "Nahrať súbor",
"An error occurred while trying to update the tags" : "Pri pokuse o aktualizáciu štítkov došlo k chybe",
"Added to favorites" : "Pridané do obľúbených",
"Removed from favorites" : "Odstránené z obľúbených",
@ -79,6 +89,7 @@ OC.L10N.register(
"Restored by {user}" : "Obnovené užívateľom {user}",
"Renamed by {user}" : "Premenované užívateľom {user}",
"Moved by {user}" : "Presunuté užívateľom {user}",
"\"remote user\"" : "\"vzdialený používateľ\"",
"You created {file}" : "Vytvorili ste súbor {file}",
"{user} created {file}" : "{user} vytvoril súbor {file}",
"{file} was created in a public folder" : "{file} bol vytvorený vo verejnom priečinku",
@ -95,7 +106,10 @@ OC.L10N.register(
"A file has been added to or removed from your <strong>favorites</strong>" : "Súbor bol pridaný alebo odstránený z vašich <strong>obľúbených</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Súbor alebo priečinok bol <strong>zmenený</strong> alebo <strong>premenovaný</strong>",
"A new file or folder has been <strong>created</strong>" : "Nový súbor alebo priečinok bol <strong>vytvorený</strong>",
"A file or folder has been <strong>deleted</strong>" : "Súbor alebo priečinok bol <strong>odstránený</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Obmedzte upozornenia na vytvorenie a zmeny na vaše <strong>obľúbené súbory</strong> <em>(Len streamy)</em>",
"A file or folder has been <strong>restored</strong>" : "Súbor alebo priečinok bol <strong>obnovený</strong>",
"Unlimited" : "Neobmedzené",
"Upload (max. %s)" : "Nahrať (max. %s)",
"File handling" : "Nastavenie správania sa k súborom",
"Maximum upload size" : "Maximálna veľkosť odosielaného súboru",
@ -103,16 +117,20 @@ OC.L10N.register(
"Save" : "Uložiť",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Použitím PHP-FPM môžu byť zmeny vykonané do 5 minút.",
"Missing permissions to edit from here." : "Chýbajú orávnenia pre možnosť tu upravovať.",
"%s of %s used" : "Využité: %s z %s",
"%s used" : "%s použitých",
"Settings" : "Nastavenia",
"Show hidden files" : "Zobraziť skryté súbory",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použi túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">prístup ku svojím súborom cez WebDAV</a>",
"Uploading @" : "Nahráva sa @",
"No files in here" : "Nie sú tu žiadne súbory",
"Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!",
"No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
"Select all" : "Vybrať všetko",
"Upload too large" : "Nahrávanie je príliš veľké",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.",
"No favorites yet" : "Zatiaľ žiadne obľúbené",
"Files and folders you mark as favorite will show up here" : "Súbory a priečinky označené ako obľúbené budú zobrazené tu",
"Shared with you" : "Vám sprístupnené",
"Shared with others" : "Sprístupnené ostatným",

View File

@ -14,10 +14,13 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
"Target folder \"{dir}\" does not exist any more" : "Cieľový priečinok \"{dir}\" už neexistuje",
"Not enough free space" : "Nedostatok voľného miesta",
"Uploading …" : "Nahráva sa ...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Actions" : "Akcie",
"Download" : "Sťahovanie",
"Rename" : "Premenovať",
"Move or copy" : "Presunúť alebo kopírovať",
"Target folder" : "Cieľový priečinok",
"Delete" : "Zmazať",
"Disconnect storage" : "Odpojiť úložisko",
@ -32,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu",
"Could not move \"{file}\", target exists" : "Nie je možné presunúť \"{file}\", cieľ už existuje",
"Could not move \"{file}\"" : "Nie je možné presunúť \"{file}\"",
"Could not copy \"{file}\", target exists" : "Nie je možné presunúť \"{file}\", cieľ už existuje",
"Could not copy \"{file}\"" : "Nie je možné skopírovať \"{file}\"",
"Copied {origin} inside {destination}" : "Skopírované {origin} do {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Skopírované {origin} a {nbfiles} ostatných súborov do {destination}",
"{newName} already exists" : "{newName} už existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nie je možné premenovať \"{fileName}\", cieľ už neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{targetName}\" je už použitý v priečinku \"{dir}\". Zvoľte prosím iný názov.",
@ -60,11 +67,14 @@
"Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložisko je takmer plné ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["zodpovedá '{filter}'","zodpovedá '{filter}'","zodpovedá '{filter}'"],
"View in folder" : "Zobraziť v priečinku",
"Copied!" : "Skopírované!",
"Copy direct link (only works for users who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre používateľov, ktorí majú prístup k tomuto súboru/priečinku)",
"Path" : "Cesta",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtov"],
"Favorited" : "Pridané k obľúbeným",
"Favorite" : "Obľúbené",
"New folder" : "Nový priečinok",
"Upload file" : "Nahrať súbor",
"An error occurred while trying to update the tags" : "Pri pokuse o aktualizáciu štítkov došlo k chybe",
"Added to favorites" : "Pridané do obľúbených",
"Removed from favorites" : "Odstránené z obľúbených",
@ -77,6 +87,7 @@
"Restored by {user}" : "Obnovené užívateľom {user}",
"Renamed by {user}" : "Premenované užívateľom {user}",
"Moved by {user}" : "Presunuté užívateľom {user}",
"\"remote user\"" : "\"vzdialený používateľ\"",
"You created {file}" : "Vytvorili ste súbor {file}",
"{user} created {file}" : "{user} vytvoril súbor {file}",
"{file} was created in a public folder" : "{file} bol vytvorený vo verejnom priečinku",
@ -93,7 +104,10 @@
"A file has been added to or removed from your <strong>favorites</strong>" : "Súbor bol pridaný alebo odstránený z vašich <strong>obľúbených</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Súbor alebo priečinok bol <strong>zmenený</strong> alebo <strong>premenovaný</strong>",
"A new file or folder has been <strong>created</strong>" : "Nový súbor alebo priečinok bol <strong>vytvorený</strong>",
"A file or folder has been <strong>deleted</strong>" : "Súbor alebo priečinok bol <strong>odstránený</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Obmedzte upozornenia na vytvorenie a zmeny na vaše <strong>obľúbené súbory</strong> <em>(Len streamy)</em>",
"A file or folder has been <strong>restored</strong>" : "Súbor alebo priečinok bol <strong>obnovený</strong>",
"Unlimited" : "Neobmedzené",
"Upload (max. %s)" : "Nahrať (max. %s)",
"File handling" : "Nastavenie správania sa k súborom",
"Maximum upload size" : "Maximálna veľkosť odosielaného súboru",
@ -101,16 +115,20 @@
"Save" : "Uložiť",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Použitím PHP-FPM môžu byť zmeny vykonané do 5 minút.",
"Missing permissions to edit from here." : "Chýbajú orávnenia pre možnosť tu upravovať.",
"%s of %s used" : "Využité: %s z %s",
"%s used" : "%s použitých",
"Settings" : "Nastavenia",
"Show hidden files" : "Zobraziť skryté súbory",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použi túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">prístup ku svojím súborom cez WebDAV</a>",
"Uploading @" : "Nahráva sa @",
"No files in here" : "Nie sú tu žiadne súbory",
"Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!",
"No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
"Select all" : "Vybrať všetko",
"Upload too large" : "Nahrávanie je príliš veľké",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.",
"No favorites yet" : "Zatiaľ žiadne obľúbené",
"Files and folders you mark as favorite will show up here" : "Súbory a priečinky označené ako obľúbené budú zobrazené tu",
"Shared with you" : "Vám sprístupnené",
"Shared with others" : "Sprístupnené ostatným",

View File

@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "操作",
"Download" : "下载",
"Rename" : "重命名",
"Move or copy" : "移动或者复制",
"Target folder" : "目标目录",
"Delete" : "删除",
"Disconnect storage" : "断开存储链接",
@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员",
"Could not move \"{file}\", target exists" : "无法移动 \"{file}\", 目标已存在",
"Could not move \"{file}\"" : "无法移动 \"{file}\"",
"Could not copy \"{file}\", target exists" : "无法复制“{文件}”,目标存在",
"Could not copy \"{file}\"" : "不能复制 \"{文件}\"",
"Copied {origin} inside {destination}" : "在{destination}内复制{origin}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "在{destination}内复制{origin}和{nbfiles}其他文件",
"{newName} already exists" : "{newname} 已经存在",
"Could not rename \"{fileName}\", it does not exist any more" : "无法重命名 \"{fileName}\", 此文件已经不存在",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹 \"{dir}\" 中已经存在 \"{targetName}\". 请尝试其他的名称.",

View File

@ -20,6 +20,7 @@
"Actions" : "操作",
"Download" : "下载",
"Rename" : "重命名",
"Move or copy" : "移动或者复制",
"Target folder" : "目标目录",
"Delete" : "删除",
"Disconnect storage" : "断开存储链接",
@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员",
"Could not move \"{file}\", target exists" : "无法移动 \"{file}\", 目标已存在",
"Could not move \"{file}\"" : "无法移动 \"{file}\"",
"Could not copy \"{file}\", target exists" : "无法复制“{文件}”,目标存在",
"Could not copy \"{file}\"" : "不能复制 \"{文件}\"",
"Copied {origin} inside {destination}" : "在{destination}内复制{origin}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "在{destination}内复制{origin}和{nbfiles}其他文件",
"{newName} already exists" : "{newname} 已经存在",
"Could not rename \"{fileName}\", it does not exist any more" : "无法重命名 \"{fileName}\", 此文件已经不存在",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹 \"{dir}\" 中已经存在 \"{targetName}\". 请尝试其他的名称.",

View File

@ -0,0 +1,47 @@
OC.L10N.register(
"sharebymail",
{
"Shared with %1$s" : "Compartit amb %1$s",
"Shared with {email}" : "Compartit amb {email}",
"Shared with %1$s by %2$s" : "Compartit amb %1$s per %2$s",
"Shared with {email} by {actor}" : "Compartit amb {email} per {actor}",
"Password for mail share sent to %1$s" : "S'ha enviat una contrasenya per a la compartició de correu %1$s",
"Password for mail share sent to {email}" : "Contrasenya per a la compartició de correu enviada a {email}",
"Password for mail share sent to you" : "Contrasenya per a la part compartida que se us ha enviat",
"You shared %1$s with %2$s by mail" : "Has compartit %1$s amb %2$s per correu",
"You shared {file} with {email} by mail" : "Has compartit {file} amb {email} per correu",
"%3$s shared %1$s with %2$s by mail" : "%3$s ha compartit %1$s amb %2$s per correu",
"{actor} shared {file} with {email} by mail" : "{actor} ha compartit {file} amb {email} per correu",
"Password to access %1$s was sent to %2s" : "S'ha enviat %2s la contrasenya d'accés %1$s",
"Password to access {file} was sent to {email}" : "La contrasenya per accedir a {file} s'ha enviat a {email}",
"Password to access %1$s was sent to you" : "S'ha enviat la contrasenya d'accés %1$s",
"Password to access {file} was sent to you" : "S'ha enviat la contrasenya per accedir a {file}",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "No podem enviar-vos la contrasenya generada automàticament. Establiu una adreça de correu electrònic vàlida a la vostra configuració personal i torneu-ho a provar.",
"Failed to send share by email" : "No s'ha pogut enviar compartir per correu electrònic",
"%s shared »%s« with you" : "%s ha compartit »%s« amb tu",
"%s shared »%s« with you." : "%s compartit »%s« amb tu.",
"Click the button below to open it." : "Feu clic al botó següent per obrir-lo.",
"Open »%s«" : "Obert »%s«",
"%s via %s" : "%svia%s",
"Password to access »%s« shared to you by %s" : "Contrasenya d'accés »%s« compartida per vostè %s",
"%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%scompartit »%s« amb tu. Heu d'haver rebut un correu independent amb un enllaç per accedir-hi.",
"Password to access »%s«" : "Contrasenya d'accés »%s«",
"It is protected with the following password: %s" : "Està protegit amb la següent contrasenya: %s",
"Password to access »%s« shared with %s" : "Contrasenya d'accés »%s« compartit amb %s",
"You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabeu de compartir »%s« amb %s. La part ja s'ha enviat al destinatari. A causa de les polítiques de seguretat definides per l'administrador de %scada acció, ha de ser protegit per contrasenya i no es permet enviar la contrasenya directament al destinatari. Per tant, heu de reenviar la contrasenya manualment al destinatari.",
"This is the password: %s" : "Aquesta és la contrasenya:%s",
"You can choose a different password at any time in the share dialog." : "Podeu triar una contrasenya diferent en qualsevol moment al diàleg d'accions.",
"Could not find share" : "No s'ha pogut trobar la compartició",
"Share by mail" : "Comparteix per correu",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Permet als usuaris compartir un enllaç personalitzat a un fitxer o carpeta posant una adreça de correu electrònic.",
"Send password by mail" : "Enviar contrasenya per correu",
"Enforce password protection" : "Reforça la protecció amb contrasenya",
"Failed to send share by E-mail" : "No s'ha pogut enviar compartir per correu electrònic",
"%s shared »%s« with you on behalf of %s" : "%s compartit »%s« amb vostè en nom de %s",
"Failed to create the E-mail" : "No s'ha pogut crear el correu electrònic",
"Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hola,\n\n%s compartit »%s« amb vostè en nom de %s\n\n%s\n\n",
"Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hola,\n\n%s compartit »%s« amb tu.\n\n%s\n\n",
"Cheers!" : "Salut!",
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hola, <br><br>%s compartit <a href=\"%s\">%s</a> amb vosaltres en representació de %s. <br><br>"
},
"nplurals=2; plural=(n != 1);");

View File

@ -0,0 +1,45 @@
{ "translations": {
"Shared with %1$s" : "Compartit amb %1$s",
"Shared with {email}" : "Compartit amb {email}",
"Shared with %1$s by %2$s" : "Compartit amb %1$s per %2$s",
"Shared with {email} by {actor}" : "Compartit amb {email} per {actor}",
"Password for mail share sent to %1$s" : "S'ha enviat una contrasenya per a la compartició de correu %1$s",
"Password for mail share sent to {email}" : "Contrasenya per a la compartició de correu enviada a {email}",
"Password for mail share sent to you" : "Contrasenya per a la part compartida que se us ha enviat",
"You shared %1$s with %2$s by mail" : "Has compartit %1$s amb %2$s per correu",
"You shared {file} with {email} by mail" : "Has compartit {file} amb {email} per correu",
"%3$s shared %1$s with %2$s by mail" : "%3$s ha compartit %1$s amb %2$s per correu",
"{actor} shared {file} with {email} by mail" : "{actor} ha compartit {file} amb {email} per correu",
"Password to access %1$s was sent to %2s" : "S'ha enviat %2s la contrasenya d'accés %1$s",
"Password to access {file} was sent to {email}" : "La contrasenya per accedir a {file} s'ha enviat a {email}",
"Password to access %1$s was sent to you" : "S'ha enviat la contrasenya d'accés %1$s",
"Password to access {file} was sent to you" : "S'ha enviat la contrasenya per accedir a {file}",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "No podem enviar-vos la contrasenya generada automàticament. Establiu una adreça de correu electrònic vàlida a la vostra configuració personal i torneu-ho a provar.",
"Failed to send share by email" : "No s'ha pogut enviar compartir per correu electrònic",
"%s shared »%s« with you" : "%s ha compartit »%s« amb tu",
"%s shared »%s« with you." : "%s compartit »%s« amb tu.",
"Click the button below to open it." : "Feu clic al botó següent per obrir-lo.",
"Open »%s«" : "Obert »%s«",
"%s via %s" : "%svia%s",
"Password to access »%s« shared to you by %s" : "Contrasenya d'accés »%s« compartida per vostè %s",
"%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%scompartit »%s« amb tu. Heu d'haver rebut un correu independent amb un enllaç per accedir-hi.",
"Password to access »%s«" : "Contrasenya d'accés »%s«",
"It is protected with the following password: %s" : "Està protegit amb la següent contrasenya: %s",
"Password to access »%s« shared with %s" : "Contrasenya d'accés »%s« compartit amb %s",
"You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabeu de compartir »%s« amb %s. La part ja s'ha enviat al destinatari. A causa de les polítiques de seguretat definides per l'administrador de %scada acció, ha de ser protegit per contrasenya i no es permet enviar la contrasenya directament al destinatari. Per tant, heu de reenviar la contrasenya manualment al destinatari.",
"This is the password: %s" : "Aquesta és la contrasenya:%s",
"You can choose a different password at any time in the share dialog." : "Podeu triar una contrasenya diferent en qualsevol moment al diàleg d'accions.",
"Could not find share" : "No s'ha pogut trobar la compartició",
"Share by mail" : "Comparteix per correu",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Permet als usuaris compartir un enllaç personalitzat a un fitxer o carpeta posant una adreça de correu electrònic.",
"Send password by mail" : "Enviar contrasenya per correu",
"Enforce password protection" : "Reforça la protecció amb contrasenya",
"Failed to send share by E-mail" : "No s'ha pogut enviar compartir per correu electrònic",
"%s shared »%s« with you on behalf of %s" : "%s compartit »%s« amb vostè en nom de %s",
"Failed to create the E-mail" : "No s'ha pogut crear el correu electrònic",
"Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hola,\n\n%s compartit »%s« amb vostè en nom de %s\n\n%s\n\n",
"Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hola,\n\n%s compartit »%s« amb tu.\n\n%s\n\n",
"Cheers!" : "Salut!",
"Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hola, <br><br>%s compartit <a href=\"%s\">%s</a> amb vosaltres en representació de %s. <br><br>"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -4,7 +4,7 @@ OC.L10N.register(
"Loading preview…" : "Laddar förhandsvisning...",
"Saved" : "Sparat",
"Admin" : "Admin",
"a safe home for all your data" : "En säker plats för alla dina filer och data",
"a safe home for all your data" : "En säker lagringsplats för all din data",
"The given name is too long" : "Det angivna namnet är för långt",
"The given web address is too long" : "Den angivna adressen är för lång",
"The given slogan is too long" : "Den angivna slogan är för lång",

View File

@ -2,7 +2,7 @@
"Loading preview…" : "Laddar förhandsvisning...",
"Saved" : "Sparat",
"Admin" : "Admin",
"a safe home for all your data" : "En säker plats för alla dina filer och data",
"a safe home for all your data" : "En säker lagringsplats för all din data",
"The given name is too long" : "Det angivna namnet är för långt",
"The given web address is too long" : "Den angivna adressen är för lång",
"The given slogan is too long" : "Den angivna slogan är för lång",

View File

@ -79,7 +79,9 @@ OC.L10N.register(
"Verify settings and count the groups" : "验证设置和统计组",
"When logging in, %s will find the user based on the following attributes:" : "登录时,%s将查找基于以下属性的用户",
"LDAP / AD Username:" : "LDAP/AD用户名:",
"Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "允许登录LDAP / AD用户名这是“uid”或“sAMAccountName”并将被检测到。",
"LDAP / AD Email Address:" : "LDAP/AD邮箱地址",
"Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "允许根据电子邮件属性登录。 允许“mail”和“mailPrimaryAddress”。",
"Other Attributes:" : "其他属性:",
"Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "定义登录时采用的过滤规则。登录时用 \"%%uid\" 替换用户名。例如:\"uid=%%uid\"",
"Test Loginname" : "测试登录名",

View File

@ -77,7 +77,9 @@
"Verify settings and count the groups" : "验证设置和统计组",
"When logging in, %s will find the user based on the following attributes:" : "登录时,%s将查找基于以下属性的用户",
"LDAP / AD Username:" : "LDAP/AD用户名:",
"Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "允许登录LDAP / AD用户名这是“uid”或“sAMAccountName”并将被检测到。",
"LDAP / AD Email Address:" : "LDAP/AD邮箱地址",
"Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "允许根据电子邮件属性登录。 允许“mail”和“mailPrimaryAddress”。",
"Other Attributes:" : "其他属性:",
"Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "定义登录时采用的过滤规则。登录时用 \"%%uid\" 替换用户名。例如:\"uid=%%uid\"",
"Test Loginname" : "测试登录名",

View File

@ -179,7 +179,7 @@ OC.L10N.register(
"No app name specified" : "Inget appnamn angivet",
"App '%s' could not be installed!" : "Applikationen \"%s\" gick inte att installera!",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Applikationen \"%s\" kan ej installeras eftersom följande kriterier inte är uppfyllda: %s",
"a safe home for all your data" : "En säker plats för dina filer och data",
"a safe home for all your data" : "En säker lagringsplats för all din data",
"File is currently busy, please try again later" : "Filen är för tillfället upptagen, vänligen försök igen senare",
"Can't read file" : "Kan ej läsa filen",
"Application is not enabled" : "Applikationen är inte aktiverad",

View File

@ -177,7 +177,7 @@
"No app name specified" : "Inget appnamn angivet",
"App '%s' could not be installed!" : "Applikationen \"%s\" gick inte att installera!",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Applikationen \"%s\" kan ej installeras eftersom följande kriterier inte är uppfyllda: %s",
"a safe home for all your data" : "En säker plats för dina filer och data",
"a safe home for all your data" : "En säker lagringsplats för all din data",
"File is currently busy, please try again later" : "Filen är för tillfället upptagen, vänligen försök igen senare",
"Can't read file" : "Kan ej läsa filen",
"Application is not enabled" : "Applikationen är inte aktiverad",

View File

@ -293,6 +293,7 @@ OC.L10N.register(
"Restrict users to only share with users in their groups" : "限制仅与组内用户分享",
"Exclude groups from sharing" : "在分享中排除组",
"These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取分享, 但无法向他人分享.",
"Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "在共享对话框中允许用户名自动完成。 如果被禁用,则需要输入完整的用户名或电子邮件地址。",
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "在公开链接上传页中显示免责声明. (仅当文件列表隐藏时显示)",
"This text will be shown on the public link upload page when the file list is hidden." : "这些内容将在公开链接上传页中当文件列表隐藏时显示.",
"Tips & tricks" : "小提示",

View File

@ -291,6 +291,7 @@
"Restrict users to only share with users in their groups" : "限制仅与组内用户分享",
"Exclude groups from sharing" : "在分享中排除组",
"These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取分享, 但无法向他人分享.",
"Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "在共享对话框中允许用户名自动完成。 如果被禁用,则需要输入完整的用户名或电子邮件地址。",
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "在公开链接上传页中显示免责声明. (仅当文件列表隐藏时显示)",
"This text will be shown on the public link upload page when the file list is hidden." : "这些内容将在公开链接上传页中当文件列表隐藏时显示.",
"Tips & tricks" : "小提示",