[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-09-19 01:55:44 -04:00
parent 112e570989
commit 786312d0e8
94 changed files with 111 additions and 105 deletions

View File

@ -24,6 +24,7 @@ $TRANSLATIONS = array(
"No file was uploaded" => "কোন ফাইল আপলোড করা হয় নি",
"Missing a temporary folder" => "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
"Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ",
"Not enough storage available" => "সংরক্ষণের যথেষ্ট জায়গা প্রাপ্তব্য নয়",
"Invalid directory." => "ভুল ডিরেক্টরি",
"Files" => "ফাইল",
"All files" => "সব ফাইল",

View File

@ -12,25 +12,25 @@ $TRANSLATIONS = array(
"The target folder has been moved or deleted." => "De doelmap is verplaatst of verwijderd.",
"The name %s is already used in the folder %s. Please choose a different name." => "De naam %s bestaat al in map %s. Kies een andere naam.",
"Not a valid source" => "Geen geldige bron",
"Server is not allowed to open URLs, please check the server configuration" => "Server mag geen URS's openen, controleer de server configuratie",
"Server is not allowed to open URLs, please check the server configuration" => "Server mag geen URL's openen, controleer de serverconfiguratie",
"The file exceeds your quota by %s" => "Het bestand overschrijdt uw quotum met %s",
"Error while downloading %s to %s" => "Fout bij downloaden %s naar %s",
"Error when creating the file" => "Fout bij creëren bestand",
"Folder name cannot be empty." => "Mapnaam mag niet leeg zijn.",
"Error when creating the folder" => "Fout bij aanmaken map",
"Unable to set upload directory." => "Kan upload map niet instellen.",
"Unable to set upload directory." => "Kan uploadmap niet instellen.",
"Invalid Token" => "Ongeldig Token",
"No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout",
"There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.",
"There is no error, the file uploaded with success" => "Het bestand is succesvol geüpload.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier",
"The uploaded file was only partially uploaded" => "Het bestand is gedeeltelijk geüpload",
"The uploaded file was only partially uploaded" => "Het bestand is slechts gedeeltelijk geüpload",
"No file was uploaded" => "Er is geen bestand geüpload",
"Missing a temporary folder" => "Er ontbreekt een tijdelijke map",
"Failed to write to disk" => "Schrijven naar schijf mislukt",
"Not enough storage available" => "Niet genoeg opslagruimte beschikbaar",
"Upload failed. Could not find uploaded file" => "Upload mislukt. Kon ge-uploade bestand niet vinden",
"Upload failed. Could not get file info." => "Upload mislukt, Kon geen bestandsinfo krijgen.",
"Upload failed. Could not find uploaded file" => "Upload mislukt. Kon geüploade bestand niet vinden",
"Upload failed. Could not get file info." => "Upload mislukt. Kon geen bestandsinfo krijgen.",
"Invalid directory." => "Ongeldige directory.",
"Files" => "Bestanden",
"All files" => "Alle bestanden",
@ -46,16 +46,16 @@ $TRANSLATIONS = array(
"Could not create folder" => "Kon niet creëren map",
"Error fetching URL" => "Fout bij ophalen URL",
"Share" => "Delen",
"Delete" => "Verwijder",
"Disconnect storage" => "Verbreken verbinding opslag",
"Delete" => "Verwijderen",
"Disconnect storage" => "Verbinding met opslag verbreken",
"Unshare" => "Stop met delen",
"Delete permanently" => "Verwijder definitief",
"Rename" => "Hernoem",
"Delete permanently" => "Definitief verwijderen",
"Rename" => "Naam wijzigen",
"Pending" => "In behandeling",
"Error moving file." => "Fout bij verplaatsen bestand",
"Error moving file." => "Fout bij verplaatsen bestand.",
"Error moving file" => "Fout bij verplaatsen bestand",
"Error" => "Fout",
"Could not rename file" => "Kon niet hernoemen bestand",
"Could not rename file" => "Kon de naam van het bestand niet wijzigen",
"Error deleting file." => "Fout bij verwijderen bestand.",
"Name" => "Naam",
"Size" => "Grootte",
@ -65,7 +65,7 @@ $TRANSLATIONS = array(
"You dont have permission to upload or create files here" => "U hebt geen toestemming om hier te uploaden of bestanden te maken",
"_Uploading %n file_::_Uploading %n files_" => array("%n bestand aan het uploaden","%n bestanden aan het uploaden"),
"\"{name}\" is an invalid file name." => "\"{name}\" is een ongeldige bestandsnaam.",
"Your storage is full, files can not be updated or synced anymore!" => "Uw opslagruimte zit vol, Bestanden kunnen niet meer worden ge-upload of gesynchroniseerd!",
"Your storage is full, files can not be updated or synced anymore!" => "Uw opslagruimte zit vol. Bestanden kunnen niet meer worden gewijzigd of gesynchroniseerd!",
"Your storage is almost full ({usedSpacePercent}%)" => "Uw opslagruimte zit bijna vol ({usedSpacePercent}%)",
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Crypto app is geactiveerd, maar uw sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.",
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ongeldige privésleutel voor crypto app. Werk het privésleutel wachtwoord bij in uw persoonlijke instellingen om opnieuw toegang te krijgen tot uw versleutelde bestanden.",
@ -86,7 +86,7 @@ $TRANSLATIONS = array(
"New folder" => "Nieuwe map",
"Folder" => "Map",
"From link" => "Vanaf link",
"Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!",
"Nothing in here. Upload something!" => "Niets te zien hier. Upload iets!",
"Download" => "Downloaden",
"Upload too large" => "Upload is te groot",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "De bestanden die u probeert te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server.",

View File

@ -5,6 +5,7 @@ $TRANSLATIONS = array(
"Unknown error" => "Neznáma chyba",
"Could not move %s - File with this name already exists" => "Nie je možné presunúť %s - súbor s týmto menom už existuje",
"Could not move %s" => "Nie je možné presunúť %s",
"Permission denied" => "Prístup bol odmietnutý",
"File name cannot be empty." => "Meno súboru nemôže byť prázdne",
"\"%s\" is an invalid file name." => "\"%s\" je neplatné meno súboru.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.",

View File

@ -12,6 +12,9 @@ $TRANSLATIONS = array(
"Enabled" => "কার্যকর",
"Disabled" => "অকার্যকর",
"Change recovery key password:" => "পূণরূদ্ধার কি এর কুটশব্দ পরিবর্তন করুন:",
"Old Recovery key password" => "পূণরূদ্ধার কি এর পুরাতন কুটশব্দ",
"New Recovery key password" => "পূণরূদ্ধার কি এর নতুন কুটশব্দ",
"Repeat New Recovery key password" => "পূণরূদ্ধার কি এর নতুন কুটশব্দ পূণরায় দিন",
"Change Password" => "কূটশব্দ পরিবর্তন করুন"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

View File

@ -20,6 +20,8 @@ $TRANSLATIONS = array(
"Username" => "ব্যবহারকারী",
"Password" => "কূটশব্দ",
"Root" => "শেকড়",
"Secure ftps://" => "ftps:// অর্জন কর",
"Client ID" => "ক্লায়েন্ট পরিচিতি",
"Share" => "ভাগাভাগি কর",
"URL" => "URL",
"Access granted" => "অধিগমনের অনুমতি প্রদান করা হলো",

View File

@ -15,6 +15,7 @@ $TRANSLATIONS = array(
"Amazon S3 and compliant" => "Amazon S3 и совместимый",
"Access Key" => "Ключ доступа",
"Secret Key" => "Секретный ключ",
"Hostname" => "Имя хоста",
"Port" => "Порт",
"Region" => "Область",
"Enable SSL" => "Включить SSL",
@ -35,6 +36,7 @@ $TRANSLATIONS = array(
"Password (required for OpenStack Object Storage)" => "Пароль (обяз. для Хранилища объектов OpenStack)",
"Service Name (required for OpenStack Object Storage)" => "Имя Службы (обяз. для Хранилища объектов OpenStack)",
"URL of identity endpoint (required for OpenStack Object Storage)" => "URL для удостоверения конечной точки (обяз. для Хранилища объектов OpenStack)",
"Timeout of HTTP requests in seconds" => "Тайм-аут HTTP-запросов в секундах",
"Share" => "Открыть доступ",
"SMB / CIFS using OC login" => "SMB / CIFS с ипользованием логина OC",
"Username as share" => "Имя для открытого доступа",
@ -47,6 +49,8 @@ $TRANSLATIONS = array(
"Error configuring Google Drive storage" => "Ошибка при настройке хранилища Google Drive",
"Personal" => "Личное",
"System" => "Система",
"All users. Type to select user or group." => "Все пользователи. Введите имя пользователя или группы.",
"(group)" => "(группа)",
"Saved" => "Сохранено",
"<b>Note:</b> " => "<b>Примечание:</b> ",
" and " => "и",

View File

@ -15,6 +15,7 @@ $TRANSLATIONS = array(
"Amazon S3 and compliant" => "Amazon S3 a kompatibilné",
"Access Key" => "Prístupový kľúč",
"Secret Key" => "Tajný kľúč",
"Hostname" => "Hostname",
"Port" => "Port",
"Region" => "Región",
"Enable SSL" => "Povoliť SSL",
@ -35,6 +36,7 @@ $TRANSLATIONS = array(
"Password (required for OpenStack Object Storage)" => "Heslo (požadované pre OpenStack Object Storage)",
"Service Name (required for OpenStack Object Storage)" => "Meno služby (požadované pre OpenStack Object Storage)",
"URL of identity endpoint (required for OpenStack Object Storage)" => "URL of identity endpoint (požadované pre OpenStack Object Storage)",
"Timeout of HTTP requests in seconds" => "Časový limit HTTP požadaviek v sekundách",
"Share" => "Zdieľať",
"SMB / CIFS using OC login" => "SMB / CIFS s použitím OC prihlásenia",
"Username as share" => "Používateľské meno ako zdieľaný priečinok",
@ -47,6 +49,8 @@ $TRANSLATIONS = array(
"Error configuring Google Drive storage" => "Chyba pri konfigurácii úložiska Google drive",
"Personal" => "Osobné",
"System" => "Systém",
"All users. Type to select user or group." => "Všetci používatelia. Začnite písať pre výber používateľa alebo skupinu.",
"(group)" => "(skupina)",
"Saved" => "Uložené",
"<b>Note:</b> " => "<b>Poznámka:</b> ",
" and " => "a",

View File

@ -18,6 +18,11 @@ $TRANSLATIONS = array(
"Reasons might be:" => "কারণসমূহ হতে পারে:",
"the item was removed" => "আইটেমটি অপসারণ করা হয়েছিল",
"the link expired" => "মেয়াদোত্তীর্ন লিঙ্ক",
"Download" => "ডাউনলোড"
"sharing is disabled" => "ভাগাভাগি অকার্যকর",
"For more info, please ask the person who sent this link." => "বিস্তারিত তথ্যের জন্য এই লিঙ্কের প্রেরককে জিজ্ঞাসা করুন।",
"Download" => "ডাউনলোড",
"Download %s" => "ডাউনলোড %s",
"Direct link" => "সরাসরি লিঙ্ক",
"Remote Shares" => "দুরবর্তী ভাগাভাগি"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

View File

@ -1,7 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Server met server delen is niet geactiveerd op deze server",
"Invalid or untrusted SSL certificate" => "Ongeldig of onvertrouwd SSL certificaat",
"Invalid or untrusted SSL certificate" => "Ongeldig of onvertrouwd SSL-certificaat",
"Couldn't add remote share" => "Kon geen externe share toevoegen",
"Shared with you" => "Gedeeld met u",
"Shared with others" => "Gedeeld door u",
@ -12,7 +12,7 @@ $TRANSLATIONS = array(
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Wilt u de externe share {name} van {owner}@{remote} toevoegen?",
"Remote share" => "Externe share",
"Remote share password" => "Wachtwoord externe share",
"Cancel" => "Annuleer",
"Cancel" => "Annuleren",
"Add remote share" => "Toevoegen externe share",
"No ownCloud installation found at {remote}" => "Geen ownCloud installatie gevonden op {remote}",
"Invalid ownCloud url" => "Ongeldige ownCloud url",

View File

@ -65,6 +65,8 @@ $TRANSLATIONS = array(
"For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.",
"One Base DN per line" => "Ét Base DN per linje",
"You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab",
"Limit %s access to users meeting these criteria:" => "Begræns %s-adgangen til brugere som imødekommer disse kriterier:",
"The filter specifies which LDAP users shall have access to the %s instance." => "Filteret angiver hvilke LDAP-brugere, der skal have adgang til %s-instansen.",
"users found" => "brugere blev fundet",
"Back" => "Tilbage",
"Continue" => "Videre",
@ -78,26 +80,42 @@ $TRANSLATIONS = array(
"Backup (Replica) Port" => "Backup (Replika) Port",
"Disable Main Server" => "Deaktiver Hovedserver",
"Only connect to the replica server." => "Forbind kun til replika serveren.",
"Case insensitive LDAP server (Windows)" => "LDAP-server som ikke er versalfølsom (Windows)",
"Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering",
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Anbefales ikke - bruges kun til testformål! Hvis forbindelse udelukkende fungerer med dette tilvalg, så importér LDAP-serverens SSL-certifikat i din %s-server.",
"Cache Time-To-Live" => "Cache Time-To-Live",
"in seconds. A change empties the cache." => "i sekunder. En ændring vil tømme cachen.",
"Directory Settings" => "Mappeindstillinger",
"User Display Name Field" => "User Display Name Field",
"The LDAP attribute to use to generate the user's display name." => "LDAP-attributten som skal bruges til at oprette brugerens viste navn.",
"Base User Tree" => "Base Bruger Træ",
"One User Base DN per line" => "Én bruger-Base DN per linje",
"User Search Attributes" => "Attributter for brugersøgning",
"Optional; one attribute per line" => "Valgfrit; én attribut per linje",
"Group Display Name Field" => "Navnefelt for gruppevisning",
"The LDAP attribute to use to generate the groups's display name." => "LDAP-attributten som skal bruges til at oprette gruppens viste navn.",
"Base Group Tree" => "Base Group Tree",
"One Group Base DN per line" => "Ét gruppe-Base DN per linje",
"Group Search Attributes" => "Attributter for gruppesøgning",
"Group-Member association" => "Group-Member association",
"Nested Groups" => "Indlejrede grupper",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Når slået til, så vil grupper som rummer grupper blive understøttet. (Dette fungerer kun, hvis attributten for gruppemedlem indeholder DN'er.)",
"Paging chunksize" => "Fragmentstørrelse for sideinddeling",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Fragmentstørrelse som bruges til sideinddelte LDAP-søgninger, der kan returnere omfattende resultater såsom bruger eller gruppe-optælling. (Angivelse til 0 vil slå sideinddelte LDAP-søgninger fra for disse situationer.)",
"Special Attributes" => "Specielle attributter",
"Quota Field" => "Kvote Felt",
"Quota Default" => "Standard for kvota",
"in bytes" => "i bytes",
"Email Field" => "Email Felt",
"User Home Folder Naming Rule" => "Navneregel for brugerens hjemmemappe",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lad stå tom for brugernavn (standard). Alternativt, angiv en LDAP/AD-attribut.",
"Internal Username" => "Internt Brugernavn",
"Internal Username Attribute:" => "Internt attribut for brugernavn:",
"Override UUID detection" => "Tilsidesæt UUID-detektering",
"UUID Attribute for Users:" => "UUID-attribut for brugere:",
"UUID Attribute for Groups:" => "UUID-attribut for grupper:"
"UUID Attribute for Groups:" => "UUID-attribut for grupper:",
"Username-LDAP User Mapping" => "Kortlægning mellem brugernavn og LDAP-bruger",
"Clear Username-LDAP User Mapping" => "Ryd kortlægning mellem brugernavn og LDAP-bruger",
"Clear Groupname-LDAP Group Mapping" => "Ryd kortlægning mellem gruppenavn og LDAP-gruppe"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

View File

@ -86,7 +86,6 @@ $TRANSLATIONS = array(
"Admin" => "Admin",
"Help" => "Hulp",
"Access forbidden" => "Toegang verbode",
"Cloud not found" => "Wolk nie gevind",
"Security Warning" => "Sekuriteits waarskuwing",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Jou PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Opdateer asseblief jou PHP instelasie om %s veilig te gebruik",

View File

@ -84,7 +84,6 @@ $TRANSLATIONS = array(
"Admin" => "المدير",
"Help" => "المساعدة",
"Access forbidden" => "التوصّل محظور",
"Cloud not found" => "لم يتم إيجاد",
"Security Warning" => "تحذير أمان",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "يرجى تحديث نسخة PHP لاستخدام %s بطريقة آمنة",

View File

@ -139,7 +139,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Fallu al marcar favoritos",
"Error unfavoriting" => "Fallu al desmarcar favoritos",
"Access forbidden" => "Accesu denegáu",
"Cloud not found" => "Ñube non atopada",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n",
"The share will expire on %s." => "La compartición va caducar el %s.",
"Cheers!" => "¡Salú!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Грешка при отбелязване за любим.",
"Error unfavoriting" => "Грешка при премахване отбелязването за любим.",
"Access forbidden" => "Достъпът е забранен",
"Cloud not found" => "Облакът не намерен",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Здрасти,\n\nсамо да те уведомя, че %s сподели %s с теб.\nРазгледай го: %s\n\n",
"The share will expire on %s." => "Споделянето ще изтече на %s.",
"Cheers!" => "Поздрави!",

View File

@ -86,7 +86,6 @@ $TRANSLATIONS = array(
"Admin" => "প্রশাসন",
"Help" => "সহায়িকা",
"Access forbidden" => "অধিগমনের অনুমতি নেই",
"Cloud not found" => "ক্লাউড খুঁজে পাওয়া গেল না",
"Security Warning" => "নিরাপত্তাজনিত সতর্কতা",
"Create an <strong>admin account</strong>" => "<strong>প্রশাসক একাউন্ট</strong> তৈরী করুন",
"Password" => "কূটশব্দ",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Error en posar a preferits",
"Error unfavoriting" => "Error en treure de preferits",
"Access forbidden" => "Accés prohibit",
"Cloud not found" => "No s'ha trobat el núvol",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ei,\n\nnomés fer-te saber que %s ha compartit %s amb tu.\nMira-ho a: %s\n\n",
"The share will expire on %s." => "La compartició venç el %s.",
"Cheers!" => "Salut!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Chyba při označování jako oblíbené",
"Error unfavoriting" => "Chyba při odznačování jako oblíbené",
"Access forbidden" => "Přístup zakázán",
"Cloud not found" => "Cloud nebyl nalezen",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n",
"The share will expire on %s." => "Sdílení vyprší %s.",
"Cheers!" => "Ať slouží!",

View File

@ -71,7 +71,6 @@ $TRANSLATIONS = array(
"Admin" => "Gweinyddu",
"Help" => "Cymorth",
"Access forbidden" => "Mynediad wedi'i wahardd",
"Cloud not found" => "Methwyd canfod cwmwl",
"Security Warning" => "Rhybudd Diogelwch",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Mae eich fersiwn PHP yn agored i ymosodiad NULL Byte (CVE-2006-7243)",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Mwy na thebyg fod modd cyrraedd eich cyfeiriadur data a ffeilau o'r rhyngrwyd oherwydd nid yw'r ffeil .htaccess yn gweithio. ",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Fejl ved favoritering",
"Error unfavoriting" => "Fejl ved fjernelse af favorisering.",
"Access forbidden" => "Adgang forbudt",
"Cloud not found" => "Sky ikke fundet",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej med dig\n\nDette blot for at lade dig vide, at %s har delt %s med dig.\nSe det her: %s\n\n",
"The share will expire on %s." => "Delingen vil udløbe om %s.",
"Cheers!" => "Hej!",
@ -186,6 +185,8 @@ $TRANSLATIONS = array(
"The theme %s has been disabled." => "Temaet, %s, er blevet deaktiveret.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Venligst sikrer dig en backup af databasen, config-mappen og data-mappen inden vi fortsætter.",
"Start update" => "Begynd opdatering",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "For at undgå tidsudløb med større installationer, så kan du i stedet køre følgende kommando fra din installationsmappe:"
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "For at undgå tidsudløb med større installationer, så kan du i stedet køre følgende kommando fra din installationsmappe:",
"This %s instance is currently being updated, which may take a while." => "Denne %s-instans bliver i øjeblikket opdateret, hvilket kan tage et stykke tid.",
"This page will refresh itself when the %s instance is available again." => "Denne side vil genopfriske sig selv, når %s-instancen er tilgængelig igen."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Fehler beim Favorisieren",
"Error unfavoriting" => "Fehler beim Entfernen aus den Favoriten",
"Access forbidden" => "Zugriff verboten",
"Cloud not found" => "Cloud nicht gefunden",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\nich wollte Dich nur wissen lassen, dass %s %s mit Dir teilt.\nSchaue es Dir an: %s\n\n",
"The share will expire on %s." => "Die Freigabe wird am %s ablaufen.",
"Cheers!" => "Hallo!",

View File

@ -81,7 +81,6 @@ $TRANSLATIONS = array(
"Admin" => "Administrator",
"Help" => "Hilfe",
"Access forbidden" => "Zugriff verboten",
"Cloud not found" => "Cloud wurde nicht gefunden",
"Security Warning" => "Sicherheitshinweis",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ihre PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar",
"Please update your PHP installation to use %s securely." => "Bitte aktualisieren Sie Ihre PHP-Installation um %s sicher nutzen zu können.",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Fehler beim Hinzufügen zu den Favoriten",
"Error unfavoriting" => "Fehler beim Entfernen aus den Favoriten",
"Access forbidden" => "Zugriff verboten",
"Cloud not found" => "Cloud wurde nicht gefunden",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\n%s hat %s mit Ihnen geteilt.\nAnsehen: %s\n\n",
"The share will expire on %s." => "Die Freigabe wird am %s ablaufen.",
"Cheers!" => "Noch einen schönen Tag!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Σφάλμα προσθήκης στα αγαπημένα",
"Error unfavoriting" => "Σφάλμα αφαίρεσης από τα αγαπημένα",
"Access forbidden" => "Δεν επιτρέπεται η πρόσβαση",
"Cloud not found" => "Δεν βρέθηκε νέφος",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Γειά χαρά,\n\nαπλά σας ενημερώνω πως ο %s μοιράστηκε το %s με εσάς.\nΔείτε το: %s\n\n",
"The share will expire on %s." => "Ο διαμοιρασμός θα λήξει σε %s.",
"Cheers!" => "Χαιρετισμούς!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Error favouriting",
"Error unfavoriting" => "Error unfavouriting",
"Access forbidden" => "Access denied",
"Cloud not found" => "Cloud not found",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n",
"The share will expire on %s." => "The share will expire on %s.",
"Cheers!" => "Cheers!",

View File

@ -101,7 +101,6 @@ $TRANSLATIONS = array(
"Error tagging" => "Eraris etikedado",
"Error untagging" => "Eraris maletikedado",
"Access forbidden" => "Aliro estas malpermesata",
"Cloud not found" => "La nubo ne estas trovita",
"Security Warning" => "Sekureca averto",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Via PHP versio estas sendefenda je la NULL bajto atako (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Bonvolu ĝisdatigi vian PHP-instalon por uzi %s sekure.",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Error al marcar como favorito",
"Error unfavoriting" => "Error al quitar como favorito",
"Access forbidden" => "Acceso denegado",
"Cloud not found" => "No se encuentra la nube",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n",
"The share will expire on %s." => "El objeto dejará de ser compartido el %s.",
"Cheers!" => "¡Saludos!",

View File

@ -118,7 +118,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Error al favorecer",
"Error unfavoriting" => "Error al desfavorecer",
"Access forbidden" => "Acceso prohibido",
"Cloud not found" => "No se encontró ownCloud",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "¡Hola!\n\nsólo te quería decir que %s acaba de compartir %s contigo.\nVerlo: %s\n\n",
"The share will expire on %s." => "El compartir expirará en %s.",
"Cheers!" => "¡Saludos!",

View File

@ -111,7 +111,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Error al marcar como favorito",
"Error unfavoriting" => "Error al quitar como favorito",
"Access forbidden" => "Acceso denegado",
"Cloud not found" => "No se encuentra la nube",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n",
"The share will expire on %s." => "El objeto dejará de ser compartido el %s.",
"Cheers!" => "¡Saludos!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Viga lemmikuks lisamisel",
"Error unfavoriting" => "Viga lemmikutest eemaldamisel",
"Access forbidden" => "Ligipääs on keelatud",
"Cloud not found" => "Pilve ei leitud",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Tere,\n\n%s jagas sulle välja %s.\nVaata siit: %s\n\n",
"The share will expire on %s." => "Jagamine aegub %s.",
"Cheers!" => "Terekest!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Errorea gogokoetara gehitzerakoan",
"Error unfavoriting" => "Errorea gogokoetatik kentzerakoan",
"Access forbidden" => "Sarrera debekatuta",
"Cloud not found" => "Ez da hodeia aurkitu",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Kaixo\n\n%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s\n\n",
"The share will expire on %s." => "Elkarbanaketa %s-n iraungiko da.",
"Cheers!" => "Ongi izan!",

View File

@ -121,7 +121,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "خطا هنگام افزودن به موارد محبوب",
"Error unfavoriting" => "خطا هنگام حذف از موارد محبوب",
"Access forbidden" => "اجازه دسترسی به مناطق ممنوعه را ندارید",
"Cloud not found" => "پیدا نشد",
"Cheers!" => "سلامتی!",
"Security Warning" => "اخطار امنیتی",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "نسخه ی PHP شما در برابر حملات NULL Byte آسیب پذیر است.(CVE-2006-7243)",

View File

@ -139,7 +139,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Suosituksen kirjoitusvirhe",
"Error unfavoriting" => "Suosituksen poisto virhe",
"Access forbidden" => "Pääsy estetty",
"Cloud not found" => "Pilveä ei löydy",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei sinä!\n\n%s jakoi kohteen %s kanssasi.\nTutustu siihen: %s\n\n",
"The share will expire on %s." => "Jakaminen päättyy %s.",
"Cheers!" => "Kippis!",

View File

@ -138,7 +138,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Erreur lors de la mise en favori",
"Error unfavoriting" => "Erreur lors de la suppression des favoris",
"Access forbidden" => "Accès interdit",
"Cloud not found" => "Introuvable",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Bonjour,\n\nNous vous informons que %s a partagé %s avec vous.\nConsultez-le : %s\n",
"The share will expire on %s." => "Le partage expirera le %s.",
"Cheers!" => "À bientôt !",

View File

@ -138,7 +138,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Produciuse un erro ao marcar como favorito",
"Error unfavoriting" => "Produciuse un erro ao desmarcar como favorito",
"Access forbidden" => "Acceso denegado",
"Cloud not found" => "Nube non atopada",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ola,\n\nsó facerlle saber que %s compartiu %s con vostede.\nVéxao en: %s\n\n",
"The share will expire on %s." => "Esta compartición caduca o %s.",
"Cheers!" => "Saúdos!",

View File

@ -75,7 +75,6 @@ $TRANSLATIONS = array(
"Admin" => "מנהל",
"Help" => "עזרה",
"Access forbidden" => "הגישה נחסמה",
"Cloud not found" => "ענן לא נמצא",
"Security Warning" => "אזהרת אבטחה",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "גרסת ה־PHP פגיעה בפני התקפת בית NULL/ריק (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "נא לעדכן את התקנת ה-PHP שלך כדי להשתמש ב-%s בצורה מאובטחת.",

View File

@ -37,7 +37,6 @@ $TRANSLATIONS = array(
"Users" => "उपयोगकर्ता",
"Apps" => "Apps",
"Help" => "सहयोग",
"Cloud not found" => "क्लौड नहीं मिला ",
"Security Warning" => "सुरक्षा चेतावनी ",
"Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ",
"Password" => "पासवर्ड",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Pogrešno dodavanje u favorite",
"Error unfavoriting" => "Pogrešno uklanjanje iz favorita",
"Access forbidden" => "Pristup zabranjen",
"Cloud not found" => "Oblak nije pronađen",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej, \n\nsamo vam javljamo da je %s podijelio %s s vama.\nPogledajte ga: %s\n\n",
"The share will expire on %s." => "Podijeljeni resurs će isteći na %s.",
"Cheers!" => "Cheers!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Hiba a kedvencekhez adáskor",
"Error unfavoriting" => "Hiba a kedvencekből törléskor",
"Access forbidden" => "A hozzáférés nem engedélyezett",
"Cloud not found" => "A felhő nem található",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Üdv!\\n\n\\n\nÉrtesítjük, hogy %s megosztotta Önnel a következőt: %s.\\n\nItt lehet megnézni: %s\\n\n\\n",
"The share will expire on %s." => "A megosztás lejár ekkor %s",
"Cheers!" => "Üdv.",

View File

@ -107,7 +107,6 @@ $TRANSLATIONS = array(
"Error loading tags" => "Error quando on cargava etiquettas",
"Tag already exists" => "Etiquetta ja existe",
"Access forbidden" => "Accesso prohibite",
"Cloud not found" => "Nube non trovate",
"The share will expire on %s." => "Le compartir expirara le %s.",
"Cheers!" => "Acclamationes!",
"Security Warning" => "Aviso de securitate",

View File

@ -120,7 +120,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Galat saat memberikan sebagai favorit",
"Error unfavoriting" => "Galat saat menghapus sebagai favorit",
"Access forbidden" => "Akses ditolak",
"Cloud not found" => "Cloud tidak ditemukan",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hai,\n\nhanya supaya anda tahu bahwa %s membagikan %s dengan anda.\nLihat: %s\n\n",
"The share will expire on %s." => "Pembagian akan berakhir pada %s.",
"Cheers!" => "Horee!",

View File

@ -70,7 +70,6 @@ $TRANSLATIONS = array(
"Admin" => "Stjórnun",
"Help" => "Hjálp",
"Access forbidden" => "Aðgangur bannaður",
"Cloud not found" => "Ský finnst ekki",
"Security Warning" => "Öryggis aðvörun",
"Create an <strong>admin account</strong>" => "Útbúa <strong>vefstjóra aðgang</strong>",
"Password" => "Lykilorð",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Errore di creazione dei preferiti",
"Error unfavoriting" => "Errore di rimozione dai preferiti",
"Access forbidden" => "Accesso negato",
"Cloud not found" => "Nuvola non trovata",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n",
"The share will expire on %s." => "La condivisione scadrà il %s.",
"Cheers!" => "Saluti!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "お気に入りに追加エラー",
"Error unfavoriting" => "お気に入りから削除エラー",
"Access forbidden" => "アクセスが禁止されています",
"Cloud not found" => "見つかりません",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n",
"The share will expire on %s." => "共有は %s で有効期限が切れます。",
"Cheers!" => "それでは!",

View File

@ -73,7 +73,6 @@ $TRANSLATIONS = array(
"Admin" => "ადმინისტრატორი",
"Help" => "დახმარება",
"Access forbidden" => "წვდომა აკრძალულია",
"Cloud not found" => "ღრუბელი არ არსებობს",
"Security Warning" => "უსაფრთხოების გაფრთხილება",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "თქვენი PHP ვერსია შეიცავს საფრთხეს NULL Byte შეტევებისთვის (CVE-2006-7243)",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "თქვენი data დირექტორია და ფაილები დაშვებადია ინტერნეტში რადგან .htaccess ფაილი არ მუშაობს.",

View File

@ -80,7 +80,6 @@ $TRANSLATIONS = array(
"Admin" => "អ្នក​គ្រប់​គ្រង",
"Help" => "ជំនួយ",
"Access forbidden" => "បាន​ហាមឃាត់​ការ​ចូល",
"Cloud not found" => "រក​មិន​ឃើញ Cloud",
"Security Warning" => "បម្រាម​សុវត្ថិភាព",
"Create an <strong>admin account</strong>" => "បង្កើត​<strong>គណនី​អភិបាល</strong>",
"Password" => "ពាក្យសម្ងាត់",

View File

@ -122,7 +122,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "즐겨찾기 추가 오류",
"Error unfavoriting" => "즐겨찾기 삭제 오류",
"Access forbidden" => "접근 금지됨",
"Cloud not found" => "클라우드를 찾을 수 없습니다",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "안녕하세요,\n\n%s 님이 %s을(를) 공유하였음을 알려 드립니다.\n보기 링크: %s\n\n",
"The share will expire on %s." => "이 공유는 %s 까지 유지됩니다.",
"Cheers!" => "감사합니다!",

View File

@ -18,7 +18,6 @@ $TRANSLATIONS = array(
"Apps" => "به‌رنامه‌كان",
"Admin" => "به‌ڕێوه‌به‌ری سه‌ره‌كی",
"Help" => "یارمەتی",
"Cloud not found" => "هیچ نه‌دۆزرایه‌وه‌",
"Password" => "وشەی تێپەربو",
"Data folder" => "زانیاری فۆڵده‌ر",
"Database user" => "به‌كارهێنه‌ری داتابه‌یس",

View File

@ -94,7 +94,6 @@ $TRANSLATIONS = array(
"Error tagging" => "Fehler beim Taggen",
"Error untagging" => "Fehler beim Tag läschen",
"Access forbidden" => "Zougrëff net erlaabt",
"Cloud not found" => "Cloud net fonnt",
"Cheers!" => "Prost!",
"Security Warning" => "Sécherheets-Warnung",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Deng PHP-Versioun ass verwonnbar duerch d'NULL-Byte-Attack (CVE-2006-7243)",

View File

@ -111,7 +111,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Klaida įtraukiant į mėgstamus.",
"Error unfavoriting" => "Klaida pašalinant iš mėgstamų.",
"Access forbidden" => "Priėjimas draudžiamas",
"Cloud not found" => "Negalima rasti",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n",
"The share will expire on %s." => "Bendrinimo laikas baigsis %s.",
"Cheers!" => "Sveikinimai!",

View File

@ -76,7 +76,6 @@ $TRANSLATIONS = array(
"Admin" => "Administratori",
"Help" => "Palīdzība",
"Access forbidden" => "Pieeja ir liegta",
"Cloud not found" => "Mākonis netika atrasts",
"Security Warning" => "Brīdinājums par drošību",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Jūsu PHP ir ievainojamība pret NULL Byte uzbrukumiem (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Lūdzu atjauniniet PHP instalāciju lai varētu droši izmantot %s.",

View File

@ -102,7 +102,6 @@ $TRANSLATIONS = array(
"Error untagging" => "Грешка при отстранување на таговите",
"Error favoriting" => "Грешка при ",
"Access forbidden" => "Забранет пристап",
"Cloud not found" => "Облакот не е најден",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Здраво,\n\nСамо да ве известам дека %s shared %s with you.\nView it: %s\n\n",
"Cheers!" => "Поздрав!",
"Security Warning" => "Безбедносно предупредување",

View File

@ -46,7 +46,6 @@ $TRANSLATIONS = array(
"Admin" => "Admin",
"Help" => "Bantuan",
"Access forbidden" => "Larangan akses",
"Cloud not found" => "Awan tidak dijumpai",
"Security Warning" => "Amaran keselamatan",
"Create an <strong>admin account</strong>" => "buat <strong>akaun admin</strong>",
"Password" => "Kata laluan",

View File

@ -33,7 +33,6 @@ $TRANSLATIONS = array(
"Apps" => "Apps",
"Admin" => "အက်ဒမင်",
"Help" => "အကူအညီ",
"Cloud not found" => "မတွေ့ရှိမိပါ",
"Security Warning" => "လုံခြုံရေးသတိပေးချက်",
"Create an <strong>admin account</strong>" => "<strong>အက်ဒမင်အကောင့်</strong>တစ်ခုဖန်တီးမည်",
"Password" => "စကားဝှက်",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Feil ved favorittmerking",
"Error unfavoriting" => "Feil ved fjerning av favorittmerking",
"Access forbidden" => "Tilgang nektet",
"Cloud not found" => "Sky ikke funnet",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei,\n\nDette er en beskjed om at %s delte %s med deg.\nVis den: %s\n\n",
"The share will expire on %s." => "Delingen vil opphøre %s.",
"Cheers!" => "Ha det!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Fout bij favoriet maken",
"Error unfavoriting" => "Fout bij verwijderen favorietstatus",
"Access forbidden" => "Toegang verboden",
"Cloud not found" => "Cloud niet gevonden",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\n%s deelt %s met u.\nBekijk het hier: %s\n\n",
"The share will expire on %s." => "De share vervalt op %s.",
"Cheers!" => "Proficiat!",

View File

@ -99,7 +99,6 @@ $TRANSLATIONS = array(
"Admin" => "Admin",
"Help" => "Hjelp",
"Access forbidden" => "Tilgang forbudt",
"Cloud not found" => "Fann ikkje skyen",
"Security Warning" => "Tryggleiksåtvaring",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP-utgåva di er sårbar for NULL-byteåtaket (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Ver venleg og oppdater PHP-installasjonen din til å brukar %s trygt.",

View File

@ -60,7 +60,6 @@ $TRANSLATIONS = array(
"Admin" => "Admin",
"Help" => "Ajuda",
"Access forbidden" => "Acces enebit",
"Cloud not found" => "Nívol pas trobada",
"Security Warning" => "Avertiment de securitat",
"Create an <strong>admin account</strong>" => "Crea un <strong>compte admin</strong>",
"Password" => "Senhal",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Błąd podczas dodawania do ulubionch",
"Error unfavoriting" => "Błąd przy usuwaniu z ulubionych",
"Access forbidden" => "Dostęp zabroniony",
"Cloud not found" => "Nie odnaleziono chmury",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n",
"The share will expire on %s." => "Ten zasób wygaśnie %s",
"Cheers!" => "Pozdrawiam!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Erro colocando nos favoritos",
"Error unfavoriting" => "Erro retirando do favoritos",
"Access forbidden" => "Acesso proibido",
"Cloud not found" => "Cloud não encontrado",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Olá,\n\ngostaria que você soubesse que %s compartilhou %s com você.\nVeja isto: %s\n\n",
"The share will expire on %s." => "O compartilhamento irá expirar em %s.",
"Cheers!" => "Saúde!",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Erro a definir como favorito",
"Error unfavoriting" => "Erro a remover como favorito",
"Access forbidden" => "Acesso interdito",
"Cloud not found" => "Cloud nao encontrada",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Olá,\n\napenas para informar que %s partilhou »%s« consigo.\nConsulte aqui: %s\n",
"The share will expire on %s." => "Esta partilha vai expirar em %s.",
"Cheers!" => "Parabéns!",

View File

@ -108,7 +108,6 @@ $TRANSLATIONS = array(
"Admin" => "Administrator",
"Help" => "Ajutor",
"Access forbidden" => "Acces restricționat",
"Cloud not found" => "Nu s-a găsit",
"The share will expire on %s." => "Partajarea va expira în data de %s.",
"Security Warning" => "Avertisment de securitate",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versiunea dvs. PHP este vulnerabilă la un atac cu un octet NULL (CVE-2006-7243)",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Ошибка размещения в любимых",
"Error unfavoriting" => "Ошибка удаления из любимых",
"Access forbidden" => "Доступ запрещён",
"Cloud not found" => "Облако не найдено",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Здравствуйте,\n\n%s предоставил Вам доступ к %s.\nПосмотреть: %s\n\n",
"The share will expire on %s." => "Доступ будет закрыт %s",
"Cheers!" => "Удачи!",

View File

@ -57,7 +57,6 @@ $TRANSLATIONS = array(
"Admin" => "පරිපාලක",
"Help" => "උදව්",
"Access forbidden" => "ඇතුල් වීම තහනම්",
"Cloud not found" => "සොයා ගත නොහැක",
"Security Warning" => "ආරක්ෂක නිවේදනයක්",
"Password" => "මුර පදය",
"Data folder" => "දත්ත ෆෝල්ඩරය",

View File

@ -5,6 +5,8 @@ $TRANSLATIONS = array(
"Turned off maintenance mode" => "Mód údržby e vypnutý",
"Updated database" => "Databáza je aktualizovaná",
"Checked database schema update" => "Skontrolovať aktualizáciu schémy databázy",
"Checked database schema update for apps" => "Aktualizácia schémy databázy aplikácií bola overená",
"Updated \"%s\" to %s" => "Aktualizované \"%s\" na %s",
"Disabled incompatible apps: %s" => "Zakázané nekompatibilné aplikácie: %s",
"No image or file provided" => "Obrázok alebo súbor nebol zadaný",
"Unknown filetype" => "Neznámy typ súboru",
@ -138,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Chyba pri pridaní do obľúbených",
"Error unfavoriting" => "Chyba pri odobratí z obľúbených",
"Access forbidden" => "Prístup odmietnutý",
"Cloud not found" => "Nenájdené",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Dobrý deň,\n\nPoužívateľ %s zdieľa s vami súbor, alebo priečinok s názvom %s.\nPre zobrazenie kliknite na túto linku: %s\n",
"The share will expire on %s." => "Zdieľanie vyprší %s.",
"Cheers!" => "Pekný deň!",
@ -176,6 +177,7 @@ $TRANSLATIONS = array(
"Thank you for your patience." => "Ďakujeme za Vašu trpezlivosť.",
"You are accessing the server from an untrusted domain." => "Pristupujete na server v nedôveryhodnej doméne.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Kontaktujte administrátora. Ak ste administrátorom tejto inštancie, nakonfigurujte správne nastavenie \"trusted_domain\" v config/config.php. Vzorová konfigurácia je uvedená v config/config.sample.php.",
"Add \"%s\" as trusted domain" => "Pridať \"%s\" ako dôveryhodnú doménu",
"%s will be updated to version %s." => "%s bude zaktualizovaný na verziu %s.",
"The following apps will be disabled:" => "Tieto aplikácie budú zakázané:",
"The theme %s has been disabled." => "Téma %s bola zakázaná.",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Napaka označevanja priljubljenosti",
"Error unfavoriting" => "Napaka odstranjevanja oznake priljubljenosti",
"Access forbidden" => "Dostop je prepovedan",
"Cloud not found" => "Oblaka ni mogoče najti",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Pozdravljeni,\n\noseba %s vam je omogočila souporabo %s.\nVir si lahko ogledate: %s\n\n",
"The share will expire on %s." => "Povezava souporabe bo potekla %s.",
"Cheers!" => "Na zdravje!",

View File

@ -78,7 +78,6 @@ $TRANSLATIONS = array(
"Admin" => "Admin",
"Help" => "Ndihmë",
"Access forbidden" => "Ndalohet hyrja",
"Cloud not found" => "Cloud-i nuk u gjet",
"Security Warning" => "Paralajmërim sigurie",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versioni juaj i PHP-së është i cënueshëm nga sulmi NULL Byte (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Ju lutem azhurnoni instalimin tuaj të PHP-së që të përdorni %s -in në mënyrë të sigurt.",

View File

@ -68,7 +68,6 @@ $TRANSLATIONS = array(
"Admin" => "Администратор",
"Help" => "Помоћ",
"Access forbidden" => "Забрањен приступ",
"Cloud not found" => "Облак није нађен",
"Security Warning" => "Сигурносно упозорење",
"Create an <strong>admin account</strong>" => "Направи <strong>административни налог</strong>",
"Password" => "Лозинка",

View File

@ -79,7 +79,6 @@ $TRANSLATIONS = array(
"Admin" => "Adninistracija",
"Help" => "Pomoć",
"Access forbidden" => "Pristup zabranjen",
"Cloud not found" => "Oblak nije nađen",
"Security Warning" => "Bezbednosno upozorenje",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Vaša PHP verzija je ranjiva na ",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Vaši podaci i direktorijumi su verovatno dostupni sa interneta jer .htaccess fajl ne funkcioniše.",

View File

@ -137,7 +137,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Fel favorisering",
"Error unfavoriting" => "Fel av favorisering ",
"Access forbidden" => "Åtkomst förbjuden",
"Cloud not found" => "Hittade inget moln",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej där!,\n\nVi vill bara meddela att %s delade %s med dig.\nTitta på den här: %s\n\n",
"The share will expire on %s." => "Utdelningen kommer att upphöra %s.",
"Cheers!" => "Ha de fint!",

View File

@ -65,7 +65,6 @@ $TRANSLATIONS = array(
"Admin" => "நிர்வாகம்",
"Help" => "உதவி",
"Access forbidden" => "அணுக தடை",
"Cloud not found" => "Cloud காணப்படவில்லை",
"Security Warning" => "பாதுகாப்பு எச்சரிக்கை",
"Create an <strong>admin account</strong>" => "<strong> நிர்வாக கணக்கொன்றை </strong> உருவாக்குக",
"Password" => "கடவுச்சொல்",

View File

@ -74,7 +74,6 @@ $TRANSLATIONS = array(
"Admin" => "ผู้ดูแล",
"Help" => "ช่วยเหลือ",
"Access forbidden" => "การเข้าถึงถูกหวงห้าม",
"Cloud not found" => "ไม่พบ Cloud",
"Security Warning" => "คำเตือนเกี่ยวกับความปลอดภัย",
"Create an <strong>admin account</strong>" => "สร้าง <strong>บัญชีผู้ดูแลระบบ</strong>",
"Password" => "รหัสผ่าน",

View File

@ -140,7 +140,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Beğenilirken hata",
"Error unfavoriting" => "Beğeniden kaldırılırken hata",
"Access forbidden" => "Erişim yasak",
"Cloud not found" => "Bulut bulunamadı",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Merhaba,\n\nSadece %s sizinle %s paylaşımını yaptığını bildiriyoruz.\nBuradan bakabilirsiniz: %s\n\n",
"The share will expire on %s." => "Bu paylaşım %s tarihinde sona erecek.",
"Cheers!" => "Hoşça kalın!",

View File

@ -117,7 +117,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "Помилка позначення улюблених",
"Error unfavoriting" => "Помилка зняття позначки улюблених",
"Access forbidden" => "Доступ заборонено",
"Cloud not found" => "Cloud не знайдено",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Агов,\n\nпросто щоб ви знали, що %s поділився %s з вами.\nПодивіться: %s\n\n",
"The share will expire on %s." => "Доступ до спільних даних вичерпається %s.",
"Cheers!" => "Будьмо!",

View File

@ -99,7 +99,6 @@ $TRANSLATIONS = array(
"Admin" => "ایڈمن",
"Help" => "مدد",
"Access forbidden" => "رسائ منقطع ہے",
"Cloud not found" => "کلوڈ موجود نہہں",
"Cheers!" => "واہ!",
"Security Warning" => "حفاظتی انتباہ",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "آپ کا پی ایچ پی ورین نل بائٹ کے حملے کے خطرے سے دوچار ہے (CVE-2006-7243)",

View File

@ -109,7 +109,6 @@ $TRANSLATIONS = array(
"Error tagging" => "Lỗi gắn thẻ",
"Error untagging" => "Lỗi không gắn thẻ",
"Access forbidden" => "Truy cập bị cấm",
"Cloud not found" => "Không tìm thấy Clound",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Xin chào,\n\nbáo cho bạn biết rằng %s đã chia sẽ %s với bạn.\nXem nó: %s\n\n",
"The share will expire on %s." => "Chia sẻ này sẽ hết hiệu lực vào %s.",
"Cheers!" => "Chúc mừng!",

View File

@ -138,7 +138,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "收藏时出错",
"Error unfavoriting" => "删除收藏时出错",
"Access forbidden" => "访问禁止",
"Cloud not found" => "未找到云",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "嗨、你好,\n\n只想让你知道 %s 分享了 %s 给你。\n现在查看: %s\n",
"The share will expire on %s." => "此分享将在 %s 过期。",
"Cheers!" => "干杯!",

View File

@ -66,7 +66,6 @@ $TRANSLATIONS = array(
"Apps" => "軟件",
"Admin" => "管理",
"Help" => "幫助",
"Cloud not found" => "未找到Cloud",
"Create an <strong>admin account</strong>" => "建立管理員帳戶",
"Password" => "密碼",
"Configure the database" => "設定資料庫",

View File

@ -139,7 +139,6 @@ $TRANSLATIONS = array(
"Error favoriting" => "加入最愛時出錯",
"Error unfavoriting" => "從最愛移除出錯",
"Access forbidden" => "存取被拒",
"Cloud not found" => "找不到網頁",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n",
"The share will expire on %s." => "這個分享將會於 %s 過期",
"Cheers!" => "太棒了!",

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -606,8 +606,17 @@ msgstr ""
msgid "Access forbidden"
msgstr ""
#: templates/404.php:15
msgid "Cloud not found"
#: templates/404.php:17
msgid "File not found"
msgstr ""
#: templates/404.php:18
msgid "The specified document has not been found on the server."
msgstr ""
#: templates/404.php:19
#, php-format
msgid "You can click here to return to %s."
msgstr ""
#: templates/altmail.php:2

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -52,14 +52,14 @@ msgid ""
"correct."
msgstr ""
#: files/error.php:13
#: files/error.php:16
msgid ""
"Encryption app not initialized! Maybe the encryption app was re-enabled "
"during your session. Please try to log out and log back in to initialize the "
"encryption app."
msgstr ""
#: files/error.php:17
#: files/error.php:20
#, php-format
msgid ""
"Your private key is not valid! Likely your password was changed outside of "
@ -67,13 +67,13 @@ msgid ""
"in your personal settings to recover access to your encrypted files."
msgstr ""
#: files/error.php:20
#: files/error.php:23
msgid ""
"Can not decrypt this file, probably this is a shared file. Please ask the "
"file owner to reshare the file with you."
msgstr ""
#: files/error.php:23 files/error.php:28
#: files/error.php:26 files/error.php:31
msgid ""
"Unknown error. Please check your system settings or contact your "
"administrator"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-09-18 01:54-0400\n"
"POT-Creation-Date: 2014-09-19 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -19,9 +19,12 @@ $TRANSLATIONS = array(
"No source specified when installing app" => "অ্যাপ ইনস্টল করতে যেয়ে কোন উৎস নির্দিষ্ট করা হয়নি",
"App does not provide an info.xml file" => "অ্যাপের সঙ্গে একটি info.xml ফাইল নেই",
"App can't be installed because of not allowed code in the App" => "অ্যাপের সাথে অননুমোদিত কোড থাকায় অ্যাপটি ইনস্টল করা যাবেনা",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "অ্যাপ ইনস্টল করা যাবেনা কারণ এতে ননশিপড অ্যাপ এর জন্য অননুমোদিত <shipped>true</shipped> ট্যাগ বিদ্যমান ",
"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => " info.xml/version এর উল্লেখিত সংষ্করণ এবং অ্যাপ স্টোর হতে প্রদান করা সংষ্করণ একরকম না হওয়াতে অ্যাপটি ইনস্টল করা যাবেনা",
"Application is not enabled" => "অ্যাপ্লিকেসনটি সক্রিয় নয়",
"Authentication error" => "অনুমোদন ঘটিত সমস্যা",
"Token expired. Please reload page." => "টোকেন মেয়াদোত্তীর্ণ। দয়া করে পৃষ্ঠাটি পূনরায় লোড করুন।",
"Unknown user" => "অপরিচিত ব্যবহারকারী",
"seconds ago" => "সেকেন্ড পূর্বে",
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),

View File

@ -4,6 +4,8 @@ $TRANSLATIONS = array(
"This can usually be fixed by giving the webserver write access to the config directory" => "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou.",
"See %s" => "Pozri %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "To je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou%s.",
"Sample configuration detected" => "Detekovaná bola vzorová konfigurácia",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" => "Zistilo sa, že konfigurácia bola skopírovaná zo vzorových súborov. Takáto konfigurácia nie je podporovaná a môže poškodiť vašu inštaláciu. Prečítajte si dokumentáciu pred vykonaním zmien v config.php",
"Help" => "Pomoc",
"Personal" => "Osobné",
"Settings" => "Nastavenia",
@ -97,6 +99,7 @@ $TRANSLATIONS = array(
"Cannot create \"data\" directory (%s)" => "Nie je možné vytvoriť priečinok \"data\" (%s)",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Toto je zvyčajne možné opraviť tým, že <a href=\"%s\" target=\"_blank\">udelíte webovému serveru oprávnenie na zápis do koreňového adresára</a>.",
"Setting locale to %s failed" => "Nastavenie locale na %s zlyhalo",
"Please install one of these locales on your system and restart your webserver." => "Prosím, nainštalujte si aspoň jeden z týchto jazykov so svojho systému a reštartujte webserver.",
"Please ask your server administrator to install the module." => "Prosím, požiadajte administrátora vášho servera o inštaláciu modulu.",
"PHP module %s not installed." => "PHP modul %s nie je nainštalovaný.",
"PHP %s or higher is required." => "Požadovaná verzia PHP %s alebo vyššia.",

View File

@ -18,11 +18,16 @@ $TRANSLATIONS = array(
"Invalid email" => "ই-মেইলটি সঠিক নয়",
"Unable to delete group" => "গোষ্ঠী মুছে ফেলা সম্ভব হলো না ",
"Unable to delete user" => "ব্যবহারকারী মুছে ফেলা সম্ভব হলো না ",
"Backups restored successfully" => "ব্যাকআপ পূণঃস্থাপন সুসম্পন্ন",
"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "িআপনার এনক্রিপসন কি পূনর্বাসন করা গেলনা, আপনার owncloud.log পিরীক্ষা করুন বা প্রশাসককে জিজ্ঞাসা করুন",
"Language changed" => "ভাষা পরিবর্তন করা হয়েছে",
"Invalid request" => "অনুরোধটি সঠিক নয়",
"Admins can't remove themself from the admin group" => "প্রশাসকবৃন্দ তাদেরকে প্রশাসক গোষ্ঠী থেকে মুছে ফেলতে পারবেন না",
"Unable to add user to group %s" => " %s গোষ্ঠীতে ব্যবহারকারী যোগ করা সম্ভব হলো না ",
"Unable to remove user from group %s" => "%s গোষ্ঠী থেকে ব্যবহারকারীকে অপসারণ করা সম্ভব হলো না",
"Couldn't update app." => "অ্যাপ নবায়ন করা গেলনা।",
"Wrong password" => "ভুল কুটশব্দ",
"No user supplied" => "ব্যবহারকারী দেয়া হয়নি",
"User Documentation" => "ব্যবহারকারী সহায়িকা",
"Disable" => "নিষ্ক্রিয়",
"Enable" => "সক্রিয় ",

View File

@ -40,6 +40,8 @@ $TRANSLATIONS = array(
"Wrong admin recovery password. Please check the password and try again." => "Chybné administrátorské heslo pre obnovu. Skontrolujte správnosť hesla a skúste to znovu.",
"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Úložisko nepodporuje zmenu hesla, ale šifrovací kľúč používateľov bol úspešne zmenený.",
"Unable to change password" => "Zmena hesla sa nepodarila",
"Are you really sure you want add \"{domain}\" as trusted domain?" => "Ste si istí, že chcete pridať \"{domain}\" medzi dôveryhodné domény?",
"Add trusted domain" => "Pridať dôveryhodnú doménu",
"Sending..." => "Odosielam...",
"User Documentation" => "Príručka používateľa",
"Admin Documentation" => "Príručka administrátora",
@ -64,6 +66,7 @@ $TRANSLATIONS = array(
"So-so password" => "Priemerné heslo",
"Good password" => "Dobré heslo",
"Strong password" => "Silné heslo",
"Valid until {date}" => "Platný do {date}",
"Delete" => "Zmazať",
"Decrypting files... Please wait, this can take some time." => "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať.",
"Delete encryption keys permanently." => "Natrvalo vymazať šifrovacie kľúče.",
@ -116,6 +119,8 @@ $TRANSLATIONS = array(
"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %s.",
"Internet connection not working" => "Pripojenie na internet nefunguje",
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Prístup k súborom z iných miest a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky vlastnosti ownCloudu, odporúčame povoliť pripojenie k internetu tomuto serveru.",
"URL generation in notification emails" => "Generovanie adresy URL v oznamovacích emailoch",
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwritewebroot\" (Doporučujeme: \"%s\")",
"Cron" => "Cron",
"Last cron was executed at %s." => "Posledný cron bol spustený %s.",
"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Posledný cron bol spustený %s. To je viac ako pred hodinou. Zdá sa, že niečo nie je vporiadku.",
@ -198,6 +203,10 @@ $TRANSLATIONS = array(
"Language" => "Jazyk",
"Help translate" => "Pomôcť s prekladom",
"SSL root certificates" => "Koreňové SSL certifikáty",
"Common Name" => "Bežný názov",
"Valid until" => "Platný do",
"Issued By" => "Vydal",
"Valid until %s" => "Platný do %s",
"Import Root Certificate" => "Importovať koreňový certifikát",
"The encryption app is no longer enabled, please decrypt all your files" => "Šifrovacia aplikácia už nie je spustená, dešifrujte všetky svoje súbory.",
"Log-in password" => "Prihlasovacie heslo",
@ -205,6 +214,8 @@ $TRANSLATIONS = array(
"Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." => "Vaše šifrovacie kľúče boli zazálohované. Ak by sa niečo nepodarilo, dajú sa znovu obnoviť. Natrvalo ich vymažte len ak ste si istí, že sú všetky súbory bezchybne dešifrované.",
"Restore Encryption Keys" => "Obnoviť šifrovacie kľúče",
"Delete Encryption Keys" => "Vymazať šifrovacie kľúče",
"Show storage location" => "Zobraziť umiestnenie úložiska",
"Show last log in" => "Zobraziť posledné prihlásenie",
"Login Name" => "Prihlasovacie meno",
"Create" => "Vytvoriť",
"Admin Recovery Password" => "Obnovenie hesla administrátora",