[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-01-17 01:54:53 -05:00
parent 3bf43f5b38
commit 2095a31000
20 changed files with 260 additions and 6 deletions

View File

@ -1,23 +1,55 @@
OC.L10N.register(
"files_external",
{
"External storage" : "אחסון חיצוני",
"Insufficient data: %s" : "מידע לא מספק: %s",
"%s" : "%s",
"Personal" : "אישי",
"System" : "מערכת",
"Grant access" : "הענקת גישה",
"Access granted" : "הוענקה גישה",
"Enable encryption" : "אפשר הצפנה",
"Check for changes" : "בדיקה אחר שינויים",
"Never" : "לעולם לא",
"(group)" : "(קבוצה)",
"Admin defined" : "הוגדר מנהל",
"Saved" : "נשמר",
"Access key" : "מפתח כניסה",
"None" : "כלום",
"App key" : "מפתח יישום",
"Username" : "שם משתמש",
"Password" : "סיסמא",
"Port" : "פורט",
"API key" : "מפתח API",
"Username and password" : "שם משתמש וסיסמא",
"Session credentials" : "אישורי סשן",
"RSA public key" : "מפתח ציבורי RSA",
"Public key" : "מפתח ציבורי",
"Amazon S3" : "אמזון S3",
"Bucket" : "סל",
"Hostname" : "שם מארח",
"Port" : "שער",
"Region" : "אזור",
"Enable SSL" : "הפעלת SSL",
"WebDAV" : "WebDAV",
"URL" : "כתובת",
"URL" : "נתיב אינטרנט",
"Remote subfolder" : "תיקיית משנה רחוקה",
"Secure https://" : "פרוטוקול מאובטח https://",
"Dropbox" : "דרופבוקס",
"FTP" : "FTP",
"Host" : "מארח",
"Secure ftps://" : "פרוטוקול מאובטח ftps://",
"Google Drive" : "גוגל דרייב",
"Local" : "מקומי",
"Location" : "מיקום",
"ownCloud" : "ownCloud",
"SFTP" : "SFTP",
"Root" : "נתיב ראשי",
"SFTP with secret key login" : "SFTP עם מפתח כניסה סודי",
"SMB / CIFS" : "SMB / CIFS",
"Share" : "שיתוף",
"Domain" : "שם תחום",
"SMB / CIFS using OC login" : "SMB / CIFS בשימוש עם כניסת OC",
"Username as share" : "שם משתמש כשיתוף",
"Name" : "שם",
"External Storage" : "אחסון חיצוני",
"Folder name" : "שם התיקייה",

View File

@ -1,21 +1,53 @@
{ "translations": {
"External storage" : "אחסון חיצוני",
"Insufficient data: %s" : "מידע לא מספק: %s",
"%s" : "%s",
"Personal" : "אישי",
"System" : "מערכת",
"Grant access" : "הענקת גישה",
"Access granted" : "הוענקה גישה",
"Enable encryption" : "אפשר הצפנה",
"Check for changes" : "בדיקה אחר שינויים",
"Never" : "לעולם לא",
"(group)" : "(קבוצה)",
"Admin defined" : "הוגדר מנהל",
"Saved" : "נשמר",
"Access key" : "מפתח כניסה",
"None" : "כלום",
"App key" : "מפתח יישום",
"Username" : "שם משתמש",
"Password" : "סיסמא",
"Port" : "פורט",
"API key" : "מפתח API",
"Username and password" : "שם משתמש וסיסמא",
"Session credentials" : "אישורי סשן",
"RSA public key" : "מפתח ציבורי RSA",
"Public key" : "מפתח ציבורי",
"Amazon S3" : "אמזון S3",
"Bucket" : "סל",
"Hostname" : "שם מארח",
"Port" : "שער",
"Region" : "אזור",
"Enable SSL" : "הפעלת SSL",
"WebDAV" : "WebDAV",
"URL" : "כתובת",
"URL" : "נתיב אינטרנט",
"Remote subfolder" : "תיקיית משנה רחוקה",
"Secure https://" : "פרוטוקול מאובטח https://",
"Dropbox" : "דרופבוקס",
"FTP" : "FTP",
"Host" : "מארח",
"Secure ftps://" : "פרוטוקול מאובטח ftps://",
"Google Drive" : "גוגל דרייב",
"Local" : "מקומי",
"Location" : "מיקום",
"ownCloud" : "ownCloud",
"SFTP" : "SFTP",
"Root" : "נתיב ראשי",
"SFTP with secret key login" : "SFTP עם מפתח כניסה סודי",
"SMB / CIFS" : "SMB / CIFS",
"Share" : "שיתוף",
"Domain" : "שם תחום",
"SMB / CIFS using OC login" : "SMB / CIFS בשימוש עם כניסת OC",
"Username as share" : "שם משתמש כשיתוף",
"Name" : "שם",
"External Storage" : "אחסון חיצוני",
"Folder name" : "שם התיקייה",

View File

@ -42,6 +42,7 @@ OC.L10N.register(
"There was an error with message: " : "メッセージ付きのエラーが発生しました:",
"External mount error" : "外部マウントエラー",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ネットワークドライブのマウントポイントリストを取得出来ませんでした:サーバーから空の応答がありました",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "いくつかの設定済み外部マウントポイントに接続できませんでした。詳細情報は赤い行をクリックしてください",
"Access key" : "アクセスキー",
"Secret key" : "シークレットキー",
"Builtin" : "ビルトイン",

View File

@ -40,6 +40,7 @@
"There was an error with message: " : "メッセージ付きのエラーが発生しました:",
"External mount error" : "外部マウントエラー",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ネットワークドライブのマウントポイントリストを取得出来ませんでした:サーバーから空の応答がありました",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "いくつかの設定済み外部マウントポイントに接続できませんでした。詳細情報は赤い行をクリックしてください",
"Access key" : "アクセスキー",
"Secret key" : "シークレットキー",
"Builtin" : "ビルトイン",

View File

@ -1,15 +1,28 @@
OC.L10N.register(
"core",
{
"Couldn't send mail to following users: %s " : "לא ניתן היה לשלוח דואר אלקטרוני למשתמשים הבאים %s ",
"Preparing update" : "מכין עדכון",
"Turned on maintenance mode" : "הפעלת מצב אחזקה",
"Turned off maintenance mode" : "כיבוי מצב אחזקה",
"Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
"Updating database schema" : "עדכון סכימת מסד נתונים",
"Updated database" : "עדכון מסד נתונים",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
"Checked database schema update" : "עדכון סכימת מסד נתונים נבדק",
"Checking updates of apps" : "בדיקת עדכוני יישומים",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים עבור %s ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
"Checked database schema update for apps" : "עדכון סכימת מסד נתונים ליישומים נבדק",
"Updated \"%s\" to %s" : "מעדכן \"%s\" ל- %s",
"Repair warning: " : "אזהרת תיקון:",
"Repair error: " : "שגיאת תיקון:",
"Set log level to debug" : "קביעת רמת דיווח לתהליך ניפוי בשגיאות",
"Reset log level" : "קביעה מחדש לרמת דיווח",
"Starting code integrity check" : "התחלת בדיקת תקינות קוד",
"Finished code integrity check" : "סיום בדיקת תקינות קוד",
"%s (3rdparty)" : "%s (צד שלישי)",
"%s (incompatible)" : "%s (לא תואם)",
"Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s",
"Already up to date" : "כבר עדכני",
"Please select a file." : "יש לבחור קובץ.",
"File is too big" : "הקובץ גדול מדי",
@ -18,6 +31,10 @@ OC.L10N.register(
"Unknown filetype" : "סוג קובץ לא מוכר",
"Invalid image" : "תמונה לא חוקית",
"An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.",
"No temporary profile picture available, try again" : "לא קיימת תמונת פרופיל זמנית, יש לנסות שוב",
"No crop data provided" : "לא סופק מידע קיטום",
"No valid crop data provided" : "לא סופק מידע קיטום חוקי",
"Crop is not square" : "הקיטום אינו מרובע",
"Sunday" : "יום ראשון",
"Monday" : "יום שני",
"Tuesday" : "יום שלישי",
@ -63,24 +80,43 @@ OC.L10N.register(
"Oct." : "אוק׳",
"Nov." : "נוב׳",
"Dec." : "דצמ׳",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">קיימות בעיות עם בדיקת תקינות קוד. למידע נוסף…</a>",
"Settings" : "הגדרות",
"Saving..." : "שמירה…",
"seconds ago" : "שניות",
"Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "הקישור לאיפוס הסיסמא שלך נשלח אליך בדואר אלקטרוני. אם לא קיבלת את הקישור תוך זמן סביר, מוטב לבדוק את תיבת דואר הזבל/ספאם שלך.<br>אם ההודעה אינה שם, יש לשאול את המנהל המקומי שלך .",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "הקבצים שלך מוצפנים. אם לא הפעלת את מפתח השחזור, לא תהיה דרך לקבל את המידע מחדש אחרי שהסיסמא תאופס.<br />אם אין לך מושג מה לעשות what to do, מוטב לפנות למנהל שלך לפני ההמשך. <br />האם באמת ברצונך להמשיך?",
"I know what I'm doing" : "אני יודע/ת מה אני עושה",
"Password can not be changed. Please contact your administrator." : "לא ניתן לשנות את הסיסמא. יש לפנות למנהל שלך.",
"No" : "לא",
"Yes" : "כן",
"Choose" : "בחירה",
"Error loading file picker template: {error}" : "שגיאה בטעינת תבנית בחירת הקבצים: {error}",
"Ok" : "בסדר",
"Error loading message template: {error}" : "שגיאה בטעינת תבנית ההודעות: {error}",
"read-only" : "לקריאה בלבד",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} הנגשות קובץ","{count} התנגשויות קבצים"],
"One file conflict" : "התנגשות קובץ אחת",
"New Files" : "קבצים חדשים",
"Already existing files" : "קבצים קיימים כבר",
"Which files do you want to keep?" : "אילו קבצים ברצונך לשמור?",
"If you select both versions, the copied file will have a number added to its name." : "אם תבחר האפשרות לשמור את שתי הגרסאות, לשם קובץ המועתק יתווסף מספר.",
"Cancel" : "ביטול",
"Continue" : "המשך",
"(all selected)" : "(הכול נבחר)",
"({count} selected)" : "({count} נבחרו)",
"Error loading file exists template" : "שגיאה בטעינת קובץ תבנית קיימים",
"Very weak password" : "סיסמא מאוד חלשה",
"Weak password" : "סיסמא חלשה",
"So-so password" : "סיסמא ככה-ככה",
"Good password" : "סיסמא טובה",
"Strong password" : "סיסמא חזקה",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "שרת האינטרנט שלך אינו מוגדר כהלכה לאפשר סנכרון כיוון שממשק ה־WebDAV כנראה שבור.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך לא מוגדר כהלכה לפתור \"{url}\". מידע נוסף קיים <a target=\"_blank\" href=\"{docLink}\">במסמכים</a> שלנו.",
"Error occurred while checking server setup" : "שגיאה אירעה בזמן בדיקת התקנת השרת",
"Shared" : "שותף",
"Shared with {recipients}" : "שיתוף עם {recipients}",
"Error" : "שגיאה",
"Error while sharing" : "שגיאה במהלך השיתוף",
"Error while unsharing" : "שגיאה במהלך ביטול השיתוף",
@ -114,40 +150,77 @@ OC.L10N.register(
"change" : "שינוי",
"delete" : "מחיקה",
"access control" : "בקרת גישה",
"Share details could not be loaded for this item." : "לא ניתן היה לטעון מידע שיתוף לפריט זה",
"An error occured. Please try again" : "אירעה שגיאה. יש לנסות בבקשה שוב",
"Share" : "שתף",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud",
"Share with users or groups …" : "שיתוף עם משתמשים או קבוצות...",
"Share with users, groups or remote users …" : "שיתוף עם משתמשים, קבוצות או משתמשים חצוניים...",
"Warning" : "אזהרה",
"Error while sending notification" : "שגיאה בזמן שליחת הודעה",
"The object type is not specified." : "סוג הפריט לא צוין.",
"Enter new" : "הכנסת חדש",
"Delete" : "מחיקה",
"Add" : "הוספה",
"Edit tags" : "עריכת תגים",
"Error loading dialog template: {error}" : "שגיאה בזמן טעינת תבנית דיאלוג: {error}",
"No tags selected for deletion." : "לא סומנו תגים למחיקה.",
"unknown text" : "מלל לא מוכר",
"Hello world!" : "שלום עולם!",
"sunny" : "שמשי",
"Hello {name}, the weather is {weather}" : "שלום {name}, מזג האוויר הנו {weather}",
"Hello {name}" : "שלום {name}",
"_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים"],
"{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
"An error occurred." : "אירעה שגיאה.",
"Please reload the page." : "יש להעלות מחדש דף זה.",
"The update was unsuccessful. " : "העדכון בוצע בהצלחה.",
"The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.",
"The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
"%s password reset" : "%s הסיסמא אופסה",
"Use the following link to reset your password: {link}" : "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}",
"New password" : "ססמה חדשה",
"New Password" : "סיסמא חדשה",
"Reset password" : "איפוס ססמה",
"Searching other places" : "מחפש במקומות אחרים",
"No search results in other folders" : "אין תוצאות חיפוש בתיקיות אחרות",
"Personal" : "אישי",
"Users" : "משתמשים",
"Apps" : "יישומים",
"Admin" : "מנהל",
"Help" : "עזרה",
"Error loading tags" : "שגיאה בטעינת תגיות",
"Tag already exists" : "תגית כבר קיימת",
"Error deleting tag(s)" : "שגיאה במחיקת תגית(יות)",
"Error tagging" : "שגיאה בביצוע תגיות",
"Error untagging" : "שגיאה בהסרת תגיות",
"Error favoriting" : "שגיאה בקביעת מועדפים",
"Error unfavoriting" : "שגיאה בהסרת מועדפים",
"Access forbidden" : "הגישה נחסמה",
"File not found" : "קובץ לא נמצא",
"The specified document has not been found on the server." : "המסמך המבוקש לא נמצא על השרת.",
"You can click here to return to %s." : "ניתן ללחוץ כאן לחזרה אל %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "שלום רב,\n\nרצינו לעדכן אותך ש- %s שיתף/שיתפה %s איתך.\nניתן לצפות בשיתוף כאן: %s\n\n",
"The share will expire on %s." : "השיתוף יפוג תוקף ב- %s.",
"Cheers!" : "לחיים!",
"Internal Server Error" : "שגיאה פנימית בשרת",
"Technical details" : "פרטים טכנים",
"Remote Address: %s" : "כתובת מרוחקת: %s",
"Request ID: %s" : "מספר זיהוי מבוקש: %s",
"Type: %s" : "סוג: %s",
"Code: %s" : "קוד: %s",
"Message: %s" : "הודעה: %s",
"File: %s" : "קובץ: %s",
"Line: %s" : "שורה: %s",
"Trace" : "עקבות",
"Security warning" : "אזהרת אבטחה",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.",
"Create an <strong>admin account</strong>" : "יצירת <strong>חשבון מנהל</strong>",
"Username" : "שם משתמש",
"Storage & database" : "אחסון ומסד נתונים",
"Data folder" : "תיקיית נתונים",
"Configure the database" : "הגדרת מסד הנתונים",
"Only %s is available." : "רק %s זמין.",
"Database user" : "שם משתמש במסד הנתונים",
"Database password" : "ססמת מסד הנתונים",
"Database name" : "שם מסד הנתונים",
@ -155,6 +228,7 @@ OC.L10N.register(
"Database host" : "שרת בסיס נתונים",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "במיוחד כאשר משתמשים במחשב שולחני לסנכרון קבצים השימוש ב SQLite אינו מומלץ.",
"Finish setup" : "סיום התקנה",
"Finishing …" : "מסיים...",
"Need help?" : "עזרה נזקקת?",
"Log out" : "התנתקות",
"Search" : "חיפוש",

View File

@ -1,13 +1,26 @@
{ "translations": {
"Couldn't send mail to following users: %s " : "לא ניתן היה לשלוח דואר אלקטרוני למשתמשים הבאים %s ",
"Preparing update" : "מכין עדכון",
"Turned on maintenance mode" : "הפעלת מצב אחזקה",
"Turned off maintenance mode" : "כיבוי מצב אחזקה",
"Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
"Updating database schema" : "עדכון סכימת מסד נתונים",
"Updated database" : "עדכון מסד נתונים",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
"Checked database schema update" : "עדכון סכימת מסד נתונים נבדק",
"Checking updates of apps" : "בדיקת עדכוני יישומים",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים עבור %s ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
"Checked database schema update for apps" : "עדכון סכימת מסד נתונים ליישומים נבדק",
"Updated \"%s\" to %s" : "מעדכן \"%s\" ל- %s",
"Repair warning: " : "אזהרת תיקון:",
"Repair error: " : "שגיאת תיקון:",
"Set log level to debug" : "קביעת רמת דיווח לתהליך ניפוי בשגיאות",
"Reset log level" : "קביעה מחדש לרמת דיווח",
"Starting code integrity check" : "התחלת בדיקת תקינות קוד",
"Finished code integrity check" : "סיום בדיקת תקינות קוד",
"%s (3rdparty)" : "%s (צד שלישי)",
"%s (incompatible)" : "%s (לא תואם)",
"Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s",
"Already up to date" : "כבר עדכני",
"Please select a file." : "יש לבחור קובץ.",
"File is too big" : "הקובץ גדול מדי",
@ -16,6 +29,10 @@
"Unknown filetype" : "סוג קובץ לא מוכר",
"Invalid image" : "תמונה לא חוקית",
"An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.",
"No temporary profile picture available, try again" : "לא קיימת תמונת פרופיל זמנית, יש לנסות שוב",
"No crop data provided" : "לא סופק מידע קיטום",
"No valid crop data provided" : "לא סופק מידע קיטום חוקי",
"Crop is not square" : "הקיטום אינו מרובע",
"Sunday" : "יום ראשון",
"Monday" : "יום שני",
"Tuesday" : "יום שלישי",
@ -61,24 +78,43 @@
"Oct." : "אוק׳",
"Nov." : "נוב׳",
"Dec." : "דצמ׳",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">קיימות בעיות עם בדיקת תקינות קוד. למידע נוסף…</a>",
"Settings" : "הגדרות",
"Saving..." : "שמירה…",
"seconds ago" : "שניות",
"Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "הקישור לאיפוס הסיסמא שלך נשלח אליך בדואר אלקטרוני. אם לא קיבלת את הקישור תוך זמן סביר, מוטב לבדוק את תיבת דואר הזבל/ספאם שלך.<br>אם ההודעה אינה שם, יש לשאול את המנהל המקומי שלך .",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "הקבצים שלך מוצפנים. אם לא הפעלת את מפתח השחזור, לא תהיה דרך לקבל את המידע מחדש אחרי שהסיסמא תאופס.<br />אם אין לך מושג מה לעשות what to do, מוטב לפנות למנהל שלך לפני ההמשך. <br />האם באמת ברצונך להמשיך?",
"I know what I'm doing" : "אני יודע/ת מה אני עושה",
"Password can not be changed. Please contact your administrator." : "לא ניתן לשנות את הסיסמא. יש לפנות למנהל שלך.",
"No" : "לא",
"Yes" : "כן",
"Choose" : "בחירה",
"Error loading file picker template: {error}" : "שגיאה בטעינת תבנית בחירת הקבצים: {error}",
"Ok" : "בסדר",
"Error loading message template: {error}" : "שגיאה בטעינת תבנית ההודעות: {error}",
"read-only" : "לקריאה בלבד",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} הנגשות קובץ","{count} התנגשויות קבצים"],
"One file conflict" : "התנגשות קובץ אחת",
"New Files" : "קבצים חדשים",
"Already existing files" : "קבצים קיימים כבר",
"Which files do you want to keep?" : "אילו קבצים ברצונך לשמור?",
"If you select both versions, the copied file will have a number added to its name." : "אם תבחר האפשרות לשמור את שתי הגרסאות, לשם קובץ המועתק יתווסף מספר.",
"Cancel" : "ביטול",
"Continue" : "המשך",
"(all selected)" : "(הכול נבחר)",
"({count} selected)" : "({count} נבחרו)",
"Error loading file exists template" : "שגיאה בטעינת קובץ תבנית קיימים",
"Very weak password" : "סיסמא מאוד חלשה",
"Weak password" : "סיסמא חלשה",
"So-so password" : "סיסמא ככה-ככה",
"Good password" : "סיסמא טובה",
"Strong password" : "סיסמא חזקה",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "שרת האינטרנט שלך אינו מוגדר כהלכה לאפשר סנכרון כיוון שממשק ה־WebDAV כנראה שבור.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך לא מוגדר כהלכה לפתור \"{url}\". מידע נוסף קיים <a target=\"_blank\" href=\"{docLink}\">במסמכים</a> שלנו.",
"Error occurred while checking server setup" : "שגיאה אירעה בזמן בדיקת התקנת השרת",
"Shared" : "שותף",
"Shared with {recipients}" : "שיתוף עם {recipients}",
"Error" : "שגיאה",
"Error while sharing" : "שגיאה במהלך השיתוף",
"Error while unsharing" : "שגיאה במהלך ביטול השיתוף",
@ -112,40 +148,77 @@
"change" : "שינוי",
"delete" : "מחיקה",
"access control" : "בקרת גישה",
"Share details could not be loaded for this item." : "לא ניתן היה לטעון מידע שיתוף לפריט זה",
"An error occured. Please try again" : "אירעה שגיאה. יש לנסות בבקשה שוב",
"Share" : "שתף",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud",
"Share with users or groups …" : "שיתוף עם משתמשים או קבוצות...",
"Share with users, groups or remote users …" : "שיתוף עם משתמשים, קבוצות או משתמשים חצוניים...",
"Warning" : "אזהרה",
"Error while sending notification" : "שגיאה בזמן שליחת הודעה",
"The object type is not specified." : "סוג הפריט לא צוין.",
"Enter new" : "הכנסת חדש",
"Delete" : "מחיקה",
"Add" : "הוספה",
"Edit tags" : "עריכת תגים",
"Error loading dialog template: {error}" : "שגיאה בזמן טעינת תבנית דיאלוג: {error}",
"No tags selected for deletion." : "לא סומנו תגים למחיקה.",
"unknown text" : "מלל לא מוכר",
"Hello world!" : "שלום עולם!",
"sunny" : "שמשי",
"Hello {name}, the weather is {weather}" : "שלום {name}, מזג האוויר הנו {weather}",
"Hello {name}" : "שלום {name}",
"_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים"],
"{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
"An error occurred." : "אירעה שגיאה.",
"Please reload the page." : "יש להעלות מחדש דף זה.",
"The update was unsuccessful. " : "העדכון בוצע בהצלחה.",
"The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.",
"The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
"%s password reset" : "%s הסיסמא אופסה",
"Use the following link to reset your password: {link}" : "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}",
"New password" : "ססמה חדשה",
"New Password" : "סיסמא חדשה",
"Reset password" : "איפוס ססמה",
"Searching other places" : "מחפש במקומות אחרים",
"No search results in other folders" : "אין תוצאות חיפוש בתיקיות אחרות",
"Personal" : "אישי",
"Users" : "משתמשים",
"Apps" : "יישומים",
"Admin" : "מנהל",
"Help" : "עזרה",
"Error loading tags" : "שגיאה בטעינת תגיות",
"Tag already exists" : "תגית כבר קיימת",
"Error deleting tag(s)" : "שגיאה במחיקת תגית(יות)",
"Error tagging" : "שגיאה בביצוע תגיות",
"Error untagging" : "שגיאה בהסרת תגיות",
"Error favoriting" : "שגיאה בקביעת מועדפים",
"Error unfavoriting" : "שגיאה בהסרת מועדפים",
"Access forbidden" : "הגישה נחסמה",
"File not found" : "קובץ לא נמצא",
"The specified document has not been found on the server." : "המסמך המבוקש לא נמצא על השרת.",
"You can click here to return to %s." : "ניתן ללחוץ כאן לחזרה אל %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "שלום רב,\n\nרצינו לעדכן אותך ש- %s שיתף/שיתפה %s איתך.\nניתן לצפות בשיתוף כאן: %s\n\n",
"The share will expire on %s." : "השיתוף יפוג תוקף ב- %s.",
"Cheers!" : "לחיים!",
"Internal Server Error" : "שגיאה פנימית בשרת",
"Technical details" : "פרטים טכנים",
"Remote Address: %s" : "כתובת מרוחקת: %s",
"Request ID: %s" : "מספר זיהוי מבוקש: %s",
"Type: %s" : "סוג: %s",
"Code: %s" : "קוד: %s",
"Message: %s" : "הודעה: %s",
"File: %s" : "קובץ: %s",
"Line: %s" : "שורה: %s",
"Trace" : "עקבות",
"Security warning" : "אזהרת אבטחה",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.",
"Create an <strong>admin account</strong>" : "יצירת <strong>חשבון מנהל</strong>",
"Username" : "שם משתמש",
"Storage & database" : "אחסון ומסד נתונים",
"Data folder" : "תיקיית נתונים",
"Configure the database" : "הגדרת מסד הנתונים",
"Only %s is available." : "רק %s זמין.",
"Database user" : "שם משתמש במסד הנתונים",
"Database password" : "ססמת מסד הנתונים",
"Database name" : "שם מסד הנתונים",
@ -153,6 +226,7 @@
"Database host" : "שרת בסיס נתונים",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "במיוחד כאשר משתמשים במחשב שולחני לסנכרון קבצים השימוש ב SQLite אינו מומלץ.",
"Finish setup" : "סיום התקנה",
"Finishing …" : "מסיים...",
"Need help?" : "עזרה נזקקת?",
"Log out" : "התנתקות",
"Search" : "חיפוש",

View File

@ -16,12 +16,15 @@ OC.L10N.register(
"Updated \"%s\" to %s" : "Oppdaterte \"%s\" til %s",
"Repair warning: " : "Advarsel fra reparering: ",
"Repair error: " : "Feil ved reparering: ",
"Set log level to debug" : "Sett loggnivå til feilsøking",
"Reset log level" : "Nullstill loggnivå",
"Starting code integrity check" : "Starter sjekk av kode-integritet",
"Finished code integrity check" : "Ferdig med sjekk av kode-integritet",
"%s (3rdparty)" : "%s (3dje-part)",
"%s (incompatible)" : "%s (ikke kompatibel)",
"Following apps have been disabled: %s" : "Følgende apper har blitt deaktivert: %s",
"Already up to date" : "Allerede oppdatert",
"Please select a file." : "Vennligst velg en fil.",
"File is too big" : "Filen er for stor",
"Invalid file provided" : "Ugyldig fil oppgitt",
"No image or file provided" : "Bilde eller fil ikke angitt",
@ -110,6 +113,7 @@ OC.L10N.register(
"Good password" : "Bra passord",
"Strong password" : "Sterkt passord",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web-serveren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "Web-serveren er ikke satt opp riktig for å oppløse \"{url}\". Mer informasjon finnes i <a target=\"_blank\" href=\"{docLink}\">dokumentasjonen</a>.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Denne serveren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjeparts apper ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Vi anbefaler å aktivere en internett-forbindelse for denne serveren hvis du vil ha full funksjonalitet.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Datamappen og filene dine er sannsynligvis tilgjengelige fra Internett. .htaccess-filen fungerer ikke. Vi anbefaler sterkt at du konfigurerer web-serveren slik at datamappen ikke kan aksesseres eller at du flytter datamappen ut av web-serverens dokumentrot.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "Intet minne-cache er konfigurert. For å forbedre ytelsen, installer et minne-cache hvis tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" href=\"{docLink}\">dokumentasjonen</a>.",

View File

@ -14,12 +14,15 @@
"Updated \"%s\" to %s" : "Oppdaterte \"%s\" til %s",
"Repair warning: " : "Advarsel fra reparering: ",
"Repair error: " : "Feil ved reparering: ",
"Set log level to debug" : "Sett loggnivå til feilsøking",
"Reset log level" : "Nullstill loggnivå",
"Starting code integrity check" : "Starter sjekk av kode-integritet",
"Finished code integrity check" : "Ferdig med sjekk av kode-integritet",
"%s (3rdparty)" : "%s (3dje-part)",
"%s (incompatible)" : "%s (ikke kompatibel)",
"Following apps have been disabled: %s" : "Følgende apper har blitt deaktivert: %s",
"Already up to date" : "Allerede oppdatert",
"Please select a file." : "Vennligst velg en fil.",
"File is too big" : "Filen er for stor",
"Invalid file provided" : "Ugyldig fil oppgitt",
"No image or file provided" : "Bilde eller fil ikke angitt",
@ -108,6 +111,7 @@
"Good password" : "Bra passord",
"Strong password" : "Sterkt passord",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web-serveren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "Web-serveren er ikke satt opp riktig for å oppløse \"{url}\". Mer informasjon finnes i <a target=\"_blank\" href=\"{docLink}\">dokumentasjonen</a>.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Denne serveren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjeparts apper ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Vi anbefaler å aktivere en internett-forbindelse for denne serveren hvis du vil ha full funksjonalitet.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Datamappen og filene dine er sannsynligvis tilgjengelige fra Internett. .htaccess-filen fungerer ikke. Vi anbefaler sterkt at du konfigurerer web-serveren slik at datamappen ikke kan aksesseres eller at du flytter datamappen ut av web-serverens dokumentrot.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "Intet minne-cache er konfigurert. For å forbedre ytelsen, installer et minne-cache hvis tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" href=\"{docLink}\">dokumentasjonen</a>.",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Archives of type %s are not supported" : "\"%s\"タイプのアーカイブ形式は未サポート",
"Failed to open archive when installing app" : "アプリをインストール中にアーカイブファイルを開けませんでした。",
"App does not provide an info.xml file" : "アプリにinfo.xmlファイルが入っていません",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "署名が確認できませんでした。このアプリの開発者へ連絡し、管理画面を確認してください。",
"App can't be installed because of not allowed code in the App" : "アプリで許可されないコードが入っているのが原因でアプリがインストールできません",
"App can't be installed because it is not compatible with this version of ownCloud" : "アプリは、このバージョンのownCloudと互換性がないためインストールできません。",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "非shippedアプリには許可されない<shipped>true</shipped>タグが含まれているためにアプリをインストールできません。",

View File

@ -54,6 +54,7 @@
"Archives of type %s are not supported" : "\"%s\"タイプのアーカイブ形式は未サポート",
"Failed to open archive when installing app" : "アプリをインストール中にアーカイブファイルを開けませんでした。",
"App does not provide an info.xml file" : "アプリにinfo.xmlファイルが入っていません",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "署名が確認できませんでした。このアプリの開発者へ連絡し、管理画面を確認してください。",
"App can't be installed because of not allowed code in the App" : "アプリで許可されないコードが入っているのが原因でアプリがインストールできません",
"App can't be installed because it is not compatible with this version of ownCloud" : "アプリは、このバージョンのownCloudと互換性がないためインストールできません。",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "非shippedアプリには許可されない<shipped>true</shipped>タグが含まれているためにアプリをインストールできません。",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Archives of type %s are not supported" : "Arkiver av type %s støttes ikke",
"Failed to open archive when installing app" : "Klarte ikke å åpne arkiv ved installering av app",
"App does not provide an info.xml file" : "App-en inneholder ikke filen info.xml",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "Signatur kunne ikke sjekkes. Kontakt app-utvikleren og sjekk admin-bildet.",
"App can't be installed because of not allowed code in the App" : "App kan ikke installeres på grunn av ulovlig kode i appen.",
"App can't be installed because it is not compatible with this version of ownCloud" : "App kan ikke installeres fordi den ikke er kompatibel med denne versjonen av ownCloud",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "App kan ikke installeres fordi den inneholder tag <shipped>true</shipped> som ikke er tillatt for apper som ikke leveres med systemet",
@ -112,6 +113,9 @@ OC.L10N.register(
"Sharing %s failed, because resharing is not allowed" : "Deling av %s feilet, fordi videre-deling ikke er tillatt",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden",
"Sharing %s failed, because the file could not be found in the file cache" : "Deling av %s feilet, fordi filen ikke ble funnet i fil-mellomlageret",
"Cannot increase permissions of %s" : "Kan ikke øke tillatelser for %s",
"Expiration date is in the past" : "Utløpsdato er tilbake i tid",
"Cannot set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager fram i tid",
"Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"",
"Apps" : "Apper",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-\"",

View File

@ -54,6 +54,7 @@
"Archives of type %s are not supported" : "Arkiver av type %s støttes ikke",
"Failed to open archive when installing app" : "Klarte ikke å åpne arkiv ved installering av app",
"App does not provide an info.xml file" : "App-en inneholder ikke filen info.xml",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "Signatur kunne ikke sjekkes. Kontakt app-utvikleren og sjekk admin-bildet.",
"App can't be installed because of not allowed code in the App" : "App kan ikke installeres på grunn av ulovlig kode i appen.",
"App can't be installed because it is not compatible with this version of ownCloud" : "App kan ikke installeres fordi den ikke er kompatibel med denne versjonen av ownCloud",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "App kan ikke installeres fordi den inneholder tag <shipped>true</shipped> som ikke er tillatt for apper som ikke leveres med systemet",
@ -110,6 +111,9 @@
"Sharing %s failed, because resharing is not allowed" : "Deling av %s feilet, fordi videre-deling ikke er tillatt",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden",
"Sharing %s failed, because the file could not be found in the file cache" : "Deling av %s feilet, fordi filen ikke ble funnet i fil-mellomlageret",
"Cannot increase permissions of %s" : "Kan ikke øke tillatelser for %s",
"Expiration date is in the past" : "Utløpsdato er tilbake i tid",
"Cannot set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager fram i tid",
"Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"",
"Apps" : "Apper",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-\"",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Archives of type %s are not supported" : "Archiefbestanden van type %s niet ondersteund",
"Failed to open archive when installing app" : "Kon archiefbestand bij installatie van de app niet openen",
"App does not provide an info.xml file" : "De app heeft geen info.xml bestand",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "Handtekening kon niet worden geverifieerd. Nee contact op met de ontwikkelaar van de app en check uw beheerscherm.",
"App can't be installed because of not allowed code in the App" : "De app kan niet worden geïnstalleerd wegens onjuiste code in de app",
"App can't be installed because it is not compatible with this version of ownCloud" : "De app kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "De app kan niet worden geïnstallerd omdat het de <shipped>true</shipped> tag bevat die niet is toegestaan voor niet gepubliceerde apps",

View File

@ -54,6 +54,7 @@
"Archives of type %s are not supported" : "Archiefbestanden van type %s niet ondersteund",
"Failed to open archive when installing app" : "Kon archiefbestand bij installatie van de app niet openen",
"App does not provide an info.xml file" : "De app heeft geen info.xml bestand",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "Handtekening kon niet worden geverifieerd. Nee contact op met de ontwikkelaar van de app en check uw beheerscherm.",
"App can't be installed because of not allowed code in the App" : "De app kan niet worden geïnstalleerd wegens onjuiste code in de app",
"App can't be installed because it is not compatible with this version of ownCloud" : "De app kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "De app kan niet worden geïnstallerd omdat het de <shipped>true</shipped> tag bevat die niet is toegestaan voor niet gepubliceerde apps",

View File

@ -215,6 +215,7 @@ OC.L10N.register(
"Enable only for specific groups" : "特定のグループのみ有効に",
"Uninstall App" : "アプリをアンインストール",
"Enable experimental apps" : "実験的なアプリを有効にする",
"SSL Root Certificates" : "SSLルート証明書",
"Common Name" : "コモンネーム",
"Valid until" : "有効期限",
"Issued By" : "発行元",

View File

@ -213,6 +213,7 @@
"Enable only for specific groups" : "特定のグループのみ有効に",
"Uninstall App" : "アプリをアンインストール",
"Enable experimental apps" : "実験的なアプリを有効にする",
"SSL Root Certificates" : "SSLルート証明書",
"Common Name" : "コモンネーム",
"Valid until" : "有効期限",
"Issued By" : "発行元",

View File

@ -211,10 +211,13 @@ OC.L10N.register(
"Admin documentation" : "Admin-dokumentasjon",
"Show description …" : "Vis beskrivelse …",
"Hide description …" : "Skjul beskrivelse …",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Denne appen har ingen minimumsversjon av ownCloud. Dette vil være en feil i ownCloud 11 og senere.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Denne appen har ingen maksimumsversjon av ownCloud. Dette vil være en feil i ownCloud 11 og senere.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Denne appen kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt:",
"Enable only for specific groups" : "Aktiver kun for visse grupper",
"Uninstall App" : "Avinstaller app",
"Enable experimental apps" : "Aktiver eksperimentelle apper",
"SSL Root Certificates" : "SSL rotsertifikater",
"Common Name" : "Vanlig navn",
"Valid until" : "Gyldig til",
"Issued By" : "Utstedt av",
@ -228,15 +231,20 @@ OC.L10N.register(
"Forum" : "Forum",
"Issue tracker" : "Problemsporing",
"Commercial support" : "Forretningsstøtte",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Du bruker<strong>%s</strong> av <strong>%s</strong>",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Du bruker <strong>%s</strong> av <strong>%s</strong>",
"Profile picture" : "Profilbilde",
"Upload new" : "Last opp nytt",
"Select from Files" : "Velg fra Filer",
"Remove image" : "Fjern bilde",
"png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB",
"Picture provided by original account" : "Bilde kommer fra opprinnelig konto",
"Cancel" : "Avbryt",
"Choose as profile picture" : "Velg som profilbilde",
"Full name" : "Fullt navn",
"No display name set" : "Visningsnavn ikke satt",
"Email" : "Epost",
"Your email address" : "Din e-postadresse",
"For password recovery and notifications" : "For passord-gjenoppretting og varsler",
"No email address set" : "E-postadresse ikke satt",
"You are member of the following groups:" : "Du er medlem av følgende grupper:",
"Password" : "Passord",

View File

@ -209,10 +209,13 @@
"Admin documentation" : "Admin-dokumentasjon",
"Show description …" : "Vis beskrivelse …",
"Hide description …" : "Skjul beskrivelse …",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Denne appen har ingen minimumsversjon av ownCloud. Dette vil være en feil i ownCloud 11 og senere.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Denne appen har ingen maksimumsversjon av ownCloud. Dette vil være en feil i ownCloud 11 og senere.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Denne appen kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt:",
"Enable only for specific groups" : "Aktiver kun for visse grupper",
"Uninstall App" : "Avinstaller app",
"Enable experimental apps" : "Aktiver eksperimentelle apper",
"SSL Root Certificates" : "SSL rotsertifikater",
"Common Name" : "Vanlig navn",
"Valid until" : "Gyldig til",
"Issued By" : "Utstedt av",
@ -226,15 +229,20 @@
"Forum" : "Forum",
"Issue tracker" : "Problemsporing",
"Commercial support" : "Forretningsstøtte",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Du bruker<strong>%s</strong> av <strong>%s</strong>",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Du bruker <strong>%s</strong> av <strong>%s</strong>",
"Profile picture" : "Profilbilde",
"Upload new" : "Last opp nytt",
"Select from Files" : "Velg fra Filer",
"Remove image" : "Fjern bilde",
"png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB",
"Picture provided by original account" : "Bilde kommer fra opprinnelig konto",
"Cancel" : "Avbryt",
"Choose as profile picture" : "Velg som profilbilde",
"Full name" : "Fullt navn",
"No display name set" : "Visningsnavn ikke satt",
"Email" : "Epost",
"Your email address" : "Din e-postadresse",
"For password recovery and notifications" : "For passord-gjenoppretting og varsler",
"No email address set" : "E-postadresse ikke satt",
"You are member of the following groups:" : "Du er medlem av følgende grupper:",
"Password" : "Passord",

View File

@ -217,6 +217,7 @@ OC.L10N.register(
"Enable only for specific groups" : "Alleen voor bepaalde groepen activeren",
"Uninstall App" : "De-installeren app",
"Enable experimental apps" : "Inschakelen experimentele apps",
"SSL Root Certificates" : "SSL Root Certificaten",
"Common Name" : "Common Name",
"Valid until" : "Geldig tot",
"Issued By" : "Uitgegeven door",

View File

@ -215,6 +215,7 @@
"Enable only for specific groups" : "Alleen voor bepaalde groepen activeren",
"Uninstall App" : "De-installeren app",
"Enable experimental apps" : "Inschakelen experimentele apps",
"SSL Root Certificates" : "SSL Root Certificaten",
"Common Name" : "Common Name",
"Valid until" : "Geldig tot",
"Issued By" : "Uitgegeven door",