[tx-robot] updated from transifex
This commit is contained in:
parent
15da11effe
commit
7d52c39419
|
@ -1,5 +1,6 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"There is no error, the file uploaded with success" => "Der er ingen fejl, filen blev uploadet med success",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uploadede fil overskrider MAX_FILE_SIZE -direktivet som er specificeret i HTML-formularen",
|
||||
"The uploaded file was only partially uploaded" => "Den uploadede file blev kun delvist uploadet",
|
||||
"No file was uploaded" => "Ingen fil blev uploadet",
|
||||
|
@ -18,6 +19,7 @@
|
|||
"replaced {new_name} with {old_name}" => "erstattede {new_name} med {old_name}",
|
||||
"unshared {files}" => "ikke delte {files}",
|
||||
"deleted {files}" => "slettede {files}",
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldigt navn, '\\', '/', '<', '>', ':' | '?', '\"', '', og '*' er ikke tilladt.",
|
||||
"generating ZIP-file, it may take some time." => "genererer ZIP-fil, det kan tage lidt tid.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Kunne ikke uploade din fil, da det enten er en mappe eller er tom",
|
||||
"Upload Error" => "Fejl ved upload",
|
||||
|
@ -27,6 +29,7 @@
|
|||
"{count} files uploading" => "{count} filer uploades",
|
||||
"Upload cancelled." => "Upload afbrudt.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret.",
|
||||
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ugyldigt mappenavn. Brug af \"Shared\" er forbeholdt Owncloud",
|
||||
"{count} files scanned" => "{count} filer skannet",
|
||||
"error while scanning" => "fejl under scanning",
|
||||
"Name" => "Navn",
|
||||
|
@ -47,6 +50,7 @@
|
|||
"New" => "Ny",
|
||||
"Text file" => "Tekstfil",
|
||||
"Folder" => "Mappe",
|
||||
"From link" => "Fra link",
|
||||
"Upload" => "Upload",
|
||||
"Cancel upload" => "Fortryd upload",
|
||||
"Nothing in here. Upload something!" => "Her er tomt. Upload noget!",
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
"Fill out all required fields" => "Udfyld alle nødvendige felter",
|
||||
"Please provide a valid Dropbox app key and secret." => "Angiv venligst en valid Dropbox app nøgle og hemmelighed",
|
||||
"Error configuring Google Drive storage" => "Fejl ved konfiguration af Google Drive plads",
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b> Advarsel: </ b> \"smbclient\" ikke er installeret. Montering af CIFS / SMB delinger er ikke muligt. Spørg din systemadministrator om at installere det.",
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b> Advarsel: </ b> FTP-understøttelse i PHP ikke er aktiveret eller installeret. Montering af FTP delinger er ikke muligt. Spørg din systemadministrator om at installere det.",
|
||||
"External Storage" => "Ekstern opbevaring",
|
||||
"Mount point" => "Monteringspunkt",
|
||||
"Backend" => "Backend",
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
"Fill out all required fields" => "完成所有必填项",
|
||||
"Please provide a valid Dropbox app key and secret." => "请提供有效的Dropbox应用key和secret",
|
||||
"Error configuring Google Drive storage" => "配置Google Drive存储时出错",
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>警告:</b>“smbclient” 尚未安装。CIFS/SMB 分享挂载无法实现。请咨询系统管理员进行安装。",
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>警告:</b>PHP中尚未启用或安装FTP。FTP 分享挂载无法实现。请咨询系统管理员进行安装。",
|
||||
"External Storage" => "外部存储",
|
||||
"Mount point" => "挂载点",
|
||||
"Backend" => "后端",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"URL: http://" => "URL: http://",
|
||||
"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud vil sende brugeroplysningerne til denne webadresse er fortolker http 401 og http 403 som brugeroplysninger forkerte og alle andre koder som brugeroplysninger korrekte."
|
||||
);
|
|
@ -1,3 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
"URL: http://" => "URL: http://"
|
||||
);
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV地址: http://"
|
||||
"URL: http://" => "URL:http://"
|
||||
);
|
||||
|
|
|
@ -1,10 +1,48 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"No category to add?" => "ألا توجد فئة للإضافة؟",
|
||||
"This category already exists: " => "هذه الفئة موجودة مسبقاً",
|
||||
"No categories selected for deletion." => "لم يتم اختيار فئة للحذف",
|
||||
"Settings" => "تعديلات",
|
||||
"seconds ago" => "منذ ثواني",
|
||||
"1 minute ago" => "منذ دقيقة",
|
||||
"{minutes} minutes ago" => "{minutes} منذ دقائق",
|
||||
"today" => "اليوم",
|
||||
"Choose" => "اختيار",
|
||||
"Cancel" => "الغاء",
|
||||
"No" => "لا",
|
||||
"Yes" => "نعم",
|
||||
"Ok" => "موافق",
|
||||
"Error" => "خطأ",
|
||||
"Error while sharing" => "حصل خطأ عند عملية المشاركة",
|
||||
"Error while unsharing" => "حصل خطأ عند عملية إزالة المشاركة",
|
||||
"Error while changing permissions" => "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل",
|
||||
"Shared with you and the group {group} by {owner}" => "شورك معك ومع المجموعة {group} من قبل {owner}",
|
||||
"Shared with you by {owner}" => "شورك معك من قبل {owner}",
|
||||
"Share with" => "شارك مع",
|
||||
"Share with link" => "شارك مع رابط",
|
||||
"Password protect" => "حماية كلمة السر",
|
||||
"Password" => "كلمة السر",
|
||||
"Set expiration date" => "تعيين تاريخ إنتهاء الصلاحية",
|
||||
"Expiration date" => "تاريخ إنتهاء الصلاحية",
|
||||
"Share via email:" => "مشاركة عبر البريد الإلكتروني:",
|
||||
"No people found" => "لم يتم العثور على أي شخص",
|
||||
"Resharing is not allowed" => "لا يسمح بعملية إعادة المشاركة",
|
||||
"Shared in {item} with {user}" => "شورك في {item} مع {user}",
|
||||
"Unshare" => "إلغاء مشاركة",
|
||||
"can edit" => "التحرير مسموح",
|
||||
"access control" => "ضبط الوصول",
|
||||
"create" => "إنشاء",
|
||||
"update" => "تحديث",
|
||||
"delete" => "حذف",
|
||||
"share" => "مشاركة",
|
||||
"Password protected" => "محمي بكلمة السر",
|
||||
"Error unsetting expiration date" => "حصل خطأ عند عملية إزالة تاريخ إنتهاء الصلاحية",
|
||||
"Error setting expiration date" => "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية",
|
||||
"ownCloud password reset" => "إعادة تعيين كلمة سر ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}",
|
||||
"You will receive a link to reset your password via Email." => "سوف نرسل لك بريد يحتوي على وصلة لتجديد كلمة السر.",
|
||||
"Reset email send." => "إعادة إرسال البريد الإلكتروني.",
|
||||
"Request failed!" => "فشل الطلب",
|
||||
"Username" => "إسم المستخدم",
|
||||
"Request reset" => "طلب تعديل",
|
||||
"Your password was reset" => "لقد تم تعديل كلمة السر",
|
||||
|
@ -16,9 +54,12 @@
|
|||
"Apps" => "التطبيقات",
|
||||
"Admin" => "مستخدم رئيسي",
|
||||
"Help" => "المساعدة",
|
||||
"Access forbidden" => "التوصّل محظور",
|
||||
"Cloud not found" => "لم يتم إيجاد",
|
||||
"Edit categories" => "عدل الفئات",
|
||||
"Add" => "أدخل",
|
||||
"Security Warning" => "تحذير أمان",
|
||||
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "لا يوجد مولّد أرقام عشوائية ، الرجاء تفعيل الـ PHP OpenSSL extension.",
|
||||
"Create an <strong>admin account</strong>" => "أضف </strong>مستخدم رئيسي <strong>",
|
||||
"Advanced" => "خيارات متقدمة",
|
||||
"Data folder" => "مجلد المعلومات",
|
||||
|
@ -27,6 +68,7 @@
|
|||
"Database user" => "مستخدم قاعدة البيانات",
|
||||
"Database password" => "كلمة سر مستخدم قاعدة البيانات",
|
||||
"Database name" => "إسم قاعدة البيانات",
|
||||
"Database tablespace" => "مساحة جدول قاعدة البيانات",
|
||||
"Database host" => "خادم قاعدة البيانات",
|
||||
"Finish setup" => "انهاء التعديلات",
|
||||
"Sunday" => "الاحد",
|
||||
|
@ -50,10 +92,16 @@
|
|||
"December" => "كانون الاول",
|
||||
"web services under your control" => "خدمات الوب تحت تصرفك",
|
||||
"Log out" => "الخروج",
|
||||
"Automatic logon rejected!" => "تم رفض تسجيل الدخول التلقائي!",
|
||||
"If you did not change your password recently, your account may be compromised!" => "قد يكون حسابك في خطر إن لم تقم بإعادة تعيين كلمة السر حديثاً",
|
||||
"Please change your password to secure your account again." => "الرجاء إعادة تعيين كلمة السر لتأمين حسابك.",
|
||||
"Lost your password?" => "هل نسيت كلمة السر؟",
|
||||
"remember" => "تذكر",
|
||||
"Log in" => "أدخل",
|
||||
"You are logged out." => "تم الخروج بنجاح.",
|
||||
"prev" => "السابق",
|
||||
"next" => "التالي"
|
||||
"next" => "التالي",
|
||||
"Security Warning!" => "تحذير أمان!",
|
||||
"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "الرجاء التحقق من كلمة السر. <br/>من الممكن أحياناً أن نطلب منك إعادة إدخال كلمة السر مرة أخرى.",
|
||||
"Verify" => "تحقيق"
|
||||
);
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"The object type is not specified." => "No s'ha especificat el tipus d'objecte.",
|
||||
"Error" => "Error",
|
||||
"The app name is not specified." => "No s'ha especificat el nom de l'aplicació.",
|
||||
"The required file {file} is not installed!" => "El figtxer requerit {file} no està instal·lat!",
|
||||
"The required file {file} is not installed!" => "El fitxer requerit {file} no està instal·lat!",
|
||||
"Error while sharing" => "Error en compartir",
|
||||
"Error while unsharing" => "Error en deixar de compartir",
|
||||
"Error while changing permissions" => "Error en canviar els permisos",
|
||||
|
|
|
@ -1,15 +1,27 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"User %s shared a file with you" => "Bruger %s delte en fil med dig",
|
||||
"User %s shared a folder with you" => "Bruger %s delte en mappe med dig",
|
||||
"User %s shared the file \"%s\" with you. It is available for download here: %s" => "Bruger %s delte filen \"%s\" med dig. Den kan hentes her: %s",
|
||||
"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "Bruger %s delte mappe \"%s\" med dig. Det kan hentes her: %s",
|
||||
"Category type not provided." => "Kategori typen ikke er fastsat.",
|
||||
"No category to add?" => "Ingen kategori at tilføje?",
|
||||
"This category already exists: " => "Denne kategori eksisterer allerede: ",
|
||||
"Object type not provided." => "Object type ikke er fastsat.",
|
||||
"%s ID not provided." => "%s ID ikke oplyst.",
|
||||
"Error adding %s to favorites." => "Fejl ved tilføjelse af %s til favoritter.",
|
||||
"No categories selected for deletion." => "Ingen kategorier valgt",
|
||||
"Error removing %s from favorites." => "Fejl ved fjernelse af %s fra favoritter.",
|
||||
"Settings" => "Indstillinger",
|
||||
"seconds ago" => "sekunder siden",
|
||||
"1 minute ago" => "1 minut siden",
|
||||
"{minutes} minutes ago" => "{minutes} minutter siden",
|
||||
"1 hour ago" => "1 time siden",
|
||||
"{hours} hours ago" => "{hours} timer siden",
|
||||
"today" => "i dag",
|
||||
"yesterday" => "i går",
|
||||
"{days} days ago" => "{days} dage siden",
|
||||
"last month" => "sidste måned",
|
||||
"{months} months ago" => "{months} måneder siden",
|
||||
"months ago" => "måneder siden",
|
||||
"last year" => "sidste år",
|
||||
"years ago" => "år siden",
|
||||
|
@ -18,7 +30,10 @@
|
|||
"No" => "Nej",
|
||||
"Yes" => "Ja",
|
||||
"Ok" => "OK",
|
||||
"The object type is not specified." => "Objekttypen er ikke angivet.",
|
||||
"Error" => "Fejl",
|
||||
"The app name is not specified." => "Den app navn er ikke angivet.",
|
||||
"The required file {file} is not installed!" => "Den krævede fil {file} er ikke installeret!",
|
||||
"Error while sharing" => "Fejl under deling",
|
||||
"Error while unsharing" => "Fejl under annullering af deling",
|
||||
"Error while changing permissions" => "Fejl under justering af rettigheder",
|
||||
|
@ -28,6 +43,8 @@
|
|||
"Share with link" => "Del med link",
|
||||
"Password protect" => "Beskyt med adgangskode",
|
||||
"Password" => "Kodeord",
|
||||
"Email link to person" => "E-mail link til person",
|
||||
"Send" => "Send",
|
||||
"Set expiration date" => "Vælg udløbsdato",
|
||||
"Expiration date" => "Udløbsdato",
|
||||
"Share via email:" => "Del via email:",
|
||||
|
@ -44,9 +61,13 @@
|
|||
"Password protected" => "Beskyttet med adgangskode",
|
||||
"Error unsetting expiration date" => "Fejl ved fjernelse af udløbsdato",
|
||||
"Error setting expiration date" => "Fejl under sætning af udløbsdato",
|
||||
"Sending ..." => "Sender ...",
|
||||
"Email sent" => "E-mail afsendt",
|
||||
"ownCloud password reset" => "Nulstil ownCloud kodeord",
|
||||
"Use the following link to reset your password: {link}" => "Anvend følgende link til at nulstille din adgangskode: {link}",
|
||||
"You will receive a link to reset your password via Email." => "Du vil modtage et link til at nulstille dit kodeord via email.",
|
||||
"Reset email send." => "Reset-mail afsendt.",
|
||||
"Request failed!" => "Anmodningen mislykkedes!",
|
||||
"Username" => "Brugernavn",
|
||||
"Request reset" => "Anmod om nulstilling",
|
||||
"Your password was reset" => "Dit kodeord blev nulstillet",
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"User %s shared a file with you" => "用户 %s 与您共享了一个文件",
|
||||
"User %s shared a folder with you" => "用户 %s 与您共享了一个文件夹",
|
||||
"User %s shared the file \"%s\" with you. It is available for download here: %s" => "用户 %s 与您共享了文件\"%s\"。文件下载地址:%s",
|
||||
"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "用户 %s 与您共享了文件夹\"%s\"。文件夹下载地址:%s",
|
||||
"Category type not provided." => "未提供分类类型。",
|
||||
"No category to add?" => "没有可添加分类?",
|
||||
"This category already exists: " => "此分类已存在: ",
|
||||
|
@ -39,6 +43,7 @@
|
|||
"Share with link" => "共享链接",
|
||||
"Password protect" => "密码保护",
|
||||
"Password" => "密码",
|
||||
"Send" => "发送",
|
||||
"Set expiration date" => "设置过期日期",
|
||||
"Expiration date" => "过期日期",
|
||||
"Share via email:" => "通过Email共享",
|
||||
|
@ -55,6 +60,8 @@
|
|||
"Password protected" => "密码已受保护",
|
||||
"Error unsetting expiration date" => "取消设置过期日期时出错",
|
||||
"Error setting expiration date" => "设置过期日期时出错",
|
||||
"Sending ..." => "正在发送...",
|
||||
"Email sent" => "邮件已发送",
|
||||
"ownCloud password reset" => "重置 ownCloud 密码",
|
||||
"Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}",
|
||||
"You will receive a link to reset your password via Email." => "您将会收到包含可以重置密码链接的邮件。",
|
||||
|
|
161
l10n/ar/core.po
161
l10n/ar/core.po
|
@ -3,14 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <shiningmoon25@gmail.com>, 2012.
|
||||
# <tarek.taha@gmail.com>, 2011, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-13 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-12-12 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 19:06+0000\n"
|
||||
"Last-Translator: aboodilankaboot <shiningmoon25@gmail.com>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -48,11 +49,11 @@ msgstr ""
|
|||
|
||||
#: ajax/vcategories/add.php:30
|
||||
msgid "No category to add?"
|
||||
msgstr ""
|
||||
msgstr "ألا توجد فئة للإضافة؟"
|
||||
|
||||
#: ajax/vcategories/add.php:37
|
||||
msgid "This category already exists: "
|
||||
msgstr ""
|
||||
msgstr "هذه الفئة موجودة مسبقاً"
|
||||
|
||||
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
|
||||
#: ajax/vcategories/favorites.php:24
|
||||
|
@ -73,7 +74,7 @@ msgstr ""
|
|||
|
||||
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||
msgid "No categories selected for deletion."
|
||||
msgstr ""
|
||||
msgstr "لم يتم اختيار فئة للحذف"
|
||||
|
||||
#: ajax/vcategories/removeFromFavorites.php:35
|
||||
#, php-format
|
||||
|
@ -86,15 +87,15 @@ msgstr "تعديلات"
|
|||
|
||||
#: js/js.js:704
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
msgstr "منذ ثواني"
|
||||
|
||||
#: js/js.js:705
|
||||
msgid "1 minute ago"
|
||||
msgstr ""
|
||||
msgstr "منذ دقيقة"
|
||||
|
||||
#: js/js.js:706
|
||||
msgid "{minutes} minutes ago"
|
||||
msgstr ""
|
||||
msgstr "{minutes} منذ دقائق"
|
||||
|
||||
#: js/js.js:707
|
||||
msgid "1 hour ago"
|
||||
|
@ -106,7 +107,7 @@ msgstr ""
|
|||
|
||||
#: js/js.js:709
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
msgstr "اليوم"
|
||||
|
||||
#: js/js.js:710
|
||||
msgid "yesterday"
|
||||
|
@ -138,7 +139,7 @@ msgstr ""
|
|||
|
||||
#: js/oc-dialogs.js:126
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
msgstr "اختيار"
|
||||
|
||||
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
|
||||
msgid "Cancel"
|
||||
|
@ -146,15 +147,15 @@ msgstr "الغاء"
|
|||
|
||||
#: js/oc-dialogs.js:162
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
msgstr "لا"
|
||||
|
||||
#: js/oc-dialogs.js:163
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
msgstr "نعم"
|
||||
|
||||
#: js/oc-dialogs.js:180
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
msgstr "موافق"
|
||||
|
||||
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||
|
@ -162,10 +163,10 @@ msgid "The object type is not specified."
|
|||
msgstr ""
|
||||
|
||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:541
|
||||
#: js/share.js:553
|
||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:554
|
||||
#: js/share.js:566
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
msgstr "خطأ"
|
||||
|
||||
#: js/oc-vcategories.js:179
|
||||
msgid "The app name is not specified."
|
||||
|
@ -175,39 +176,39 @@ msgstr ""
|
|||
msgid "The required file {file} is not installed!"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:124 js/share.js:581
|
||||
#: js/share.js:124 js/share.js:594
|
||||
msgid "Error while sharing"
|
||||
msgstr ""
|
||||
msgstr "حصل خطأ عند عملية المشاركة"
|
||||
|
||||
#: js/share.js:135
|
||||
msgid "Error while unsharing"
|
||||
msgstr ""
|
||||
msgstr "حصل خطأ عند عملية إزالة المشاركة"
|
||||
|
||||
#: js/share.js:142
|
||||
msgid "Error while changing permissions"
|
||||
msgstr ""
|
||||
msgstr "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل"
|
||||
|
||||
#: js/share.js:151
|
||||
msgid "Shared with you and the group {group} by {owner}"
|
||||
msgstr ""
|
||||
msgstr "شورك معك ومع المجموعة {group} من قبل {owner}"
|
||||
|
||||
#: js/share.js:153
|
||||
msgid "Shared with you by {owner}"
|
||||
msgstr ""
|
||||
msgstr "شورك معك من قبل {owner}"
|
||||
|
||||
#: js/share.js:158
|
||||
msgid "Share with"
|
||||
msgstr ""
|
||||
msgstr "شارك مع"
|
||||
|
||||
#: js/share.js:163
|
||||
msgid "Share with link"
|
||||
msgstr ""
|
||||
msgstr "شارك مع رابط"
|
||||
|
||||
#: js/share.js:164
|
||||
#: js/share.js:166
|
||||
msgid "Password protect"
|
||||
msgstr ""
|
||||
msgstr "حماية كلمة السر"
|
||||
|
||||
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
||||
#: js/share.js:168 templates/installation.php:44 templates/login.php:35
|
||||
#: templates/verify.php:13
|
||||
msgid "Password"
|
||||
msgstr "كلمة السر"
|
||||
|
@ -222,27 +223,27 @@ msgstr ""
|
|||
|
||||
#: js/share.js:177
|
||||
msgid "Set expiration date"
|
||||
msgstr ""
|
||||
msgstr "تعيين تاريخ إنتهاء الصلاحية"
|
||||
|
||||
#: js/share.js:178
|
||||
msgid "Expiration date"
|
||||
msgstr ""
|
||||
msgstr "تاريخ إنتهاء الصلاحية"
|
||||
|
||||
#: js/share.js:210
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
msgstr "مشاركة عبر البريد الإلكتروني:"
|
||||
|
||||
#: js/share.js:212
|
||||
msgid "No people found"
|
||||
msgstr ""
|
||||
msgstr "لم يتم العثور على أي شخص"
|
||||
|
||||
#: js/share.js:239
|
||||
msgid "Resharing is not allowed"
|
||||
msgstr ""
|
||||
msgstr "لا يسمح بعملية إعادة المشاركة"
|
||||
|
||||
#: js/share.js:275
|
||||
msgid "Shared in {item} with {user}"
|
||||
msgstr ""
|
||||
msgstr "شورك في {item} مع {user}"
|
||||
|
||||
#: js/share.js:296
|
||||
msgid "Unshare"
|
||||
|
@ -250,51 +251,51 @@ msgstr "إلغاء مشاركة"
|
|||
|
||||
#: js/share.js:308
|
||||
msgid "can edit"
|
||||
msgstr ""
|
||||
msgstr "التحرير مسموح"
|
||||
|
||||
#: js/share.js:310
|
||||
msgid "access control"
|
||||
msgstr ""
|
||||
msgstr "ضبط الوصول"
|
||||
|
||||
#: js/share.js:313
|
||||
msgid "create"
|
||||
msgstr ""
|
||||
msgstr "إنشاء"
|
||||
|
||||
#: js/share.js:316
|
||||
msgid "update"
|
||||
msgstr ""
|
||||
msgstr "تحديث"
|
||||
|
||||
#: js/share.js:319
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
msgstr "حذف"
|
||||
|
||||
#: js/share.js:322
|
||||
msgid "share"
|
||||
msgstr ""
|
||||
msgstr "مشاركة"
|
||||
|
||||
#: js/share.js:353 js/share.js:528 js/share.js:530
|
||||
#: js/share.js:356 js/share.js:541
|
||||
msgid "Password protected"
|
||||
msgstr ""
|
||||
msgstr "محمي بكلمة السر"
|
||||
|
||||
#: js/share.js:541
|
||||
#: js/share.js:554
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
msgstr "حصل خطأ عند عملية إزالة تاريخ إنتهاء الصلاحية"
|
||||
|
||||
#: js/share.js:553
|
||||
#: js/share.js:566
|
||||
msgid "Error setting expiration date"
|
||||
msgstr ""
|
||||
msgstr "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية"
|
||||
|
||||
#: js/share.js:568
|
||||
#: js/share.js:581
|
||||
msgid "Sending ..."
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:579
|
||||
#: js/share.js:592
|
||||
msgid "Email sent"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/controller.php:47
|
||||
msgid "ownCloud password reset"
|
||||
msgstr ""
|
||||
msgstr "إعادة تعيين كلمة سر ownCloud"
|
||||
|
||||
#: lostpassword/templates/email.php:2
|
||||
msgid "Use the following link to reset your password: {link}"
|
||||
|
@ -306,14 +307,14 @@ msgstr "سوف نرسل لك بريد يحتوي على وصلة لتجديد ك
|
|||
|
||||
#: lostpassword/templates/lostpassword.php:5
|
||||
msgid "Reset email send."
|
||||
msgstr ""
|
||||
msgstr "إعادة إرسال البريد الإلكتروني."
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:8
|
||||
msgid "Request failed!"
|
||||
msgstr ""
|
||||
msgstr "فشل الطلب"
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
||||
#: templates/login.php:20
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
|
||||
#: templates/login.php:28
|
||||
msgid "Username"
|
||||
msgstr "إسم المستخدم"
|
||||
|
||||
|
@ -359,7 +360,7 @@ msgstr "المساعدة"
|
|||
|
||||
#: templates/403.php:12
|
||||
msgid "Access forbidden"
|
||||
msgstr ""
|
||||
msgstr "التوصّل محظور"
|
||||
|
||||
#: templates/404.php:12
|
||||
msgid "Cloud not found"
|
||||
|
@ -375,13 +376,13 @@ msgstr "أدخل"
|
|||
|
||||
#: templates/installation.php:23 templates/installation.php:31
|
||||
msgid "Security Warning"
|
||||
msgstr ""
|
||||
msgstr "تحذير أمان"
|
||||
|
||||
#: templates/installation.php:24
|
||||
msgid ""
|
||||
"No secure random number generator is available, please enable the PHP "
|
||||
"OpenSSL extension."
|
||||
msgstr ""
|
||||
msgstr "لا يوجد مولّد أرقام عشوائية ، الرجاء تفعيل الـ PHP OpenSSL extension."
|
||||
|
||||
#: templates/installation.php:26
|
||||
msgid ""
|
||||
|
@ -402,44 +403,44 @@ msgstr ""
|
|||
msgid "Create an <strong>admin account</strong>"
|
||||
msgstr "أضف </strong>مستخدم رئيسي <strong>"
|
||||
|
||||
#: templates/installation.php:48
|
||||
#: templates/installation.php:50
|
||||
msgid "Advanced"
|
||||
msgstr "خيارات متقدمة"
|
||||
|
||||
#: templates/installation.php:50
|
||||
#: templates/installation.php:52
|
||||
msgid "Data folder"
|
||||
msgstr "مجلد المعلومات"
|
||||
|
||||
#: templates/installation.php:57
|
||||
#: templates/installation.php:59
|
||||
msgid "Configure the database"
|
||||
msgstr "أسس قاعدة البيانات"
|
||||
|
||||
#: templates/installation.php:62 templates/installation.php:73
|
||||
#: templates/installation.php:83 templates/installation.php:93
|
||||
#: templates/installation.php:64 templates/installation.php:75
|
||||
#: templates/installation.php:85 templates/installation.php:95
|
||||
msgid "will be used"
|
||||
msgstr "سيتم استخدمه"
|
||||
|
||||
#: templates/installation.php:105
|
||||
#: templates/installation.php:107
|
||||
msgid "Database user"
|
||||
msgstr "مستخدم قاعدة البيانات"
|
||||
|
||||
#: templates/installation.php:109
|
||||
#: templates/installation.php:111
|
||||
msgid "Database password"
|
||||
msgstr "كلمة سر مستخدم قاعدة البيانات"
|
||||
|
||||
#: templates/installation.php:113
|
||||
#: templates/installation.php:115
|
||||
msgid "Database name"
|
||||
msgstr "إسم قاعدة البيانات"
|
||||
|
||||
#: templates/installation.php:121
|
||||
#: templates/installation.php:123
|
||||
msgid "Database tablespace"
|
||||
msgstr ""
|
||||
msgstr "مساحة جدول قاعدة البيانات"
|
||||
|
||||
#: templates/installation.php:127
|
||||
#: templates/installation.php:129
|
||||
msgid "Database host"
|
||||
msgstr "خادم قاعدة البيانات"
|
||||
|
||||
#: templates/installation.php:132
|
||||
#: templates/installation.php:134
|
||||
msgid "Finish setup"
|
||||
msgstr "انهاء التعديلات"
|
||||
|
||||
|
@ -527,29 +528,29 @@ msgstr "خدمات الوب تحت تصرفك"
|
|||
msgid "Log out"
|
||||
msgstr "الخروج"
|
||||
|
||||
#: templates/login.php:8
|
||||
#: templates/login.php:10
|
||||
msgid "Automatic logon rejected!"
|
||||
msgstr ""
|
||||
msgstr "تم رفض تسجيل الدخول التلقائي!"
|
||||
|
||||
#: templates/login.php:9
|
||||
#: templates/login.php:11
|
||||
msgid ""
|
||||
"If you did not change your password recently, your account may be "
|
||||
"compromised!"
|
||||
msgstr ""
|
||||
msgstr "قد يكون حسابك في خطر إن لم تقم بإعادة تعيين كلمة السر حديثاً"
|
||||
|
||||
#: templates/login.php:10
|
||||
#: templates/login.php:13
|
||||
msgid "Please change your password to secure your account again."
|
||||
msgstr ""
|
||||
msgstr "الرجاء إعادة تعيين كلمة السر لتأمين حسابك."
|
||||
|
||||
#: templates/login.php:15
|
||||
#: templates/login.php:19
|
||||
msgid "Lost your password?"
|
||||
msgstr "هل نسيت كلمة السر؟"
|
||||
|
||||
#: templates/login.php:27
|
||||
#: templates/login.php:39
|
||||
msgid "remember"
|
||||
msgstr "تذكر"
|
||||
|
||||
#: templates/login.php:28
|
||||
#: templates/login.php:41
|
||||
msgid "Log in"
|
||||
msgstr "أدخل"
|
||||
|
||||
|
@ -567,14 +568,14 @@ msgstr "التالي"
|
|||
|
||||
#: templates/verify.php:5
|
||||
msgid "Security Warning!"
|
||||
msgstr ""
|
||||
msgstr "تحذير أمان!"
|
||||
|
||||
#: templates/verify.php:6
|
||||
msgid ""
|
||||
"Please verify your password. <br/>For security reasons you may be "
|
||||
"occasionally asked to enter your password again."
|
||||
msgstr ""
|
||||
msgstr "الرجاء التحقق من كلمة السر. <br/>من الممكن أحياناً أن نطلب منك إعادة إدخال كلمة السر مرة أخرى."
|
||||
|
||||
#: templates/verify.php:16
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
msgstr "تحقيق"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:11+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 19:00+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -17,43 +17,43 @@ msgstr ""
|
|||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: app.php:285
|
||||
#: app.php:287
|
||||
msgid "Help"
|
||||
msgstr "المساعدة"
|
||||
|
||||
#: app.php:292
|
||||
#: app.php:294
|
||||
msgid "Personal"
|
||||
msgstr "شخصي"
|
||||
|
||||
#: app.php:297
|
||||
#: app.php:299
|
||||
msgid "Settings"
|
||||
msgstr "تعديلات"
|
||||
|
||||
#: app.php:302
|
||||
#: app.php:304
|
||||
msgid "Users"
|
||||
msgstr "المستخدمين"
|
||||
|
||||
#: app.php:309
|
||||
#: app.php:311
|
||||
msgid "Apps"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:311
|
||||
#: app.php:313
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#: files.php:332
|
||||
#: files.php:365
|
||||
msgid "ZIP download is turned off."
|
||||
msgstr ""
|
||||
|
||||
#: files.php:333
|
||||
#: files.php:366
|
||||
msgid "Files need to be downloaded one by one."
|
||||
msgstr ""
|
||||
|
||||
#: files.php:333 files.php:358
|
||||
#: files.php:366 files.php:391
|
||||
msgid "Back to Files"
|
||||
msgstr ""
|
||||
|
||||
#: files.php:357
|
||||
#: files.php:390
|
||||
msgid "Selected files too large to generate zip file."
|
||||
msgstr ""
|
||||
|
||||
|
@ -83,11 +83,11 @@ msgstr ""
|
|||
|
||||
#: template.php:103
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
msgstr "منذ ثواني"
|
||||
|
||||
#: template.php:104
|
||||
msgid "1 minute ago"
|
||||
msgstr ""
|
||||
msgstr "منذ دقيقة"
|
||||
|
||||
#: template.php:105
|
||||
#, php-format
|
||||
|
@ -105,7 +105,7 @@ msgstr ""
|
|||
|
||||
#: template.php:108
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
msgstr "اليوم"
|
||||
|
||||
#: template.php:109
|
||||
msgid "yesterday"
|
||||
|
|
|
@ -4,14 +4,15 @@
|
|||
#
|
||||
# Translators:
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# <shiningmoon25@gmail.com>, 2012.
|
||||
# <tarek.taha@gmail.com>, 2011, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"PO-Revision-Date: 2012-12-22 19:51+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:11+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 18:36+0000\n"
|
||||
"Last-Translator: aboodilankaboot <shiningmoon25@gmail.com>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,27 +22,27 @@ msgstr ""
|
|||
|
||||
#: ajax/apps/ocs.php:20
|
||||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
msgstr "فشل تحميل القائمة من الآب ستور"
|
||||
|
||||
#: ajax/creategroup.php:10
|
||||
msgid "Group already exists"
|
||||
msgstr ""
|
||||
msgstr "المجموعة موجودة مسبقاً"
|
||||
|
||||
#: ajax/creategroup.php:19
|
||||
msgid "Unable to add group"
|
||||
msgstr ""
|
||||
msgstr "فشل إضافة المجموعة"
|
||||
|
||||
#: ajax/enableapp.php:12
|
||||
msgid "Could not enable app. "
|
||||
msgstr ""
|
||||
msgstr "فشل عملية تفعيل التطبيق"
|
||||
|
||||
#: ajax/lostpassword.php:12
|
||||
msgid "Email saved"
|
||||
msgstr ""
|
||||
msgstr "تم حفظ البريد الإلكتروني"
|
||||
|
||||
#: ajax/lostpassword.php:14
|
||||
msgid "Invalid email"
|
||||
msgstr ""
|
||||
msgstr "البريد الإلكتروني غير صالح"
|
||||
|
||||
#: ajax/openid.php:13
|
||||
msgid "OpenID Changed"
|
||||
|
@ -53,7 +54,7 @@ msgstr "طلبك غير مفهوم"
|
|||
|
||||
#: ajax/removegroup.php:13
|
||||
msgid "Unable to delete group"
|
||||
msgstr ""
|
||||
msgstr "فشل إزالة المجموعة"
|
||||
|
||||
#: ajax/removeuser.php:15 ajax/setquota.php:15 ajax/togglegroups.php:18
|
||||
msgid "Authentication error"
|
||||
|
@ -61,7 +62,7 @@ msgstr "لم يتم التأكد من الشخصية بنجاح"
|
|||
|
||||
#: ajax/removeuser.php:24
|
||||
msgid "Unable to delete user"
|
||||
msgstr ""
|
||||
msgstr "فشل إزالة المستخدم"
|
||||
|
||||
#: ajax/setlanguage.php:15
|
||||
msgid "Language changed"
|
||||
|
@ -69,21 +70,21 @@ msgstr "تم تغيير اللغة"
|
|||
|
||||
#: ajax/togglegroups.php:12
|
||||
msgid "Admins can't remove themself from the admin group"
|
||||
msgstr ""
|
||||
msgstr "لا يستطيع المدير إزالة حسابه من مجموعة المديرين"
|
||||
|
||||
#: ajax/togglegroups.php:28
|
||||
#, php-format
|
||||
msgid "Unable to add user to group %s"
|
||||
msgstr ""
|
||||
msgstr "فشل إضافة المستخدم الى المجموعة %s"
|
||||
|
||||
#: ajax/togglegroups.php:34
|
||||
#, php-format
|
||||
msgid "Unable to remove user from group %s"
|
||||
msgstr ""
|
||||
msgstr "فشل إزالة المستخدم من المجموعة %s"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:67
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
msgstr "إيقاف"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:55
|
||||
msgid "Enable"
|
||||
|
@ -99,11 +100,11 @@ msgstr "__language_name__"
|
|||
|
||||
#: templates/apps.php:10
|
||||
msgid "Add your App"
|
||||
msgstr ""
|
||||
msgstr "أضف تطبيقاتك"
|
||||
|
||||
#: templates/apps.php:11
|
||||
msgid "More Apps"
|
||||
msgstr ""
|
||||
msgstr "المزيد من التطبيقات"
|
||||
|
||||
#: templates/apps.php:27
|
||||
msgid "Select an App"
|
||||
|
@ -111,40 +112,40 @@ msgstr "إختر تطبيقاً"
|
|||
|
||||
#: templates/apps.php:31
|
||||
msgid "See application page at apps.owncloud.com"
|
||||
msgstr ""
|
||||
msgstr "راجع صفحة التطبيق على apps.owncloud.com"
|
||||
|
||||
#: templates/apps.php:32
|
||||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
msgstr ""
|
||||
msgstr "<span class=\"licence\"></span>-ترخيص من قبل <span class=\"author\"></span>"
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr ""
|
||||
msgstr "كتاب توثيق المستخدم"
|
||||
|
||||
#: templates/help.php:4
|
||||
msgid "Administrator Documentation"
|
||||
msgstr ""
|
||||
msgstr "كتاب توثيق المدير"
|
||||
|
||||
#: templates/help.php:6
|
||||
msgid "Online Documentation"
|
||||
msgstr ""
|
||||
msgstr "توثيق متوفر على الشبكة"
|
||||
|
||||
#: templates/help.php:7
|
||||
msgid "Forum"
|
||||
msgstr ""
|
||||
msgstr "منتدى"
|
||||
|
||||
#: templates/help.php:9
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
msgstr "تعقب علة"
|
||||
|
||||
#: templates/help.php:11
|
||||
msgid "Commercial Support"
|
||||
msgstr ""
|
||||
msgstr "دعم تجاري"
|
||||
|
||||
#: templates/personal.php:8
|
||||
#, php-format
|
||||
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
|
||||
msgstr ""
|
||||
msgstr "تم إستهلاك <strong>%s</strong> من المتوفر <strong>%s</strong>"
|
||||
|
||||
#: templates/personal.php:12
|
||||
msgid "Clients"
|
||||
|
@ -152,15 +153,15 @@ msgstr "الزبائن"
|
|||
|
||||
#: templates/personal.php:13
|
||||
msgid "Download Desktop Clients"
|
||||
msgstr ""
|
||||
msgstr "تحميل عملاء سطح المكتب"
|
||||
|
||||
#: templates/personal.php:14
|
||||
msgid "Download Android Client"
|
||||
msgstr ""
|
||||
msgstr "تحميل عميل آندرويد"
|
||||
|
||||
#: templates/personal.php:15
|
||||
msgid "Download iOS Client"
|
||||
msgstr ""
|
||||
msgstr "تحميل عميل آي أو أس"
|
||||
|
||||
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
|
@ -168,7 +169,7 @@ msgstr "كلمات السر"
|
|||
|
||||
#: templates/personal.php:22
|
||||
msgid "Your password was changed"
|
||||
msgstr ""
|
||||
msgstr "لقد تم تغيير كلمة السر"
|
||||
|
||||
#: templates/personal.php:23
|
||||
msgid "Unable to change your password"
|
||||
|
@ -212,15 +213,15 @@ msgstr "ساعد في الترجمه"
|
|||
|
||||
#: templates/personal.php:52
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:54
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
msgstr "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات"
|
||||
|
||||
#: templates/personal.php:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
msgstr "إصدار"
|
||||
|
||||
#: templates/personal.php:65
|
||||
msgid ""
|
||||
|
@ -230,7 +231,7 @@ msgid ""
|
|||
"licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" "
|
||||
"target=\"_blank\"><abbr title=\"Affero General Public "
|
||||
"License\">AGPL</abbr></a>."
|
||||
msgstr ""
|
||||
msgstr "طوّر من قبل <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud مجتمع</a>, الـ <a href=\"https://github.com/owncloud\" target=\"_blank\">النص المصدري</a> مرخص بموجب <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">رخصة أفيرو العمومية</abbr></a>."
|
||||
|
||||
#: templates/users.php:21 templates/users.php:76
|
||||
msgid "Name"
|
||||
|
@ -246,7 +247,7 @@ msgstr "انشئ"
|
|||
|
||||
#: templates/users.php:35
|
||||
msgid "Default Quota"
|
||||
msgstr ""
|
||||
msgstr "الحصة النسبية الإفتراضية"
|
||||
|
||||
#: templates/users.php:55 templates/users.php:138
|
||||
msgid "Other"
|
||||
|
@ -254,7 +255,7 @@ msgstr "شيء آخر"
|
|||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
msgstr "مدير المجموعة"
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-14 00:16+0100\n"
|
||||
"PO-Revision-Date: 2012-12-13 09:48+0000\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 14:22+0000\n"
|
||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -163,8 +163,8 @@ msgid "The object type is not specified."
|
|||
msgstr "No s'ha especificat el tipus d'objecte."
|
||||
|
||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:541
|
||||
#: js/share.js:553
|
||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:554
|
||||
#: js/share.js:566
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
|
@ -174,9 +174,9 @@ msgstr "No s'ha especificat el nom de l'aplicació."
|
|||
|
||||
#: js/oc-vcategories.js:194
|
||||
msgid "The required file {file} is not installed!"
|
||||
msgstr "El figtxer requerit {file} no està instal·lat!"
|
||||
msgstr "El fitxer requerit {file} no està instal·lat!"
|
||||
|
||||
#: js/share.js:124 js/share.js:581
|
||||
#: js/share.js:124 js/share.js:594
|
||||
msgid "Error while sharing"
|
||||
msgstr "Error en compartir"
|
||||
|
||||
|
@ -204,11 +204,11 @@ msgstr "Comparteix amb"
|
|||
msgid "Share with link"
|
||||
msgstr "Comparteix amb enllaç"
|
||||
|
||||
#: js/share.js:164
|
||||
#: js/share.js:166
|
||||
msgid "Password protect"
|
||||
msgstr "Protegir amb contrasenya"
|
||||
|
||||
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
||||
#: js/share.js:168 templates/installation.php:44 templates/login.php:35
|
||||
#: templates/verify.php:13
|
||||
msgid "Password"
|
||||
msgstr "Contrasenya"
|
||||
|
@ -273,23 +273,23 @@ msgstr "elimina"
|
|||
msgid "share"
|
||||
msgstr "comparteix"
|
||||
|
||||
#: js/share.js:353 js/share.js:528 js/share.js:530
|
||||
#: js/share.js:356 js/share.js:541
|
||||
msgid "Password protected"
|
||||
msgstr "Protegeix amb contrasenya"
|
||||
|
||||
#: js/share.js:541
|
||||
#: js/share.js:554
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr "Error en eliminar la data d'expiració"
|
||||
|
||||
#: js/share.js:553
|
||||
#: js/share.js:566
|
||||
msgid "Error setting expiration date"
|
||||
msgstr "Error en establir la data d'expiració"
|
||||
|
||||
#: js/share.js:568
|
||||
#: js/share.js:581
|
||||
msgid "Sending ..."
|
||||
msgstr "Enviant..."
|
||||
|
||||
#: js/share.js:579
|
||||
#: js/share.js:592
|
||||
msgid "Email sent"
|
||||
msgstr "El correu electrónic s'ha enviat"
|
||||
|
||||
|
@ -313,8 +313,8 @@ msgstr "S'ha enviat el correu reinicialització"
|
|||
msgid "Request failed!"
|
||||
msgstr "El requeriment ha fallat!"
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
||||
#: templates/login.php:20
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
|
||||
#: templates/login.php:28
|
||||
msgid "Username"
|
||||
msgstr "Nom d'usuari"
|
||||
|
||||
|
@ -403,44 +403,44 @@ msgstr "La carpeta de dades i els fitxers provablement són accessibles des d'in
|
|||
msgid "Create an <strong>admin account</strong>"
|
||||
msgstr "Crea un <strong>compte d'administrador</strong>"
|
||||
|
||||
#: templates/installation.php:48
|
||||
#: templates/installation.php:50
|
||||
msgid "Advanced"
|
||||
msgstr "Avançat"
|
||||
|
||||
#: templates/installation.php:50
|
||||
#: templates/installation.php:52
|
||||
msgid "Data folder"
|
||||
msgstr "Carpeta de dades"
|
||||
|
||||
#: templates/installation.php:57
|
||||
#: templates/installation.php:59
|
||||
msgid "Configure the database"
|
||||
msgstr "Configura la base de dades"
|
||||
|
||||
#: templates/installation.php:62 templates/installation.php:73
|
||||
#: templates/installation.php:83 templates/installation.php:93
|
||||
#: templates/installation.php:64 templates/installation.php:75
|
||||
#: templates/installation.php:85 templates/installation.php:95
|
||||
msgid "will be used"
|
||||
msgstr "s'usarà"
|
||||
|
||||
#: templates/installation.php:105
|
||||
#: templates/installation.php:107
|
||||
msgid "Database user"
|
||||
msgstr "Usuari de la base de dades"
|
||||
|
||||
#: templates/installation.php:109
|
||||
#: templates/installation.php:111
|
||||
msgid "Database password"
|
||||
msgstr "Contrasenya de la base de dades"
|
||||
|
||||
#: templates/installation.php:113
|
||||
#: templates/installation.php:115
|
||||
msgid "Database name"
|
||||
msgstr "Nom de la base de dades"
|
||||
|
||||
#: templates/installation.php:121
|
||||
#: templates/installation.php:123
|
||||
msgid "Database tablespace"
|
||||
msgstr "Espai de taula de la base de dades"
|
||||
|
||||
#: templates/installation.php:127
|
||||
#: templates/installation.php:129
|
||||
msgid "Database host"
|
||||
msgstr "Ordinador central de la base de dades"
|
||||
|
||||
#: templates/installation.php:132
|
||||
#: templates/installation.php:134
|
||||
msgid "Finish setup"
|
||||
msgstr "Acaba la configuració"
|
||||
|
||||
|
@ -528,29 +528,29 @@ msgstr "controleu els vostres serveis web"
|
|||
msgid "Log out"
|
||||
msgstr "Surt"
|
||||
|
||||
#: templates/login.php:8
|
||||
#: templates/login.php:10
|
||||
msgid "Automatic logon rejected!"
|
||||
msgstr "L'ha rebutjat l'acceditació automàtica!"
|
||||
|
||||
#: templates/login.php:9
|
||||
#: templates/login.php:11
|
||||
msgid ""
|
||||
"If you did not change your password recently, your account may be "
|
||||
"compromised!"
|
||||
msgstr "Se no heu canviat la contrasenya recentment el vostre compte pot estar compromès!"
|
||||
|
||||
#: templates/login.php:10
|
||||
#: templates/login.php:13
|
||||
msgid "Please change your password to secure your account again."
|
||||
msgstr "Canvieu la contrasenya de nou per assegurar el vostre compte."
|
||||
|
||||
#: templates/login.php:15
|
||||
#: templates/login.php:19
|
||||
msgid "Lost your password?"
|
||||
msgstr "Heu perdut la contrasenya?"
|
||||
|
||||
#: templates/login.php:27
|
||||
#: templates/login.php:39
|
||||
msgid "remember"
|
||||
msgstr "recorda'm"
|
||||
|
||||
#: templates/login.php:28
|
||||
#: templates/login.php:41
|
||||
msgid "Log in"
|
||||
msgstr "Inici de sessió"
|
||||
|
||||
|
|
107
l10n/da/core.po
107
l10n/da/core.po
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <cronner@gmail.com>, 2012.
|
||||
# <mikkelbjerglarsen@gmail.com>, 2011, 2012.
|
||||
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2012.
|
||||
# Ole Holm Frandsen <froksen@gmail.com>, 2012.
|
||||
|
@ -14,9 +15,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-13 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-12-12 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 21:57+0000\n"
|
||||
"Last-Translator: cronner <cronner@gmail.com>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -27,30 +28,30 @@ msgstr ""
|
|||
#: ajax/share.php:84
|
||||
#, php-format
|
||||
msgid "User %s shared a file with you"
|
||||
msgstr ""
|
||||
msgstr "Bruger %s delte en fil med dig"
|
||||
|
||||
#: ajax/share.php:86
|
||||
#, php-format
|
||||
msgid "User %s shared a folder with you"
|
||||
msgstr ""
|
||||
msgstr "Bruger %s delte en mappe med dig"
|
||||
|
||||
#: ajax/share.php:88
|
||||
#, php-format
|
||||
msgid ""
|
||||
"User %s shared the file \"%s\" with you. It is available for download here: "
|
||||
"%s"
|
||||
msgstr ""
|
||||
msgstr "Bruger %s delte filen \"%s\" med dig. Den kan hentes her: %s"
|
||||
|
||||
#: ajax/share.php:90
|
||||
#, php-format
|
||||
msgid ""
|
||||
"User %s shared the folder \"%s\" with you. It is available for download "
|
||||
"here: %s"
|
||||
msgstr ""
|
||||
msgstr "Bruger %s delte mappe \"%s\" med dig. Det kan hentes her: %s"
|
||||
|
||||
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||
msgid "Category type not provided."
|
||||
msgstr ""
|
||||
msgstr "Kategori typen ikke er fastsat."
|
||||
|
||||
#: ajax/vcategories/add.php:30
|
||||
msgid "No category to add?"
|
||||
|
@ -64,18 +65,18 @@ msgstr "Denne kategori eksisterer allerede: "
|
|||
#: ajax/vcategories/favorites.php:24
|
||||
#: ajax/vcategories/removeFromFavorites.php:26
|
||||
msgid "Object type not provided."
|
||||
msgstr ""
|
||||
msgstr "Object type ikke er fastsat."
|
||||
|
||||
#: ajax/vcategories/addToFavorites.php:30
|
||||
#: ajax/vcategories/removeFromFavorites.php:30
|
||||
#, php-format
|
||||
msgid "%s ID not provided."
|
||||
msgstr ""
|
||||
msgstr "%s ID ikke oplyst."
|
||||
|
||||
#: ajax/vcategories/addToFavorites.php:35
|
||||
#, php-format
|
||||
msgid "Error adding %s to favorites."
|
||||
msgstr ""
|
||||
msgstr "Fejl ved tilføjelse af %s til favoritter."
|
||||
|
||||
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||
msgid "No categories selected for deletion."
|
||||
|
@ -84,7 +85,7 @@ msgstr "Ingen kategorier valgt"
|
|||
#: ajax/vcategories/removeFromFavorites.php:35
|
||||
#, php-format
|
||||
msgid "Error removing %s from favorites."
|
||||
msgstr ""
|
||||
msgstr "Fejl ved fjernelse af %s fra favoritter."
|
||||
|
||||
#: js/js.js:259 templates/layout.user.php:60 templates/layout.user.php:61
|
||||
msgid "Settings"
|
||||
|
@ -104,11 +105,11 @@ msgstr "{minutes} minutter siden"
|
|||
|
||||
#: js/js.js:707
|
||||
msgid "1 hour ago"
|
||||
msgstr ""
|
||||
msgstr "1 time siden"
|
||||
|
||||
#: js/js.js:708
|
||||
msgid "{hours} hours ago"
|
||||
msgstr ""
|
||||
msgstr "{hours} timer siden"
|
||||
|
||||
#: js/js.js:709
|
||||
msgid "today"
|
||||
|
@ -128,7 +129,7 @@ msgstr "sidste måned"
|
|||
|
||||
#: js/js.js:713
|
||||
msgid "{months} months ago"
|
||||
msgstr ""
|
||||
msgstr "{months} måneder siden"
|
||||
|
||||
#: js/js.js:714
|
||||
msgid "months ago"
|
||||
|
@ -165,23 +166,23 @@ msgstr "OK"
|
|||
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||
msgid "The object type is not specified."
|
||||
msgstr ""
|
||||
msgstr "Objekttypen er ikke angivet."
|
||||
|
||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:541
|
||||
#: js/share.js:553
|
||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:554
|
||||
#: js/share.js:566
|
||||
msgid "Error"
|
||||
msgstr "Fejl"
|
||||
|
||||
#: js/oc-vcategories.js:179
|
||||
msgid "The app name is not specified."
|
||||
msgstr ""
|
||||
msgstr "Den app navn er ikke angivet."
|
||||
|
||||
#: js/oc-vcategories.js:194
|
||||
msgid "The required file {file} is not installed!"
|
||||
msgstr ""
|
||||
msgstr "Den krævede fil {file} er ikke installeret!"
|
||||
|
||||
#: js/share.js:124 js/share.js:581
|
||||
#: js/share.js:124 js/share.js:594
|
||||
msgid "Error while sharing"
|
||||
msgstr "Fejl under deling"
|
||||
|
||||
|
@ -209,22 +210,22 @@ msgstr "Del med"
|
|||
msgid "Share with link"
|
||||
msgstr "Del med link"
|
||||
|
||||
#: js/share.js:164
|
||||
#: js/share.js:166
|
||||
msgid "Password protect"
|
||||
msgstr "Beskyt med adgangskode"
|
||||
|
||||
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
||||
#: js/share.js:168 templates/installation.php:44 templates/login.php:35
|
||||
#: templates/verify.php:13
|
||||
msgid "Password"
|
||||
msgstr "Kodeord"
|
||||
|
||||
#: js/share.js:172
|
||||
msgid "Email link to person"
|
||||
msgstr ""
|
||||
msgstr "E-mail link til person"
|
||||
|
||||
#: js/share.js:173
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
msgstr "Send"
|
||||
|
||||
#: js/share.js:177
|
||||
msgid "Set expiration date"
|
||||
|
@ -278,25 +279,25 @@ msgstr "slet"
|
|||
msgid "share"
|
||||
msgstr "del"
|
||||
|
||||
#: js/share.js:353 js/share.js:528 js/share.js:530
|
||||
#: js/share.js:356 js/share.js:541
|
||||
msgid "Password protected"
|
||||
msgstr "Beskyttet med adgangskode"
|
||||
|
||||
#: js/share.js:541
|
||||
#: js/share.js:554
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr "Fejl ved fjernelse af udløbsdato"
|
||||
|
||||
#: js/share.js:553
|
||||
#: js/share.js:566
|
||||
msgid "Error setting expiration date"
|
||||
msgstr "Fejl under sætning af udløbsdato"
|
||||
|
||||
#: js/share.js:568
|
||||
#: js/share.js:581
|
||||
msgid "Sending ..."
|
||||
msgstr ""
|
||||
msgstr "Sender ..."
|
||||
|
||||
#: js/share.js:579
|
||||
#: js/share.js:592
|
||||
msgid "Email sent"
|
||||
msgstr ""
|
||||
msgstr "E-mail afsendt"
|
||||
|
||||
#: lostpassword/controller.php:47
|
||||
msgid "ownCloud password reset"
|
||||
|
@ -312,14 +313,14 @@ msgstr "Du vil modtage et link til at nulstille dit kodeord via email."
|
|||
|
||||
#: lostpassword/templates/lostpassword.php:5
|
||||
msgid "Reset email send."
|
||||
msgstr ""
|
||||
msgstr "Reset-mail afsendt."
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:8
|
||||
msgid "Request failed!"
|
||||
msgstr ""
|
||||
msgstr "Anmodningen mislykkedes!"
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
||||
#: templates/login.php:20
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
|
||||
#: templates/login.php:28
|
||||
msgid "Username"
|
||||
msgstr "Brugernavn"
|
||||
|
||||
|
@ -408,44 +409,44 @@ msgstr "Din data mappe og dine filer er muligvis tilgængelige fra internettet.
|
|||
msgid "Create an <strong>admin account</strong>"
|
||||
msgstr "Opret en <strong>administratorkonto</strong>"
|
||||
|
||||
#: templates/installation.php:48
|
||||
#: templates/installation.php:50
|
||||
msgid "Advanced"
|
||||
msgstr "Avanceret"
|
||||
|
||||
#: templates/installation.php:50
|
||||
#: templates/installation.php:52
|
||||
msgid "Data folder"
|
||||
msgstr "Datamappe"
|
||||
|
||||
#: templates/installation.php:57
|
||||
#: templates/installation.php:59
|
||||
msgid "Configure the database"
|
||||
msgstr "Konfigurer databasen"
|
||||
|
||||
#: templates/installation.php:62 templates/installation.php:73
|
||||
#: templates/installation.php:83 templates/installation.php:93
|
||||
#: templates/installation.php:64 templates/installation.php:75
|
||||
#: templates/installation.php:85 templates/installation.php:95
|
||||
msgid "will be used"
|
||||
msgstr "vil blive brugt"
|
||||
|
||||
#: templates/installation.php:105
|
||||
#: templates/installation.php:107
|
||||
msgid "Database user"
|
||||
msgstr "Databasebruger"
|
||||
|
||||
#: templates/installation.php:109
|
||||
#: templates/installation.php:111
|
||||
msgid "Database password"
|
||||
msgstr "Databasekodeord"
|
||||
|
||||
#: templates/installation.php:113
|
||||
#: templates/installation.php:115
|
||||
msgid "Database name"
|
||||
msgstr "Navn på database"
|
||||
|
||||
#: templates/installation.php:121
|
||||
#: templates/installation.php:123
|
||||
msgid "Database tablespace"
|
||||
msgstr "Database tabelplads"
|
||||
|
||||
#: templates/installation.php:127
|
||||
#: templates/installation.php:129
|
||||
msgid "Database host"
|
||||
msgstr "Databasehost"
|
||||
|
||||
#: templates/installation.php:132
|
||||
#: templates/installation.php:134
|
||||
msgid "Finish setup"
|
||||
msgstr "Afslut opsætning"
|
||||
|
||||
|
@ -533,29 +534,29 @@ msgstr "Webtjenester under din kontrol"
|
|||
msgid "Log out"
|
||||
msgstr "Log ud"
|
||||
|
||||
#: templates/login.php:8
|
||||
#: templates/login.php:10
|
||||
msgid "Automatic logon rejected!"
|
||||
msgstr "Automatisk login afvist!"
|
||||
|
||||
#: templates/login.php:9
|
||||
#: templates/login.php:11
|
||||
msgid ""
|
||||
"If you did not change your password recently, your account may be "
|
||||
"compromised!"
|
||||
msgstr "Hvis du ikke har ændret din adgangskode for nylig, har nogen muligvis tiltvunget sig adgang til din konto!"
|
||||
|
||||
#: templates/login.php:10
|
||||
#: templates/login.php:13
|
||||
msgid "Please change your password to secure your account again."
|
||||
msgstr "Skift adgangskode for at sikre din konto igen."
|
||||
|
||||
#: templates/login.php:15
|
||||
#: templates/login.php:19
|
||||
msgid "Lost your password?"
|
||||
msgstr "Mistet dit kodeord?"
|
||||
|
||||
#: templates/login.php:27
|
||||
#: templates/login.php:39
|
||||
msgid "remember"
|
||||
msgstr "husk"
|
||||
|
||||
#: templates/login.php:28
|
||||
#: templates/login.php:41
|
||||
msgid "Log in"
|
||||
msgstr "Log ind"
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <cronner@gmail.com>, 2012.
|
||||
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2012.
|
||||
# Ole Holm Frandsen <froksen@gmail.com>, 2012.
|
||||
# <osos@openeyes.dk>, 2012.
|
||||
|
@ -14,9 +15,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-01 00:01+0100\n"
|
||||
"PO-Revision-Date: 2012-11-30 23:02+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 21:45+0000\n"
|
||||
"Last-Translator: cronner <cronner@gmail.com>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -31,7 +32,7 @@ msgstr "Der er ingen fejl, filen blev uploadet med success"
|
|||
#: ajax/upload.php:21
|
||||
msgid ""
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
|
||||
msgstr ""
|
||||
msgstr "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini"
|
||||
|
||||
#: ajax/upload.php:23
|
||||
msgid ""
|
||||
|
@ -59,11 +60,11 @@ msgstr "Fejl ved skrivning til disk."
|
|||
msgid "Files"
|
||||
msgstr "Filer"
|
||||
|
||||
#: js/fileactions.js:117 templates/index.php:83 templates/index.php:84
|
||||
#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
|
||||
msgid "Unshare"
|
||||
msgstr "Fjern deling"
|
||||
|
||||
#: js/fileactions.js:119 templates/index.php:89 templates/index.php:90
|
||||
#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
|
||||
msgid "Delete"
|
||||
msgstr "Slet"
|
||||
|
||||
|
@ -71,39 +72,39 @@ msgstr "Slet"
|
|||
msgid "Rename"
|
||||
msgstr "Omdøb"
|
||||
|
||||
#: js/filelist.js:201 js/filelist.js:203
|
||||
#: js/filelist.js:199 js/filelist.js:201
|
||||
msgid "{new_name} already exists"
|
||||
msgstr "{new_name} eksisterer allerede"
|
||||
|
||||
#: js/filelist.js:201 js/filelist.js:203
|
||||
#: js/filelist.js:199 js/filelist.js:201
|
||||
msgid "replace"
|
||||
msgstr "erstat"
|
||||
|
||||
#: js/filelist.js:201
|
||||
#: js/filelist.js:199
|
||||
msgid "suggest name"
|
||||
msgstr "foreslå navn"
|
||||
|
||||
#: js/filelist.js:201 js/filelist.js:203
|
||||
#: js/filelist.js:199 js/filelist.js:201
|
||||
msgid "cancel"
|
||||
msgstr "fortryd"
|
||||
|
||||
#: js/filelist.js:250
|
||||
#: js/filelist.js:248
|
||||
msgid "replaced {new_name}"
|
||||
msgstr "erstattede {new_name}"
|
||||
|
||||
#: js/filelist.js:250 js/filelist.js:252 js/filelist.js:284 js/filelist.js:286
|
||||
#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
|
||||
msgid "undo"
|
||||
msgstr "fortryd"
|
||||
|
||||
#: js/filelist.js:252
|
||||
#: js/filelist.js:250
|
||||
msgid "replaced {new_name} with {old_name}"
|
||||
msgstr "erstattede {new_name} med {old_name}"
|
||||
|
||||
#: js/filelist.js:284
|
||||
#: js/filelist.js:282
|
||||
msgid "unshared {files}"
|
||||
msgstr "ikke delte {files}"
|
||||
|
||||
#: js/filelist.js:286
|
||||
#: js/filelist.js:284
|
||||
msgid "deleted {files}"
|
||||
msgstr "slettede {files}"
|
||||
|
||||
|
@ -111,82 +112,82 @@ msgstr "slettede {files}"
|
|||
msgid ""
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||
"allowed."
|
||||
msgstr ""
|
||||
msgstr "Ugyldigt navn, '\\', '/', '<', '>', ':' | '?', '\"', '', og '*' er ikke tilladt."
|
||||
|
||||
#: js/files.js:183
|
||||
#: js/files.js:174
|
||||
msgid "generating ZIP-file, it may take some time."
|
||||
msgstr "genererer ZIP-fil, det kan tage lidt tid."
|
||||
|
||||
#: js/files.js:218
|
||||
#: js/files.js:212
|
||||
msgid "Unable to upload your file as it is a directory or has 0 bytes"
|
||||
msgstr "Kunne ikke uploade din fil, da det enten er en mappe eller er tom"
|
||||
|
||||
#: js/files.js:218
|
||||
#: js/files.js:212
|
||||
msgid "Upload Error"
|
||||
msgstr "Fejl ved upload"
|
||||
|
||||
#: js/files.js:235
|
||||
#: js/files.js:229
|
||||
msgid "Close"
|
||||
msgstr "Luk"
|
||||
|
||||
#: js/files.js:254 js/files.js:368 js/files.js:398
|
||||
#: js/files.js:248 js/files.js:362 js/files.js:392
|
||||
msgid "Pending"
|
||||
msgstr "Afventer"
|
||||
|
||||
#: js/files.js:274
|
||||
#: js/files.js:268
|
||||
msgid "1 file uploading"
|
||||
msgstr "1 fil uploades"
|
||||
|
||||
#: js/files.js:277 js/files.js:331 js/files.js:346
|
||||
#: js/files.js:271 js/files.js:325 js/files.js:340
|
||||
msgid "{count} files uploading"
|
||||
msgstr "{count} filer uploades"
|
||||
|
||||
#: js/files.js:349 js/files.js:382
|
||||
#: js/files.js:343 js/files.js:376
|
||||
msgid "Upload cancelled."
|
||||
msgstr "Upload afbrudt."
|
||||
|
||||
#: js/files.js:451
|
||||
#: js/files.js:445
|
||||
msgid ""
|
||||
"File upload is in progress. Leaving the page now will cancel the upload."
|
||||
msgstr "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret."
|
||||
|
||||
#: js/files.js:523
|
||||
#: js/files.js:515
|
||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||
msgstr ""
|
||||
msgstr "Ugyldigt mappenavn. Brug af \"Shared\" er forbeholdt Owncloud"
|
||||
|
||||
#: js/files.js:704
|
||||
#: js/files.js:699
|
||||
msgid "{count} files scanned"
|
||||
msgstr "{count} filer skannet"
|
||||
|
||||
#: js/files.js:712
|
||||
#: js/files.js:707
|
||||
msgid "error while scanning"
|
||||
msgstr "fejl under scanning"
|
||||
|
||||
#: js/files.js:785 templates/index.php:65
|
||||
#: js/files.js:780 templates/index.php:66
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
#: js/files.js:786 templates/index.php:76
|
||||
#: js/files.js:781 templates/index.php:77
|
||||
msgid "Size"
|
||||
msgstr "Størrelse"
|
||||
|
||||
#: js/files.js:787 templates/index.php:78
|
||||
#: js/files.js:782 templates/index.php:79
|
||||
msgid "Modified"
|
||||
msgstr "Ændret"
|
||||
|
||||
#: js/files.js:814
|
||||
#: js/files.js:801
|
||||
msgid "1 folder"
|
||||
msgstr "1 mappe"
|
||||
|
||||
#: js/files.js:816
|
||||
#: js/files.js:803
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} mapper"
|
||||
|
||||
#: js/files.js:824
|
||||
#: js/files.js:811
|
||||
msgid "1 file"
|
||||
msgstr "1 fil"
|
||||
|
||||
#: js/files.js:826
|
||||
#: js/files.js:813
|
||||
msgid "{count} files"
|
||||
msgstr "{count} filer"
|
||||
|
||||
|
@ -236,7 +237,7 @@ msgstr "Mappe"
|
|||
|
||||
#: templates/index.php:14
|
||||
msgid "From link"
|
||||
msgstr ""
|
||||
msgstr "Fra link"
|
||||
|
||||
#: templates/index.php:35
|
||||
msgid "Upload"
|
||||
|
@ -246,28 +247,28 @@ msgstr "Upload"
|
|||
msgid "Cancel upload"
|
||||
msgstr "Fortryd upload"
|
||||
|
||||
#: templates/index.php:57
|
||||
#: templates/index.php:58
|
||||
msgid "Nothing in here. Upload something!"
|
||||
msgstr "Her er tomt. Upload noget!"
|
||||
|
||||
#: templates/index.php:71
|
||||
#: templates/index.php:72
|
||||
msgid "Download"
|
||||
msgstr "Download"
|
||||
|
||||
#: templates/index.php:103
|
||||
#: templates/index.php:104
|
||||
msgid "Upload too large"
|
||||
msgstr "Upload for stor"
|
||||
|
||||
#: templates/index.php:105
|
||||
#: templates/index.php:106
|
||||
msgid ""
|
||||
"The files you are trying to upload exceed the maximum size for file uploads "
|
||||
"on this server."
|
||||
msgstr "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server."
|
||||
|
||||
#: templates/index.php:110
|
||||
#: templates/index.php:111
|
||||
msgid "Files are being scanned, please wait."
|
||||
msgstr "Filerne bliver indlæst, vent venligst."
|
||||
|
||||
#: templates/index.php:113
|
||||
#: templates/index.php:114
|
||||
msgid "Current scanning"
|
||||
msgstr "Indlæser"
|
||||
|
|
|
@ -3,15 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <cronner@gmail.com>, 2012.
|
||||
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2012.
|
||||
# Ole Holm Frandsen <froksen@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-13 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-12-11 23:22+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 21:47+0000\n"
|
||||
"Last-Translator: cronner <cronner@gmail.com>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -47,14 +48,14 @@ msgstr "Fejl ved konfiguration af Google Drive plads"
|
|||
msgid ""
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
||||
"is not possible. Please ask your system administrator to install it."
|
||||
msgstr ""
|
||||
msgstr "<b> Advarsel: </ b> \"smbclient\" ikke er installeret. Montering af CIFS / SMB delinger er ikke muligt. Spørg din systemadministrator om at installere det."
|
||||
|
||||
#: lib/config.php:435
|
||||
msgid ""
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
|
||||
" of FTP shares is not possible. Please ask your system administrator to "
|
||||
"install it."
|
||||
msgstr ""
|
||||
msgstr "<b> Advarsel: </ b> FTP-understøttelse i PHP ikke er aktiveret eller installeret. Montering af FTP delinger er ikke muligt. Spørg din systemadministrator om at installere det."
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "External Storage"
|
||||
|
@ -101,7 +102,7 @@ msgid "Users"
|
|||
msgstr "Brugere"
|
||||
|
||||
#: templates/settings.php:108 templates/settings.php:109
|
||||
#: templates/settings.php:149 templates/settings.php:150
|
||||
#: templates/settings.php:144 templates/settings.php:145
|
||||
msgid "Delete"
|
||||
msgstr "Slet"
|
||||
|
||||
|
@ -113,10 +114,10 @@ msgstr "Aktiver ekstern opbevaring for brugere"
|
|||
msgid "Allow users to mount their own external storage"
|
||||
msgstr "Tillad brugere at montere deres egne eksterne opbevaring"
|
||||
|
||||
#: templates/settings.php:139
|
||||
#: templates/settings.php:136
|
||||
msgid "SSL root certificates"
|
||||
msgstr "SSL-rodcertifikater"
|
||||
|
||||
#: templates/settings.php:158
|
||||
#: templates/settings.php:153
|
||||
msgid "Import Root Certificate"
|
||||
msgstr "Importer rodcertifikat"
|
||||
|
|
|
@ -3,15 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <cronner@gmail.com>, 2012.
|
||||
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2012.
|
||||
# <osos@openeyes.dk>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:11+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 21:58+0000\n"
|
||||
"Last-Translator: cronner <cronner@gmail.com>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,43 +20,43 @@ msgstr ""
|
|||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: app.php:285
|
||||
#: app.php:287
|
||||
msgid "Help"
|
||||
msgstr "Hjælp"
|
||||
|
||||
#: app.php:292
|
||||
#: app.php:294
|
||||
msgid "Personal"
|
||||
msgstr "Personlig"
|
||||
|
||||
#: app.php:297
|
||||
#: app.php:299
|
||||
msgid "Settings"
|
||||
msgstr "Indstillinger"
|
||||
|
||||
#: app.php:302
|
||||
#: app.php:304
|
||||
msgid "Users"
|
||||
msgstr "Brugere"
|
||||
|
||||
#: app.php:309
|
||||
#: app.php:311
|
||||
msgid "Apps"
|
||||
msgstr "Apps"
|
||||
|
||||
#: app.php:311
|
||||
#: app.php:313
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
#: files.php:332
|
||||
#: files.php:365
|
||||
msgid "ZIP download is turned off."
|
||||
msgstr "ZIP-download er slået fra."
|
||||
|
||||
#: files.php:333
|
||||
#: files.php:366
|
||||
msgid "Files need to be downloaded one by one."
|
||||
msgstr "Filer skal downloades en for en."
|
||||
|
||||
#: files.php:333 files.php:358
|
||||
#: files.php:366 files.php:391
|
||||
msgid "Back to Files"
|
||||
msgstr "Tilbage til Filer"
|
||||
|
||||
#: files.php:357
|
||||
#: files.php:390
|
||||
msgid "Selected files too large to generate zip file."
|
||||
msgstr "De markerede filer er for store til at generere en ZIP-fil."
|
||||
|
||||
|
@ -81,7 +82,7 @@ msgstr "SMS"
|
|||
|
||||
#: search/provider/file.php:29
|
||||
msgid "Images"
|
||||
msgstr ""
|
||||
msgstr "Billeder"
|
||||
|
||||
#: template.php:103
|
||||
msgid "seconds ago"
|
||||
|
@ -98,12 +99,12 @@ msgstr "%d minutter siden"
|
|||
|
||||
#: template.php:106
|
||||
msgid "1 hour ago"
|
||||
msgstr ""
|
||||
msgstr "1 time siden"
|
||||
|
||||
#: template.php:107
|
||||
#, php-format
|
||||
msgid "%d hours ago"
|
||||
msgstr ""
|
||||
msgstr "%d timer siden"
|
||||
|
||||
#: template.php:108
|
||||
msgid "today"
|
||||
|
@ -125,7 +126,7 @@ msgstr "Sidste måned"
|
|||
#: template.php:112
|
||||
#, php-format
|
||||
msgid "%d months ago"
|
||||
msgstr ""
|
||||
msgstr "%d måneder siden"
|
||||
|
||||
#: template.php:113
|
||||
msgid "last year"
|
||||
|
@ -151,4 +152,4 @@ msgstr "Check for opdateringer er deaktiveret"
|
|||
#: vcategories.php:188 vcategories.php:249
|
||||
#, php-format
|
||||
msgid "Could not find category \"%s\""
|
||||
msgstr ""
|
||||
msgstr "Kunne ikke finde kategorien \"%s\""
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <cronner@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-20 00:11+0100\n"
|
||||
"PO-Revision-Date: 2012-12-19 23:12+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 22:14+0000\n"
|
||||
"Last-Translator: cronner <cronner@gmail.com>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,11 +20,11 @@ msgstr ""
|
|||
|
||||
#: templates/settings.php:4
|
||||
msgid "URL: http://"
|
||||
msgstr ""
|
||||
msgstr "URL: http://"
|
||||
|
||||
#: templates/settings.php:6
|
||||
msgid ""
|
||||
"ownCloud will send the user credentials to this URL is interpret http 401 "
|
||||
"and http 403 as credentials wrong and all other codes as credentials "
|
||||
"correct."
|
||||
msgstr ""
|
||||
msgstr "ownCloud vil sende brugeroplysningerne til denne webadresse er fortolker http 401 og http 403 som brugeroplysninger forkerte og alle andre koder som brugeroplysninger korrekte."
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-20 00:11+0100\n"
|
||||
"PO-Revision-Date: 2012-12-19 23:12+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 13:56+0000\n"
|
||||
"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||
|
||||
#: templates/settings.php:4
|
||||
msgid "URL: http://"
|
||||
msgstr ""
|
||||
msgstr "URL: http://"
|
||||
|
||||
#: templates/settings.php:6
|
||||
msgid ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:11+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:11+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\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"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
# Translators:
|
||||
# <appweb.cn@gmail.com>, 2012.
|
||||
# Dianjin Wang <1132321739qq@gmail.com>, 2012.
|
||||
# Phoenix Nemo <>, 2012.
|
||||
# <suiy02@gmail.com>, 2012.
|
||||
# <wengxt@gmail.com>, 2011, 2012.
|
||||
|
@ -11,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-13 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-12-12 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 14:31+0000\n"
|
||||
"Last-Translator: Dianjin Wang <1132321739qq@gmail.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -24,26 +25,26 @@ msgstr ""
|
|||
#: ajax/share.php:84
|
||||
#, php-format
|
||||
msgid "User %s shared a file with you"
|
||||
msgstr ""
|
||||
msgstr "用户 %s 与您共享了一个文件"
|
||||
|
||||
#: ajax/share.php:86
|
||||
#, php-format
|
||||
msgid "User %s shared a folder with you"
|
||||
msgstr ""
|
||||
msgstr "用户 %s 与您共享了一个文件夹"
|
||||
|
||||
#: ajax/share.php:88
|
||||
#, php-format
|
||||
msgid ""
|
||||
"User %s shared the file \"%s\" with you. It is available for download here: "
|
||||
"%s"
|
||||
msgstr ""
|
||||
msgstr "用户 %s 与您共享了文件\"%s\"。文件下载地址:%s"
|
||||
|
||||
#: ajax/share.php:90
|
||||
#, php-format
|
||||
msgid ""
|
||||
"User %s shared the folder \"%s\" with you. It is available for download "
|
||||
"here: %s"
|
||||
msgstr ""
|
||||
msgstr "用户 %s 与您共享了文件夹\"%s\"。文件夹下载地址:%s"
|
||||
|
||||
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||
msgid "Category type not provided."
|
||||
|
@ -165,8 +166,8 @@ msgid "The object type is not specified."
|
|||
msgstr "未指定对象类型。"
|
||||
|
||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:541
|
||||
#: js/share.js:553
|
||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:554
|
||||
#: js/share.js:566
|
||||
msgid "Error"
|
||||
msgstr "错误"
|
||||
|
||||
|
@ -178,7 +179,7 @@ msgstr "未指定App名称。"
|
|||
msgid "The required file {file} is not installed!"
|
||||
msgstr "所需文件{file}未安装!"
|
||||
|
||||
#: js/share.js:124 js/share.js:581
|
||||
#: js/share.js:124 js/share.js:594
|
||||
msgid "Error while sharing"
|
||||
msgstr "共享时出错"
|
||||
|
||||
|
@ -206,11 +207,11 @@ msgstr "共享"
|
|||
msgid "Share with link"
|
||||
msgstr "共享链接"
|
||||
|
||||
#: js/share.js:164
|
||||
#: js/share.js:166
|
||||
msgid "Password protect"
|
||||
msgstr "密码保护"
|
||||
|
||||
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
||||
#: js/share.js:168 templates/installation.php:44 templates/login.php:35
|
||||
#: templates/verify.php:13
|
||||
msgid "Password"
|
||||
msgstr "密码"
|
||||
|
@ -221,7 +222,7 @@ msgstr ""
|
|||
|
||||
#: js/share.js:173
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
msgstr "发送"
|
||||
|
||||
#: js/share.js:177
|
||||
msgid "Set expiration date"
|
||||
|
@ -275,25 +276,25 @@ msgstr "删除"
|
|||
msgid "share"
|
||||
msgstr "共享"
|
||||
|
||||
#: js/share.js:353 js/share.js:528 js/share.js:530
|
||||
#: js/share.js:356 js/share.js:541
|
||||
msgid "Password protected"
|
||||
msgstr "密码已受保护"
|
||||
|
||||
#: js/share.js:541
|
||||
#: js/share.js:554
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr "取消设置过期日期时出错"
|
||||
|
||||
#: js/share.js:553
|
||||
#: js/share.js:566
|
||||
msgid "Error setting expiration date"
|
||||
msgstr "设置过期日期时出错"
|
||||
|
||||
#: js/share.js:568
|
||||
#: js/share.js:581
|
||||
msgid "Sending ..."
|
||||
msgstr ""
|
||||
msgstr "正在发送..."
|
||||
|
||||
#: js/share.js:579
|
||||
#: js/share.js:592
|
||||
msgid "Email sent"
|
||||
msgstr ""
|
||||
msgstr "邮件已发送"
|
||||
|
||||
#: lostpassword/controller.php:47
|
||||
msgid "ownCloud password reset"
|
||||
|
@ -315,8 +316,8 @@ msgstr "重置邮件已发送。"
|
|||
msgid "Request failed!"
|
||||
msgstr "请求失败!"
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
||||
#: templates/login.php:20
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
|
||||
#: templates/login.php:28
|
||||
msgid "Username"
|
||||
msgstr "用户名"
|
||||
|
||||
|
@ -405,44 +406,44 @@ msgstr "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.
|
|||
msgid "Create an <strong>admin account</strong>"
|
||||
msgstr "创建<strong>管理员账号</strong>"
|
||||
|
||||
#: templates/installation.php:48
|
||||
#: templates/installation.php:50
|
||||
msgid "Advanced"
|
||||
msgstr "高级"
|
||||
|
||||
#: templates/installation.php:50
|
||||
#: templates/installation.php:52
|
||||
msgid "Data folder"
|
||||
msgstr "数据目录"
|
||||
|
||||
#: templates/installation.php:57
|
||||
#: templates/installation.php:59
|
||||
msgid "Configure the database"
|
||||
msgstr "配置数据库"
|
||||
|
||||
#: templates/installation.php:62 templates/installation.php:73
|
||||
#: templates/installation.php:83 templates/installation.php:93
|
||||
#: templates/installation.php:64 templates/installation.php:75
|
||||
#: templates/installation.php:85 templates/installation.php:95
|
||||
msgid "will be used"
|
||||
msgstr "将被使用"
|
||||
|
||||
#: templates/installation.php:105
|
||||
#: templates/installation.php:107
|
||||
msgid "Database user"
|
||||
msgstr "数据库用户"
|
||||
|
||||
#: templates/installation.php:109
|
||||
#: templates/installation.php:111
|
||||
msgid "Database password"
|
||||
msgstr "数据库密码"
|
||||
|
||||
#: templates/installation.php:113
|
||||
#: templates/installation.php:115
|
||||
msgid "Database name"
|
||||
msgstr "数据库名"
|
||||
|
||||
#: templates/installation.php:121
|
||||
#: templates/installation.php:123
|
||||
msgid "Database tablespace"
|
||||
msgstr "数据库表空间"
|
||||
|
||||
#: templates/installation.php:127
|
||||
#: templates/installation.php:129
|
||||
msgid "Database host"
|
||||
msgstr "数据库主机"
|
||||
|
||||
#: templates/installation.php:132
|
||||
#: templates/installation.php:134
|
||||
msgid "Finish setup"
|
||||
msgstr "安装完成"
|
||||
|
||||
|
@ -530,29 +531,29 @@ msgstr "由您掌控的网络服务"
|
|||
msgid "Log out"
|
||||
msgstr "注销"
|
||||
|
||||
#: templates/login.php:8
|
||||
#: templates/login.php:10
|
||||
msgid "Automatic logon rejected!"
|
||||
msgstr "自动登录被拒绝!"
|
||||
|
||||
#: templates/login.php:9
|
||||
#: templates/login.php:11
|
||||
msgid ""
|
||||
"If you did not change your password recently, your account may be "
|
||||
"compromised!"
|
||||
msgstr "如果您没有最近修改您的密码,您的帐户可能会受到影响!"
|
||||
|
||||
#: templates/login.php:10
|
||||
#: templates/login.php:13
|
||||
msgid "Please change your password to secure your account again."
|
||||
msgstr "请修改您的密码,以保护您的账户安全。"
|
||||
|
||||
#: templates/login.php:15
|
||||
#: templates/login.php:19
|
||||
msgid "Lost your password?"
|
||||
msgstr "忘记密码?"
|
||||
|
||||
#: templates/login.php:27
|
||||
#: templates/login.php:39
|
||||
msgid "remember"
|
||||
msgstr "记住"
|
||||
|
||||
#: templates/login.php:28
|
||||
#: templates/login.php:41
|
||||
msgid "Log in"
|
||||
msgstr "登录"
|
||||
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
#
|
||||
# Translators:
|
||||
# <appweb.cn@gmail.com>, 2012.
|
||||
# Dianjin Wang <1132321739qq@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-13 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-12-11 23:22+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 14:40+0000\n"
|
||||
"Last-Translator: Dianjin Wang <1132321739qq@gmail.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -46,14 +47,14 @@ msgstr "配置Google Drive存储时出错"
|
|||
msgid ""
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
||||
"is not possible. Please ask your system administrator to install it."
|
||||
msgstr ""
|
||||
msgstr "<b>警告:</b>“smbclient” 尚未安装。CIFS/SMB 分享挂载无法实现。请咨询系统管理员进行安装。"
|
||||
|
||||
#: lib/config.php:435
|
||||
msgid ""
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
|
||||
" of FTP shares is not possible. Please ask your system administrator to "
|
||||
"install it."
|
||||
msgstr ""
|
||||
msgstr "<b>警告:</b>PHP中尚未启用或安装FTP。FTP 分享挂载无法实现。请咨询系统管理员进行安装。"
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "External Storage"
|
||||
|
@ -100,7 +101,7 @@ msgid "Users"
|
|||
msgstr "用户"
|
||||
|
||||
#: templates/settings.php:108 templates/settings.php:109
|
||||
#: templates/settings.php:149 templates/settings.php:150
|
||||
#: templates/settings.php:144 templates/settings.php:145
|
||||
msgid "Delete"
|
||||
msgstr "删除"
|
||||
|
||||
|
@ -112,10 +113,10 @@ msgstr "启用用户外部存储"
|
|||
msgid "Allow users to mount their own external storage"
|
||||
msgstr "允许用户挂载自有外部存储"
|
||||
|
||||
#: templates/settings.php:139
|
||||
#: templates/settings.php:136
|
||||
msgid "SSL root certificates"
|
||||
msgstr "SSL根证书"
|
||||
|
||||
#: templates/settings.php:158
|
||||
#: templates/settings.php:153
|
||||
msgid "Import Root Certificate"
|
||||
msgstr "导入根证书"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
# Translators:
|
||||
# <appweb.cn@gmail.com>, 2012.
|
||||
# Dianjin Wang <1132321739qq@gmail.com>, 2012.
|
||||
# Phoenix Nemo <>, 2012.
|
||||
# <rainofchaos@gmail.com>, 2012.
|
||||
# <suiy02@gmail.com>, 2012.
|
||||
|
@ -12,9 +13,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-21 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:11+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 13:54+0000\n"
|
||||
"Last-Translator: Dianjin Wang <1132321739qq@gmail.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -122,27 +123,27 @@ msgstr "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>
|
|||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr ""
|
||||
msgstr "用户文档"
|
||||
|
||||
#: templates/help.php:4
|
||||
msgid "Administrator Documentation"
|
||||
msgstr ""
|
||||
msgstr "管理员文档"
|
||||
|
||||
#: templates/help.php:6
|
||||
msgid "Online Documentation"
|
||||
msgstr ""
|
||||
msgstr "在线文档"
|
||||
|
||||
#: templates/help.php:7
|
||||
msgid "Forum"
|
||||
msgstr ""
|
||||
msgstr "论坛"
|
||||
|
||||
#: templates/help.php:9
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
msgstr "问题跟踪器"
|
||||
|
||||
#: templates/help.php:11
|
||||
msgid "Commercial Support"
|
||||
msgstr ""
|
||||
msgstr "商业支持"
|
||||
|
||||
#: templates/personal.php:8
|
||||
#, php-format
|
||||
|
@ -155,15 +156,15 @@ msgstr "客户"
|
|||
|
||||
#: templates/personal.php:13
|
||||
msgid "Download Desktop Clients"
|
||||
msgstr ""
|
||||
msgstr "下载桌面客户端"
|
||||
|
||||
#: templates/personal.php:14
|
||||
msgid "Download Android Client"
|
||||
msgstr ""
|
||||
msgstr "下载 Android 客户端"
|
||||
|
||||
#: templates/personal.php:15
|
||||
msgid "Download iOS Client"
|
||||
msgstr ""
|
||||
msgstr "下载 iOS 客户端"
|
||||
|
||||
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
|
@ -215,15 +216,15 @@ msgstr "帮助翻译"
|
|||
|
||||
#: templates/personal.php:52
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:54
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
msgstr "用该地址来连接文件管理器中的 ownCloud"
|
||||
|
||||
#: templates/personal.php:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
msgstr "版本"
|
||||
|
||||
#: templates/personal.php:65
|
||||
msgid ""
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
#
|
||||
# Translators:
|
||||
# <appweb.cn@gmail.com>, 2012.
|
||||
# Dianjin Wang <1132321739qq@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-12-20 00:11+0100\n"
|
||||
"PO-Revision-Date: 2012-12-19 23:12+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-12-24 00:10+0100\n"
|
||||
"PO-Revision-Date: 2012-12-23 13:55+0000\n"
|
||||
"Last-Translator: Dianjin Wang <1132321739qq@gmail.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +21,7 @@ msgstr ""
|
|||
|
||||
#: templates/settings.php:4
|
||||
msgid "URL: http://"
|
||||
msgstr ""
|
||||
msgstr "URL:http://"
|
||||
|
||||
#: templates/settings.php:6
|
||||
msgid ""
|
||||
|
|
|
@ -5,5 +5,8 @@
|
|||
"Users" => "المستخدمين",
|
||||
"Authentication error" => "لم يتم التأكد من الشخصية بنجاح",
|
||||
"Files" => "الملفات",
|
||||
"Text" => "معلومات إضافية"
|
||||
"Text" => "معلومات إضافية",
|
||||
"seconds ago" => "منذ ثواني",
|
||||
"1 minute ago" => "منذ دقيقة",
|
||||
"today" => "اليوم"
|
||||
);
|
||||
|
|
|
@ -14,16 +14,21 @@
|
|||
"Token expired. Please reload page." => "Adgang er udløbet. Genindlæs siden.",
|
||||
"Files" => "Filer",
|
||||
"Text" => "SMS",
|
||||
"Images" => "Billeder",
|
||||
"seconds ago" => "sekunder siden",
|
||||
"1 minute ago" => "1 minut siden",
|
||||
"%d minutes ago" => "%d minutter siden",
|
||||
"1 hour ago" => "1 time siden",
|
||||
"%d hours ago" => "%d timer siden",
|
||||
"today" => "I dag",
|
||||
"yesterday" => "I går",
|
||||
"%d days ago" => "%d dage siden",
|
||||
"last month" => "Sidste måned",
|
||||
"%d months ago" => "%d måneder siden",
|
||||
"last year" => "Sidste år",
|
||||
"years ago" => "år siden",
|
||||
"%s is available. Get <a href=\"%s\">more information</a>" => "%s er tilgængelig. Få <a href=\"%s\">mere information</a>",
|
||||
"up to date" => "opdateret",
|
||||
"updates check is disabled" => "Check for opdateringer er deaktiveret"
|
||||
"updates check is disabled" => "Check for opdateringer er deaktiveret",
|
||||
"Could not find category \"%s\"" => "Kunne ikke finde kategorien \"%s\""
|
||||
);
|
||||
|
|
|
@ -1,14 +1,41 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Unable to load list from App Store" => "فشل تحميل القائمة من الآب ستور",
|
||||
"Group already exists" => "المجموعة موجودة مسبقاً",
|
||||
"Unable to add group" => "فشل إضافة المجموعة",
|
||||
"Could not enable app. " => "فشل عملية تفعيل التطبيق",
|
||||
"Email saved" => "تم حفظ البريد الإلكتروني",
|
||||
"Invalid email" => "البريد الإلكتروني غير صالح",
|
||||
"OpenID Changed" => "تم تغيير ال OpenID",
|
||||
"Invalid request" => "طلبك غير مفهوم",
|
||||
"Unable to delete group" => "فشل إزالة المجموعة",
|
||||
"Authentication error" => "لم يتم التأكد من الشخصية بنجاح",
|
||||
"Unable to delete user" => "فشل إزالة المستخدم",
|
||||
"Language changed" => "تم تغيير اللغة",
|
||||
"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",
|
||||
"Disable" => "إيقاف",
|
||||
"Enable" => "تفعيل",
|
||||
"Saving..." => "حفظ",
|
||||
"__language_name__" => "__language_name__",
|
||||
"Add your App" => "أضف تطبيقاتك",
|
||||
"More Apps" => "المزيد من التطبيقات",
|
||||
"Select an App" => "إختر تطبيقاً",
|
||||
"See application page at apps.owncloud.com" => "راجع صفحة التطبيق على apps.owncloud.com",
|
||||
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-ترخيص من قبل <span class=\"author\"></span>",
|
||||
"User Documentation" => "كتاب توثيق المستخدم",
|
||||
"Administrator Documentation" => "كتاب توثيق المدير",
|
||||
"Online Documentation" => "توثيق متوفر على الشبكة",
|
||||
"Forum" => "منتدى",
|
||||
"Bugtracker" => "تعقب علة",
|
||||
"Commercial Support" => "دعم تجاري",
|
||||
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "تم إستهلاك <strong>%s</strong> من المتوفر <strong>%s</strong>",
|
||||
"Clients" => "الزبائن",
|
||||
"Download Desktop Clients" => "تحميل عملاء سطح المكتب",
|
||||
"Download Android Client" => "تحميل عميل آندرويد",
|
||||
"Download iOS Client" => "تحميل عميل آي أو أس",
|
||||
"Password" => "كلمات السر",
|
||||
"Your password was changed" => "لقد تم تغيير كلمة السر",
|
||||
"Unable to change your password" => "لم يتم تعديل كلمة السر بنجاح",
|
||||
"Current password" => "كلمات السر الحالية",
|
||||
"New password" => "كلمات سر جديدة",
|
||||
|
@ -19,10 +46,16 @@
|
|||
"Fill in an email address to enable password recovery" => "أدخل عنوانك البريدي لتفعيل استرجاع كلمة المرور",
|
||||
"Language" => "اللغة",
|
||||
"Help translate" => "ساعد في الترجمه",
|
||||
"WebDAV" => "WebDAV",
|
||||
"Use this address to connect to your ownCloud in your file manager" => "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات",
|
||||
"Version" => "إصدار",
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "طوّر من قبل <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud مجتمع</a>, الـ <a href=\"https://github.com/owncloud\" target=\"_blank\">النص المصدري</a> مرخص بموجب <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">رخصة أفيرو العمومية</abbr></a>.",
|
||||
"Name" => "الاسم",
|
||||
"Groups" => "مجموعات",
|
||||
"Create" => "انشئ",
|
||||
"Default Quota" => "الحصة النسبية الإفتراضية",
|
||||
"Other" => "شيء آخر",
|
||||
"Group Admin" => "مدير المجموعة",
|
||||
"Quota" => "حصه",
|
||||
"Delete" => "حذف"
|
||||
);
|
||||
|
|
|
@ -23,8 +23,17 @@
|
|||
"Select an App" => "选择一个应用",
|
||||
"See application page at apps.owncloud.com" => "查看在 app.owncloud.com 的应用程序页面",
|
||||
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>",
|
||||
"User Documentation" => "用户文档",
|
||||
"Administrator Documentation" => "管理员文档",
|
||||
"Online Documentation" => "在线文档",
|
||||
"Forum" => "论坛",
|
||||
"Bugtracker" => "问题跟踪器",
|
||||
"Commercial Support" => "商业支持",
|
||||
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "你已使用 <strong>%s</strong>,有效空间 <strong>%s</strong>",
|
||||
"Clients" => "客户",
|
||||
"Download Desktop Clients" => "下载桌面客户端",
|
||||
"Download Android Client" => "下载 Android 客户端",
|
||||
"Download iOS Client" => "下载 iOS 客户端",
|
||||
"Password" => "密码",
|
||||
"Your password was changed" => "密码已修改",
|
||||
"Unable to change your password" => "无法修改密码",
|
||||
|
@ -37,6 +46,9 @@
|
|||
"Fill in an email address to enable password recovery" => "填写电子邮件地址以启用密码恢复功能",
|
||||
"Language" => "语言",
|
||||
"Help translate" => "帮助翻译",
|
||||
"WebDAV" => "WebDAV",
|
||||
"Use this address to connect to your ownCloud in your file manager" => "用该地址来连接文件管理器中的 ownCloud",
|
||||
"Version" => "版本",
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud社区</a>开发, <a href=\"https://github.com/owncloud\" target=\"_blank\">源代码</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>许可证下发布。",
|
||||
"Name" => "名称",
|
||||
"Groups" => "组",
|
||||
|
|
Loading…
Reference in New Issue