[tx-robot] updated from transifex
This commit is contained in:
parent
397da7620e
commit
a9f666f36e
|
@ -14,6 +14,7 @@ OC.L10N.register(
|
|||
"Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}",
|
||||
"{count} unread comments" : "{count} תגובות שלא נקראו",
|
||||
"Comment" : "תגובה",
|
||||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>תגובות</strong> עבור קבצים <em>(תמיד נרשמים בהזרמת מדיה)</em>",
|
||||
"You commented" : "הערות שלך",
|
||||
"%1$s commented" : "התקבלו תגובות %1$s",
|
||||
"You commented on %2$s" : "הערות שלך ב- %2$s",
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}",
|
||||
"{count} unread comments" : "{count} תגובות שלא נקראו",
|
||||
"Comment" : "תגובה",
|
||||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>תגובות</strong> עבור קבצים <em>(תמיד נרשמים בהזרמת מדיה)</em>",
|
||||
"You commented" : "הערות שלך",
|
||||
"%1$s commented" : "התקבלו תגובות %1$s",
|
||||
"You commented on %2$s" : "הערות שלך ב- %2$s",
|
||||
|
|
|
@ -2,11 +2,11 @@ OC.L10N.register(
|
|||
"comments",
|
||||
{
|
||||
"Type in a new comment..." : "Escreva um novo comentário...",
|
||||
"Delete comment" : "Apagar comentário",
|
||||
"Post" : "Enviar",
|
||||
"Delete comment" : "Eliminar comentário",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentário",
|
||||
"[Deleted user]" : "[utilizador apagado]",
|
||||
"[Deleted user]" : "[Utilizador eliminado]",
|
||||
"Comments" : "Comentários",
|
||||
"No other comments available" : "Nenhum outro comentário disponível",
|
||||
"More comments..." : "Mais comentários...",
|
||||
|
@ -14,7 +14,7 @@ OC.L10N.register(
|
|||
"Allowed characters {count} of {max}" : "{count} de {max} caracteres restantes",
|
||||
"{count} unread comments" : "{count} comentários não lidos",
|
||||
"Comment" : "Comentário",
|
||||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> para ficheiros <em>(listados sempre na transmissão)</em>",
|
||||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> aos ficheiros <em>(listados sempre na transmissão)</em>",
|
||||
"You commented" : "Comentou",
|
||||
"%1$s commented" : "%1$s comentou",
|
||||
"You commented on %2$s" : "Comentou %2$s",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{ "translations": {
|
||||
"Type in a new comment..." : "Escreva um novo comentário...",
|
||||
"Delete comment" : "Apagar comentário",
|
||||
"Post" : "Enviar",
|
||||
"Delete comment" : "Eliminar comentário",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentário",
|
||||
"[Deleted user]" : "[utilizador apagado]",
|
||||
"[Deleted user]" : "[Utilizador eliminado]",
|
||||
"Comments" : "Comentários",
|
||||
"No other comments available" : "Nenhum outro comentário disponível",
|
||||
"More comments..." : "Mais comentários...",
|
||||
|
@ -12,7 +12,7 @@
|
|||
"Allowed characters {count} of {max}" : "{count} de {max} caracteres restantes",
|
||||
"{count} unread comments" : "{count} comentários não lidos",
|
||||
"Comment" : "Comentário",
|
||||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> para ficheiros <em>(listados sempre na transmissão)</em>",
|
||||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> aos ficheiros <em>(listados sempre na transmissão)</em>",
|
||||
"You commented" : "Comentou",
|
||||
"%1$s commented" : "%1$s comentou",
|
||||
"You commented on %2$s" : "Comentou %2$s",
|
||||
|
|
|
@ -1,10 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Federated sharing" : "שיתוף מאוגד",
|
||||
"Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "שיתוף %s נכשל, כיוון שפריט זה כבר משותף עם %s",
|
||||
"Not allowed to create a federated share with the same user" : "אסור ליצור שיתוף מאוגד עם אותו משתמש",
|
||||
"File is already shared with %s" : "הקובץ כבר משותף עם %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "שיתוף %s נכשל, לא ניתן לאתר %s, ייתכן שהשרת לא ניתן להשגה כרגע.",
|
||||
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "קבלת \"/%3$s\" כשיתוף מרוחק מ- %1$s (בשם %2$s)",
|
||||
"You received \"/%3$s\" as a remote share from %1$s" : "קבלת \"/%3$s\" כשיתוף מרוחק מ- %1$s",
|
||||
"Accept" : "אישור",
|
||||
"Decline" : "סירוב",
|
||||
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "שיתוף איתי באמצעות מספר זהות שרת ה- #ownCloud המאוגד שלי, ניתן לראות %s",
|
||||
"Share with me through my #ownCloud Federated Cloud ID" : "שיתוף איתי באמצעות מספר זהות שרת ה- #ownCloud המאוגד שלי",
|
||||
"Federated Cloud Sharing" : "ענן שיתוף מאוגד",
|
||||
|
|
|
@ -1,8 +1,14 @@
|
|||
{ "translations": {
|
||||
"Federated sharing" : "שיתוף מאוגד",
|
||||
"Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "שיתוף %s נכשל, כיוון שפריט זה כבר משותף עם %s",
|
||||
"Not allowed to create a federated share with the same user" : "אסור ליצור שיתוף מאוגד עם אותו משתמש",
|
||||
"File is already shared with %s" : "הקובץ כבר משותף עם %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "שיתוף %s נכשל, לא ניתן לאתר %s, ייתכן שהשרת לא ניתן להשגה כרגע.",
|
||||
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "קבלת \"/%3$s\" כשיתוף מרוחק מ- %1$s (בשם %2$s)",
|
||||
"You received \"/%3$s\" as a remote share from %1$s" : "קבלת \"/%3$s\" כשיתוף מרוחק מ- %1$s",
|
||||
"Accept" : "אישור",
|
||||
"Decline" : "סירוב",
|
||||
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "שיתוף איתי באמצעות מספר זהות שרת ה- #ownCloud המאוגד שלי, ניתן לראות %s",
|
||||
"Share with me through my #ownCloud Federated Cloud ID" : "שיתוף איתי באמצעות מספר זהות שרת ה- #ownCloud המאוגד שלי",
|
||||
"Federated Cloud Sharing" : "ענן שיתוף מאוגד",
|
||||
|
|
|
@ -7,6 +7,8 @@ OC.L10N.register(
|
|||
"Step 1 failed. Exception: %s" : "שלב 1 נכשל. חריג: %s",
|
||||
"Step 2 failed. Exception: %s" : "שלב 2 נכשל. חריג: %s",
|
||||
"External storage" : "אחסון חיצוני",
|
||||
"Dropbox App Configuration" : "הגדרות יישום דרופבוקס",
|
||||
"Google Drive App Configuration" : "הגדרות יישום גוגל דרייב",
|
||||
"Personal" : "אישי",
|
||||
"System" : "מערכת",
|
||||
"Grant access" : "הענקת גישה",
|
||||
|
@ -16,6 +18,7 @@ OC.L10N.register(
|
|||
"Error generating key pair" : "שגיאה ביצירת זוג מפתחות",
|
||||
"All users. Type to select user or group." : "כל המשתמשים. יש להקיש לבחירת משתמש או קבוצה.",
|
||||
"(group)" : "(קבוצה)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "תואם של קידוד Mac NFD (איטי)",
|
||||
"Admin defined" : "הוגדר מנהל",
|
||||
"Saved" : "נשמר",
|
||||
"Empty response from the server" : "תגובה ריקה מהשרת",
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
"Step 1 failed. Exception: %s" : "שלב 1 נכשל. חריג: %s",
|
||||
"Step 2 failed. Exception: %s" : "שלב 2 נכשל. חריג: %s",
|
||||
"External storage" : "אחסון חיצוני",
|
||||
"Dropbox App Configuration" : "הגדרות יישום דרופבוקס",
|
||||
"Google Drive App Configuration" : "הגדרות יישום גוגל דרייב",
|
||||
"Personal" : "אישי",
|
||||
"System" : "מערכת",
|
||||
"Grant access" : "הענקת גישה",
|
||||
|
@ -14,6 +16,7 @@
|
|||
"Error generating key pair" : "שגיאה ביצירת זוג מפתחות",
|
||||
"All users. Type to select user or group." : "כל המשתמשים. יש להקיש לבחירת משתמש או קבוצה.",
|
||||
"(group)" : "(קבוצה)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "תואם של קידוד Mac NFD (איטי)",
|
||||
"Admin defined" : "הוגדר מנהל",
|
||||
"Saved" : "נשמר",
|
||||
"Empty response from the server" : "תגובה ריקה מהשרת",
|
||||
|
|
|
@ -7,13 +7,21 @@ OC.L10N.register(
|
|||
"Please select tags to filter by" : "יש לבחור תגיות שיסוננו על ידי",
|
||||
"No files found for the selected tags" : "לא אותרו קבצים לתגיות הנבחרות",
|
||||
"<strong>System tags</strong> for a file have been modified" : "<strong>תגיות מערכת</strong> שהשתנו עבור קובץ",
|
||||
"You assigned system tag %3$s" : "שייכת תגית מערכת %3$s",
|
||||
"%1$s assigned system tag %3$s" : "%1$s שייך/שייכה תגית מערכת %3$s",
|
||||
"You unassigned system tag %3$s" : "הסרת שיוך של תגית מערכת %3$s",
|
||||
"%1$s unassigned system tag %3$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s",
|
||||
"You created system tag %2$s" : "יצרת תגית מערכת %2$s",
|
||||
"%1$s created system tag %2$s" : "%1$s יצר/יצרה תגית מערכת %2$s",
|
||||
"You deleted system tag %2$s" : "מחקת תגית מערכת %2$s",
|
||||
"%1$s deleted system tag %2$s" : "%1$s מחק/ה תגית מערכת %2$s",
|
||||
"You updated system tag %3$s to %2$s" : "עדכנת תגית מערכת %3$s ל- %2$s",
|
||||
"%1$s updated system tag %3$s to %2$s" : "%1$s עדכן/עדכנה תגית מערכת %3$s ל- %2$s",
|
||||
"You assigned system tag %3$s to %2$s" : "שייכת תגית מערכת %3$s ל- %2$s",
|
||||
"%1$s assigned system tag %3$s to %2$s" : "%1$s שייך/שייכה תגית מערכת %3$s ל- %2$s",
|
||||
"You unassigned system tag %3$s from %2$s" : "הסרת שיוך של תגית מערכת %3$s מ- %2$s",
|
||||
"%1$s unassigned system tag %3$s from %2$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s מ- %2$s",
|
||||
"%s (restricted)" : "%s (מוגבל)",
|
||||
"%s (invisible)" : "%s (נסתר)",
|
||||
"No files in here" : "אין כאן קבצים",
|
||||
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
|
||||
|
|
|
@ -5,13 +5,21 @@
|
|||
"Please select tags to filter by" : "יש לבחור תגיות שיסוננו על ידי",
|
||||
"No files found for the selected tags" : "לא אותרו קבצים לתגיות הנבחרות",
|
||||
"<strong>System tags</strong> for a file have been modified" : "<strong>תגיות מערכת</strong> שהשתנו עבור קובץ",
|
||||
"You assigned system tag %3$s" : "שייכת תגית מערכת %3$s",
|
||||
"%1$s assigned system tag %3$s" : "%1$s שייך/שייכה תגית מערכת %3$s",
|
||||
"You unassigned system tag %3$s" : "הסרת שיוך של תגית מערכת %3$s",
|
||||
"%1$s unassigned system tag %3$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s",
|
||||
"You created system tag %2$s" : "יצרת תגית מערכת %2$s",
|
||||
"%1$s created system tag %2$s" : "%1$s יצר/יצרה תגית מערכת %2$s",
|
||||
"You deleted system tag %2$s" : "מחקת תגית מערכת %2$s",
|
||||
"%1$s deleted system tag %2$s" : "%1$s מחק/ה תגית מערכת %2$s",
|
||||
"You updated system tag %3$s to %2$s" : "עדכנת תגית מערכת %3$s ל- %2$s",
|
||||
"%1$s updated system tag %3$s to %2$s" : "%1$s עדכן/עדכנה תגית מערכת %3$s ל- %2$s",
|
||||
"You assigned system tag %3$s to %2$s" : "שייכת תגית מערכת %3$s ל- %2$s",
|
||||
"%1$s assigned system tag %3$s to %2$s" : "%1$s שייך/שייכה תגית מערכת %3$s ל- %2$s",
|
||||
"You unassigned system tag %3$s from %2$s" : "הסרת שיוך של תגית מערכת %3$s מ- %2$s",
|
||||
"%1$s unassigned system tag %3$s from %2$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s מ- %2$s",
|
||||
"%s (restricted)" : "%s (מוגבל)",
|
||||
"%s (invisible)" : "%s (נסתר)",
|
||||
"No files in here" : "אין כאן קבצים",
|
||||
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
|
||||
|
|
|
@ -1,14 +1,19 @@
|
|||
OC.L10N.register(
|
||||
"updatenotification",
|
||||
{
|
||||
"Update notifications" : "עדכון דיווחים",
|
||||
"{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
|
||||
"Updated channel" : "ערוץ מעודכן",
|
||||
"ownCloud core" : "ליבת ownCloud",
|
||||
"Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין.",
|
||||
"Updater" : "מעדכן",
|
||||
"A new version is available: %s" : "קיימת גרסה מעודכנת: %s",
|
||||
"Open updater" : "פתיחת מעדכן",
|
||||
"Your version is up to date." : "הגרסה שבידך מעודכנת.",
|
||||
"Checked on %s" : "נבדק לאחרונה ב- %s",
|
||||
"Update channel:" : "עדכון ערוץ:",
|
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר."
|
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר.",
|
||||
"Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:",
|
||||
"Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "רק דיווחים לעדכוני יישומים זמינים, כיוון שערוץ העדכון הנבחר ל- ownCloud עצמו אינו מאפשר דיווחים."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,12 +1,17 @@
|
|||
{ "translations": {
|
||||
"Update notifications" : "עדכון דיווחים",
|
||||
"{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
|
||||
"Updated channel" : "ערוץ מעודכן",
|
||||
"ownCloud core" : "ליבת ownCloud",
|
||||
"Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין.",
|
||||
"Updater" : "מעדכן",
|
||||
"A new version is available: %s" : "קיימת גרסה מעודכנת: %s",
|
||||
"Open updater" : "פתיחת מעדכן",
|
||||
"Your version is up to date." : "הגרסה שבידך מעודכנת.",
|
||||
"Checked on %s" : "נבדק לאחרונה ב- %s",
|
||||
"Update channel:" : "עדכון ערוץ:",
|
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר."
|
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר.",
|
||||
"Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:",
|
||||
"Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "רק דיווחים לעדכוני יישומים זמינים, כיוון שערוץ העדכון הנבחר ל- ownCloud עצמו אינו מאפשר דיווחים."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -28,6 +28,7 @@ OC.L10N.register(
|
|||
"Preparing update" : "Підготовка до оновлення",
|
||||
"Repair warning: " : "Попередження відновлення:",
|
||||
"Repair error: " : "Помилка відновлення:",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Просимо запустити процес оновлення з командного рядка, оскільки автоматичне оновлення вимкнено у файлі config.php.",
|
||||
"Turned on maintenance mode" : "Увімкнено режим технічного обслуговування",
|
||||
"Turned off maintenance mode" : "Вимкнено режим технічного обслуговування",
|
||||
"Maintenance mode is kept active" : "Режим обслуговування залишається активним",
|
||||
|
@ -43,6 +44,8 @@ OC.L10N.register(
|
|||
"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" : "Актуально",
|
||||
"Sunday" : "Неділя",
|
||||
|
@ -91,6 +94,7 @@ OC.L10N.register(
|
|||
"Nov." : "Лис.",
|
||||
"Dec." : "Гру.",
|
||||
"Settings" : "Налаштування",
|
||||
"Problem loading page, reloading in 5 seconds" : "Проблема під час завантаження сторінки, повторне завантаження за 5 сек.",
|
||||
"Saving..." : "Збереження...",
|
||||
"Dismiss" : "Припинити",
|
||||
"seconds ago" : "секунди тому",
|
||||
|
@ -147,6 +151,7 @@ OC.L10N.register(
|
|||
"Send" : "Надіслати",
|
||||
"Sending ..." : "Надсилання...",
|
||||
"Email sent" : "Лист надіслано",
|
||||
"Send link via email" : "Надіслати посилання електронною поштою",
|
||||
"Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}",
|
||||
"Shared with you by {owner}" : "{owner} опублікував для Вас",
|
||||
"group" : "група",
|
||||
|
@ -159,15 +164,27 @@ OC.L10N.register(
|
|||
"change" : "змінити",
|
||||
"delete" : "видалити",
|
||||
"access control" : "контроль доступу",
|
||||
"Could not unshare" : "Неможливо скасувати розшарення файлу",
|
||||
"No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}",
|
||||
"No users found for {search}" : "Не знайдено жодного користувача для {search}",
|
||||
"An error occurred. Please try again" : "Сталася помилка. Спробуйте ще раз",
|
||||
"{sharee} (group)" : "{sharee} (група)",
|
||||
"Share" : "Поділитися",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поширити серед людей інших ownCloud'ів, використовуючи синтаксис ім'я_користувача@файли.укр/owncloud",
|
||||
"Share with users…" : "Поділитись з користувачами...",
|
||||
"Share with users, groups or remote users…" : "Поділитись з користувачами, групами або віддаленими користувачами...",
|
||||
"Share with users or groups…" : "Поділитись з користувачами або групами...",
|
||||
"Share with users or remote users…" : "Поділитись з користувачами системи або віддаленими користувачами...",
|
||||
"Error removing share" : "Помилка під час вилучення розшарювання",
|
||||
"Warning" : "Попередження",
|
||||
"Error while sending notification" : "Помилка при надсиланні повідомлення",
|
||||
"Non-existing tag #{tag}" : "Ця позначка відсутня #{tag}",
|
||||
"restricted" : "обмежено",
|
||||
"invisible" : "невидимо",
|
||||
"({scope})" : "({scope})",
|
||||
"Delete" : "Видалити",
|
||||
"Rename" : "Перейменувати",
|
||||
"Collaborative tags" : "Позначки для співпраці",
|
||||
"The object type is not specified." : "Не визначено тип об'єкту.",
|
||||
"Enter new" : "Введіть новий",
|
||||
"Add" : "Додати",
|
||||
|
@ -181,6 +198,7 @@ OC.L10N.register(
|
|||
"Hello {name}" : "Привіт {name}",
|
||||
"new" : "новий",
|
||||
"_download %n file_::_download %n files_" : ["завантаження %n файлу","завантаження %n файлів","завантаження %n файлів"],
|
||||
"Updating to {version}" : "Оновлення до {version}",
|
||||
"An error occurred." : "Виникла помилка.",
|
||||
"Please reload the page." : "Будь ласка, перезавантажте сторінку.",
|
||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Оновлення виконалось неуспішно. Будь ласка, повідомте про цю проблему в <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">спільноті ownCloud</a>.",
|
||||
|
@ -244,9 +262,11 @@ OC.L10N.register(
|
|||
"Server side authentication failed!" : "Невдала аутентифікація з сервером!",
|
||||
"Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.",
|
||||
"Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.",
|
||||
"Username or email" : "Ім’я користувача або електронна пошта",
|
||||
"Log in" : "Увійти",
|
||||
"Wrong password. Reset it?" : "Невірний пароль. Скинути його?",
|
||||
"Wrong password." : "Невірний пароль.",
|
||||
"Stay logged in" : "Залишатись в системі",
|
||||
"Alternative Logins" : "Альтернативні імена користувача",
|
||||
"Use the following link to reset your password: {link}" : "Використовуйте наступне посилання для скидання пароля: {link}",
|
||||
"New password" : "Новий пароль",
|
||||
|
@ -256,6 +276,7 @@ OC.L10N.register(
|
|||
"This means only administrators can use the instance." : "Це означає, що тільки адміністратори можуть використовувати сервер.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.",
|
||||
"Thank you for your patience." : "Дякуємо за ваше терпіння.",
|
||||
"Two-step verification" : "Дворівнева перевірка",
|
||||
"You are accessing the server from an untrusted domain." : "Ви намагаєтеся отримати доступ до сервера з непідтвердженого домену.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Залежно від конфігурації Ви як адміністратор можете додати цей домен у список довірених, використовуйте кнопку нижче.",
|
||||
"Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен",
|
||||
|
@ -267,6 +288,7 @@ OC.L10N.register(
|
|||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, каталогу конфігурації та каталогу з даними.",
|
||||
"Start update" : "Почати оновлення",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути затримок у великих встановленнях, ви можете виконати наступну команду в каталозі встановлення:",
|
||||
"Update needed" : "Потрібно поновитися",
|
||||
"This %s instance is currently in maintenance mode, which may take a while." : "Цей %s знаходиться в режимі технічного обслуговування, яке може зайняти деякий час.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний."
|
||||
},
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"Preparing update" : "Підготовка до оновлення",
|
||||
"Repair warning: " : "Попередження відновлення:",
|
||||
"Repair error: " : "Помилка відновлення:",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Просимо запустити процес оновлення з командного рядка, оскільки автоматичне оновлення вимкнено у файлі config.php.",
|
||||
"Turned on maintenance mode" : "Увімкнено режим технічного обслуговування",
|
||||
"Turned off maintenance mode" : "Вимкнено режим технічного обслуговування",
|
||||
"Maintenance mode is kept active" : "Режим обслуговування залишається активним",
|
||||
|
@ -41,6 +42,8 @@
|
|||
"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" : "Актуально",
|
||||
"Sunday" : "Неділя",
|
||||
|
@ -89,6 +92,7 @@
|
|||
"Nov." : "Лис.",
|
||||
"Dec." : "Гру.",
|
||||
"Settings" : "Налаштування",
|
||||
"Problem loading page, reloading in 5 seconds" : "Проблема під час завантаження сторінки, повторне завантаження за 5 сек.",
|
||||
"Saving..." : "Збереження...",
|
||||
"Dismiss" : "Припинити",
|
||||
"seconds ago" : "секунди тому",
|
||||
|
@ -145,6 +149,7 @@
|
|||
"Send" : "Надіслати",
|
||||
"Sending ..." : "Надсилання...",
|
||||
"Email sent" : "Лист надіслано",
|
||||
"Send link via email" : "Надіслати посилання електронною поштою",
|
||||
"Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}",
|
||||
"Shared with you by {owner}" : "{owner} опублікував для Вас",
|
||||
"group" : "група",
|
||||
|
@ -157,15 +162,27 @@
|
|||
"change" : "змінити",
|
||||
"delete" : "видалити",
|
||||
"access control" : "контроль доступу",
|
||||
"Could not unshare" : "Неможливо скасувати розшарення файлу",
|
||||
"No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}",
|
||||
"No users found for {search}" : "Не знайдено жодного користувача для {search}",
|
||||
"An error occurred. Please try again" : "Сталася помилка. Спробуйте ще раз",
|
||||
"{sharee} (group)" : "{sharee} (група)",
|
||||
"Share" : "Поділитися",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поширити серед людей інших ownCloud'ів, використовуючи синтаксис ім'я_користувача@файли.укр/owncloud",
|
||||
"Share with users…" : "Поділитись з користувачами...",
|
||||
"Share with users, groups or remote users…" : "Поділитись з користувачами, групами або віддаленими користувачами...",
|
||||
"Share with users or groups…" : "Поділитись з користувачами або групами...",
|
||||
"Share with users or remote users…" : "Поділитись з користувачами системи або віддаленими користувачами...",
|
||||
"Error removing share" : "Помилка під час вилучення розшарювання",
|
||||
"Warning" : "Попередження",
|
||||
"Error while sending notification" : "Помилка при надсиланні повідомлення",
|
||||
"Non-existing tag #{tag}" : "Ця позначка відсутня #{tag}",
|
||||
"restricted" : "обмежено",
|
||||
"invisible" : "невидимо",
|
||||
"({scope})" : "({scope})",
|
||||
"Delete" : "Видалити",
|
||||
"Rename" : "Перейменувати",
|
||||
"Collaborative tags" : "Позначки для співпраці",
|
||||
"The object type is not specified." : "Не визначено тип об'єкту.",
|
||||
"Enter new" : "Введіть новий",
|
||||
"Add" : "Додати",
|
||||
|
@ -179,6 +196,7 @@
|
|||
"Hello {name}" : "Привіт {name}",
|
||||
"new" : "новий",
|
||||
"_download %n file_::_download %n files_" : ["завантаження %n файлу","завантаження %n файлів","завантаження %n файлів"],
|
||||
"Updating to {version}" : "Оновлення до {version}",
|
||||
"An error occurred." : "Виникла помилка.",
|
||||
"Please reload the page." : "Будь ласка, перезавантажте сторінку.",
|
||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Оновлення виконалось неуспішно. Будь ласка, повідомте про цю проблему в <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">спільноті ownCloud</a>.",
|
||||
|
@ -242,9 +260,11 @@
|
|||
"Server side authentication failed!" : "Невдала аутентифікація з сервером!",
|
||||
"Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.",
|
||||
"Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.",
|
||||
"Username or email" : "Ім’я користувача або електронна пошта",
|
||||
"Log in" : "Увійти",
|
||||
"Wrong password. Reset it?" : "Невірний пароль. Скинути його?",
|
||||
"Wrong password." : "Невірний пароль.",
|
||||
"Stay logged in" : "Залишатись в системі",
|
||||
"Alternative Logins" : "Альтернативні імена користувача",
|
||||
"Use the following link to reset your password: {link}" : "Використовуйте наступне посилання для скидання пароля: {link}",
|
||||
"New password" : "Новий пароль",
|
||||
|
@ -254,6 +274,7 @@
|
|||
"This means only administrators can use the instance." : "Це означає, що тільки адміністратори можуть використовувати сервер.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.",
|
||||
"Thank you for your patience." : "Дякуємо за ваше терпіння.",
|
||||
"Two-step verification" : "Дворівнева перевірка",
|
||||
"You are accessing the server from an untrusted domain." : "Ви намагаєтеся отримати доступ до сервера з непідтвердженого домену.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Залежно від конфігурації Ви як адміністратор можете додати цей домен у список довірених, використовуйте кнопку нижче.",
|
||||
"Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен",
|
||||
|
@ -265,6 +286,7 @@
|
|||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, каталогу конфігурації та каталогу з даними.",
|
||||
"Start update" : "Почати оновлення",
|
||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути затримок у великих встановленнях, ви можете виконати наступну команду в каталозі встановлення:",
|
||||
"Update needed" : "Потрібно поновитися",
|
||||
"This %s instance is currently in maintenance mode, which may take a while." : "Цей %s знаходиться в режимі технічного обслуговування, яке може зайняти деякий час.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний."
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Současné heslo",
|
||||
"New password" : "Nové heslo",
|
||||
"Change password" : "Změnit heslo",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Toto jsou webové prohlížeče aktuálně přihlášené k této instanci ownCloud.",
|
||||
"Browser" : "Prohlížeč",
|
||||
"Most recent activity" : "Nejnovější aktivity",
|
||||
"You've linked these devices." : "Připojili jste tyto přístroje.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Současné heslo",
|
||||
"New password" : "Nové heslo",
|
||||
"Change password" : "Změnit heslo",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Toto jsou webové prohlížeče aktuálně přihlášené k této instanci ownCloud.",
|
||||
"Browser" : "Prohlížeč",
|
||||
"Most recent activity" : "Nejnovější aktivity",
|
||||
"You've linked these devices." : "Připojili jste tyto přístroje.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Aktuelles Passwort",
|
||||
"New password" : "Neues Passwort",
|
||||
"Change password" : "Passwort ändern",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Dies sind die Webbrowser, mit denen du aktuell in deiner ownCloud angemeldet bist.",
|
||||
"Browser" : "Browser",
|
||||
"Most recent activity" : "Neueste Aktivität",
|
||||
"You've linked these devices." : "Du hast diese Geräte verbunden.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Aktuelles Passwort",
|
||||
"New password" : "Neues Passwort",
|
||||
"Change password" : "Passwort ändern",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Dies sind die Webbrowser, mit denen du aktuell in deiner ownCloud angemeldet bist.",
|
||||
"Browser" : "Browser",
|
||||
"Most recent activity" : "Neueste Aktivität",
|
||||
"You've linked these devices." : "Du hast diese Geräte verbunden.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Aktuelles Passwort",
|
||||
"New password" : "Neues Passwort",
|
||||
"Change password" : "Passwort ändern",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Dies sind die Webbrowser, mit denen Sie aktuell in Ihrer ownCloud angemeldet sind.",
|
||||
"Browser" : "Browser",
|
||||
"Most recent activity" : "Neueste Aktivität",
|
||||
"You've linked these devices." : "Sie haben diese Geräte verbunden.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Aktuelles Passwort",
|
||||
"New password" : "Neues Passwort",
|
||||
"Change password" : "Passwort ändern",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Dies sind die Webbrowser, mit denen Sie aktuell in Ihrer ownCloud angemeldet sind.",
|
||||
"Browser" : "Browser",
|
||||
"Most recent activity" : "Neueste Aktivität",
|
||||
"You've linked these devices." : "Sie haben diese Geräte verbunden.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Current password",
|
||||
"New password" : "New password",
|
||||
"Change password" : "Change password",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "These are the web browsers currently logged in to your ownCloud.",
|
||||
"Browser" : "Browser",
|
||||
"Most recent activity" : "Most recent activity",
|
||||
"You've linked these devices." : "You've linked these devices.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Current password",
|
||||
"New password" : "New password",
|
||||
"Change password" : "Change password",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "These are the web browsers currently logged in to your ownCloud.",
|
||||
"Browser" : "Browser",
|
||||
"Most recent activity" : "Most recent activity",
|
||||
"You've linked these devices." : "You've linked these devices.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Contraseña actual",
|
||||
"New password" : "Nueva contraseña",
|
||||
"Change password" : "Cambiar contraseña",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Estos son los navegadores conectados actualmente a tu ownCloud",
|
||||
"Browser" : "Navegador",
|
||||
"Most recent activity" : "Actividad más reciente",
|
||||
"You've linked these devices." : "Has enlazado estos dispositivos",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Contraseña actual",
|
||||
"New password" : "Nueva contraseña",
|
||||
"Change password" : "Cambiar contraseña",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Estos son los navegadores conectados actualmente a tu ownCloud",
|
||||
"Browser" : "Navegador",
|
||||
"Most recent activity" : "Actividad más reciente",
|
||||
"You've linked these devices." : "Has enlazado estos dispositivos",
|
||||
|
|
|
@ -252,7 +252,6 @@ OC.L10N.register(
|
|||
"Current password" : "Nykyinen salasana",
|
||||
"New password" : "Uusi salasana",
|
||||
"Change password" : "Vaihda salasana",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Nämä ovat parhaillaan ownCloudiisi sisäänkirjautuneet selaimet.",
|
||||
"Browser" : "Selain",
|
||||
"Most recent activity" : "Viimeisimmät toimet",
|
||||
"You've linked these devices." : "Olet linkittänyt nämä laitteet.",
|
||||
|
|
|
@ -250,7 +250,6 @@
|
|||
"Current password" : "Nykyinen salasana",
|
||||
"New password" : "Uusi salasana",
|
||||
"Change password" : "Vaihda salasana",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Nämä ovat parhaillaan ownCloudiisi sisäänkirjautuneet selaimet.",
|
||||
"Browser" : "Selain",
|
||||
"Most recent activity" : "Viimeisimmät toimet",
|
||||
"You've linked these devices." : "Olet linkittänyt nämä laitteet.",
|
||||
|
|
|
@ -262,7 +262,6 @@ OC.L10N.register(
|
|||
"Current password" : "Mot de passe actuel",
|
||||
"New password" : "Nouveau mot de passe",
|
||||
"Change password" : "Changer de mot de passe",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Voici tous les navigateurs web actuellement connectés à votre ownCloud.",
|
||||
"Browser" : "Navigateur",
|
||||
"Most recent activity" : "Activité la plus récente",
|
||||
"You've linked these devices." : "Vous avez liés ces périphériques.",
|
||||
|
|
|
@ -260,7 +260,6 @@
|
|||
"Current password" : "Mot de passe actuel",
|
||||
"New password" : "Nouveau mot de passe",
|
||||
"Change password" : "Changer de mot de passe",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Voici tous les navigateurs web actuellement connectés à votre ownCloud.",
|
||||
"Browser" : "Navigateur",
|
||||
"Most recent activity" : "Activité la plus récente",
|
||||
"You've linked these devices." : "Vous avez liés ces périphériques.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Password attuale",
|
||||
"New password" : "Nuova password",
|
||||
"Change password" : "Modifica password",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Questi sono i browser web che hanno effettuato attualmente l'accesso al tuo ownCloud.",
|
||||
"Browser" : "Browser",
|
||||
"Most recent activity" : "Attività più recenti",
|
||||
"You've linked these devices." : "Hai collegato questi dispositivi.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Password attuale",
|
||||
"New password" : "Nuova password",
|
||||
"Change password" : "Modifica password",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Questi sono i browser web che hanno effettuato attualmente l'accesso al tuo ownCloud.",
|
||||
"Browser" : "Browser",
|
||||
"Most recent activity" : "Attività più recenti",
|
||||
"You've linked these devices." : "Hai collegato questi dispositivi.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "現在のパスワード",
|
||||
"New password" : "新しいパスワード",
|
||||
"Change password" : "パスワードを変更",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "現在システムにログインしているWebブラウザ",
|
||||
"Browser" : "ブラウザ",
|
||||
"Most recent activity" : "最新のアクティビティ",
|
||||
"You've linked these devices." : "以下のデバイスをリンクしました。",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "現在のパスワード",
|
||||
"New password" : "新しいパスワード",
|
||||
"Change password" : "パスワードを変更",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "現在システムにログインしているWebブラウザ",
|
||||
"Browser" : "ブラウザ",
|
||||
"Most recent activity" : "最新のアクティビティ",
|
||||
"You've linked these devices." : "以下のデバイスをリンクしました。",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Senha atual",
|
||||
"New password" : "Nova senha",
|
||||
"Change password" : "Alterar senha",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Estes são os navegadores web conectados no momento para o seu ownCloud.",
|
||||
"Browser" : "Navegador",
|
||||
"Most recent activity" : "Atividade mais recente",
|
||||
"You've linked these devices." : "Você vinculou esses dispositivos.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Senha atual",
|
||||
"New password" : "Nova senha",
|
||||
"Change password" : "Alterar senha",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Estes são os navegadores web conectados no momento para o seu ownCloud.",
|
||||
"Browser" : "Navegador",
|
||||
"Most recent activity" : "Atividade mais recente",
|
||||
"You've linked these devices." : "Você vinculou esses dispositivos.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Palavra-passe atual",
|
||||
"New password" : "Nova palavra-passe",
|
||||
"Change password" : "Alterar palavra-passe",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Estes são os navegadores da Web atuais com sessão iniciada na sua ownCloud.",
|
||||
"Browser" : "Navegador",
|
||||
"Most recent activity" : "Atividade mais recente",
|
||||
"You've linked these devices." : "Associou estes dispositivos.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Palavra-passe atual",
|
||||
"New password" : "Nova palavra-passe",
|
||||
"Change password" : "Alterar palavra-passe",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Estes são os navegadores da Web atuais com sessão iniciada na sua ownCloud.",
|
||||
"Browser" : "Navegador",
|
||||
"Most recent activity" : "Atividade mais recente",
|
||||
"You've linked these devices." : "Associou estes dispositivos.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Текущий пароль",
|
||||
"New password" : "Новый пароль",
|
||||
"Change password" : "Сменить пароль",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Вот браузеры, которые в данный момент вошли в ваш ownCloud.",
|
||||
"Browser" : "Браузер",
|
||||
"Most recent activity" : "Последняя активность",
|
||||
"You've linked these devices." : "Вы привязали следующие устройства.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Текущий пароль",
|
||||
"New password" : "Новый пароль",
|
||||
"Change password" : "Сменить пароль",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Вот браузеры, которые в данный момент вошли в ваш ownCloud.",
|
||||
"Browser" : "Браузер",
|
||||
"Most recent activity" : "Последняя активность",
|
||||
"You've linked these devices." : "Вы привязали следующие устройства.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Fjalëkalimi i tanishëm",
|
||||
"New password" : "Fjalëkalimi i ri",
|
||||
"Change password" : "Ndrysho fjalëkalimin",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Këta janë shfletuesit e futur tani në ownCloud-in tuaj.",
|
||||
"Browser" : "Shfletues",
|
||||
"Most recent activity" : "Veprimtaria më e freskët",
|
||||
"You've linked these devices." : "I keni të lidhura këto pajisje.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Fjalëkalimi i tanishëm",
|
||||
"New password" : "Fjalëkalimi i ri",
|
||||
"Change password" : "Ndrysho fjalëkalimin",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Këta janë shfletuesit e futur tani në ownCloud-in tuaj.",
|
||||
"Browser" : "Shfletues",
|
||||
"Most recent activity" : "Veprimtaria më e freskët",
|
||||
"You've linked these devices." : "I keni të lidhura këto pajisje.",
|
||||
|
|
|
@ -266,7 +266,6 @@ OC.L10N.register(
|
|||
"Current password" : "Nuvarande lösenord",
|
||||
"New password" : "Nytt lösenord",
|
||||
"Change password" : "Ändra lösenord",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Dessa webbläsare är för tillfället inloggade på din ownCloud.",
|
||||
"Browser" : "Webbläsare",
|
||||
"Most recent activity" : "Senaste aktivitet",
|
||||
"You've linked these devices." : "Du har länkat dessa enheter.",
|
||||
|
|
|
@ -264,7 +264,6 @@
|
|||
"Current password" : "Nuvarande lösenord",
|
||||
"New password" : "Nytt lösenord",
|
||||
"Change password" : "Ändra lösenord",
|
||||
"These are the web browsers currently logged in to your ownCloud." : "Dessa webbläsare är för tillfället inloggade på din ownCloud.",
|
||||
"Browser" : "Webbläsare",
|
||||
"Most recent activity" : "Senaste aktivitet",
|
||||
"You've linked these devices." : "Du har länkat dessa enheter.",
|
||||
|
|
Loading…
Reference in New Issue