[tx-robot] updated from transifex
This commit is contained in:
parent
62ece696d6
commit
0601eaaf4d
|
@ -12,6 +12,7 @@ OC.L10N.register(
|
|||
"More comments …" : "Fleiri athugasemdir ...",
|
||||
"Save" : "Vista",
|
||||
"Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}",
|
||||
"Error occurred while retrieving comment with ID {id}" : "Villa kom upp við að reyna að ná í ummæli með auðkenninu {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}",
|
||||
"Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ólesnar athugasemdir"],
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"More comments …" : "Fleiri athugasemdir ...",
|
||||
"Save" : "Vista",
|
||||
"Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}",
|
||||
"Error occurred while retrieving comment with ID {id}" : "Villa kom upp við að reyna að ná í ummæli með auðkenninu {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}",
|
||||
"Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ólesnar athugasemdir"],
|
||||
|
|
|
@ -100,12 +100,18 @@ OC.L10N.register(
|
|||
"Moved by {user}" : "Fært af {user}",
|
||||
"\"remote user\"" : "\"fjartengdur notandi\"",
|
||||
"You created {file}" : "Þú bjóst til {file}",
|
||||
"You created an encrypted file in {file}" : "Þú bjóst til dulritaða skrá í {file}",
|
||||
"{user} created {file}" : "{user} bjó til {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} bjó til dulritaða skrá í {file}",
|
||||
"{file} was created in a public folder" : "{file} var búin til í opinni möppu",
|
||||
"You changed {file}" : "Þú breyttir {file}",
|
||||
"You changed an encrypted file in {file}" : "Þú breyttir dulritaðri skrá í {file}",
|
||||
"{user} changed {file}" : "{user} breytti {file}",
|
||||
"{user} changed an encrypted file in {file}" : "{user} breytti dulritaðri skrá í {file}",
|
||||
"You deleted {file}" : "Þú eyddir {file}",
|
||||
"You deleted an encrypted file in {file}" : "Þú eyddir dulritaðri skrá í {file}",
|
||||
"{user} deleted {file}" : "{user} eyddi {file}",
|
||||
"{user} deleted an encrypted file in {file}" : "{user} eyddi dulritaðri skrá í {file}",
|
||||
"You restored {file}" : "Þú endurheimtir {file}",
|
||||
"{user} restored {file}" : "{user} endurheimti {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Þú endurnefndir {oldfile} sem {newfile}",
|
||||
|
|
|
@ -98,12 +98,18 @@
|
|||
"Moved by {user}" : "Fært af {user}",
|
||||
"\"remote user\"" : "\"fjartengdur notandi\"",
|
||||
"You created {file}" : "Þú bjóst til {file}",
|
||||
"You created an encrypted file in {file}" : "Þú bjóst til dulritaða skrá í {file}",
|
||||
"{user} created {file}" : "{user} bjó til {file}",
|
||||
"{user} created an encrypted file in {file}" : "{user} bjó til dulritaða skrá í {file}",
|
||||
"{file} was created in a public folder" : "{file} var búin til í opinni möppu",
|
||||
"You changed {file}" : "Þú breyttir {file}",
|
||||
"You changed an encrypted file in {file}" : "Þú breyttir dulritaðri skrá í {file}",
|
||||
"{user} changed {file}" : "{user} breytti {file}",
|
||||
"{user} changed an encrypted file in {file}" : "{user} breytti dulritaðri skrá í {file}",
|
||||
"You deleted {file}" : "Þú eyddir {file}",
|
||||
"You deleted an encrypted file in {file}" : "Þú eyddir dulritaðri skrá í {file}",
|
||||
"{user} deleted {file}" : "{user} eyddi {file}",
|
||||
"{user} deleted an encrypted file in {file}" : "{user} eyddi dulritaðri skrá í {file}",
|
||||
"You restored {file}" : "Þú endurheimtir {file}",
|
||||
"{user} restored {file}" : "{user} endurheimti {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Þú endurnefndir {oldfile} sem {newfile}",
|
||||
|
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(skupina)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD kódováním (pomalé)",
|
||||
"Admin defined" : "Nastaveno administrátorem",
|
||||
"Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště",
|
||||
"Delete storage?" : "Odstranit úložiště?",
|
||||
"Saved" : "Uloženo",
|
||||
"Saving..." : "Ukládá se...",
|
||||
|
@ -128,6 +127,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Disk Google",
|
||||
"No external storage configured" : "Není nakonfigurováno žádné externí úložiště",
|
||||
"You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních"
|
||||
"You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních",
|
||||
"Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště"
|
||||
},
|
||||
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(skupina)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD kódováním (pomalé)",
|
||||
"Admin defined" : "Nastaveno administrátorem",
|
||||
"Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště",
|
||||
"Delete storage?" : "Odstranit úložiště?",
|
||||
"Saved" : "Uloženo",
|
||||
"Saving..." : "Ukládá se...",
|
||||
|
@ -126,6 +125,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Disk Google",
|
||||
"No external storage configured" : "Není nakonfigurováno žádné externí úložiště",
|
||||
"You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních"
|
||||
"You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních",
|
||||
"Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(gruppe)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD encoding (langsom)",
|
||||
"Admin defined" : "Bestemt af administrator",
|
||||
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?",
|
||||
"Delete storage?" : "Slet lager?",
|
||||
"Saved" : "Gemt",
|
||||
"Saving..." : "Gemmer...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "Der er ingen konfigurerede eksterne lagre",
|
||||
"You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger"
|
||||
"You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger",
|
||||
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(gruppe)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD encoding (langsom)",
|
||||
"Admin defined" : "Bestemt af administrator",
|
||||
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?",
|
||||
"Delete storage?" : "Slet lager?",
|
||||
"Saved" : "Gemt",
|
||||
"Saving..." : "Gemmer...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "Der er ingen konfigurerede eksterne lagre",
|
||||
"You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger"
|
||||
"You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger",
|
||||
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(group)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)",
|
||||
"Admin defined" : "Vom Administrator festgelegt",
|
||||
"Are you sure you want to delete this external storage" : "Möchtest Du wirklich diesen externen Speicher löschen?",
|
||||
"Delete storage?" : "Speicher löschen?",
|
||||
"Saved" : "Gespeichert",
|
||||
"Saving..." : "Speichere…",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Kein externer Speicher konfiguriert",
|
||||
"You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden"
|
||||
"You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden",
|
||||
"Are you sure you want to delete this external storage" : "Möchtest Du wirklich diesen externen Speicher löschen?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(group)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)",
|
||||
"Admin defined" : "Vom Administrator festgelegt",
|
||||
"Are you sure you want to delete this external storage" : "Möchtest Du wirklich diesen externen Speicher löschen?",
|
||||
"Delete storage?" : "Speicher löschen?",
|
||||
"Saved" : "Gespeichert",
|
||||
"Saving..." : "Speichere…",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Kein externer Speicher konfiguriert",
|
||||
"You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden"
|
||||
"You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden",
|
||||
"Are you sure you want to delete this external storage" : "Möchtest Du wirklich diesen externen Speicher löschen?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(group)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)",
|
||||
"Admin defined" : "Vom Administrator festgelegt",
|
||||
"Are you sure you want to delete this external storage" : "Möchten Sie wirklich diesen externen Speicher löschen?",
|
||||
"Delete storage?" : "Speicher löschen?",
|
||||
"Saved" : "Gespeichert",
|
||||
"Saving..." : "Speichere …",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Kein externer Speicher konfiguriert",
|
||||
"You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden"
|
||||
"You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden",
|
||||
"Are you sure you want to delete this external storage" : "Möchten Sie wirklich diesen externen Speicher löschen?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(group)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)",
|
||||
"Admin defined" : "Vom Administrator festgelegt",
|
||||
"Are you sure you want to delete this external storage" : "Möchten Sie wirklich diesen externen Speicher löschen?",
|
||||
"Delete storage?" : "Speicher löschen?",
|
||||
"Saved" : "Gespeichert",
|
||||
"Saving..." : "Speichere …",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Kein externer Speicher konfiguriert",
|
||||
"You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden"
|
||||
"You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden",
|
||||
"Are you sure you want to delete this external storage" : "Möchten Sie wirklich diesen externen Speicher löschen?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(group)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)",
|
||||
"Admin defined" : "Admin defined",
|
||||
"Are you sure you want to delete this external storage" : "Are you sure you want to delete this external storage",
|
||||
"Delete storage?" : "Delete storage?",
|
||||
"Saved" : "Saved",
|
||||
"Saving..." : "Saving...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "No external storage configured",
|
||||
"You can add external storages in the personal settings" : "You can add external storages in the personal settings"
|
||||
"You can add external storages in the personal settings" : "You can add external storages in the personal settings",
|
||||
"Are you sure you want to delete this external storage" : "Are you sure you want to delete this external storage"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(group)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)",
|
||||
"Admin defined" : "Admin defined",
|
||||
"Are you sure you want to delete this external storage" : "Are you sure you want to delete this external storage",
|
||||
"Delete storage?" : "Delete storage?",
|
||||
"Saved" : "Saved",
|
||||
"Saving..." : "Saving...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "No external storage configured",
|
||||
"You can add external storages in the personal settings" : "You can add external storages in the personal settings"
|
||||
"You can add external storages in the personal settings" : "You can add external storages in the personal settings",
|
||||
"Are you sure you want to delete this external storage" : "Are you sure you want to delete this external storage"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac MFD (lento)",
|
||||
"Admin defined" : "Admin definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres eliminar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "No hay ningún almacenamiento externo configurado",
|
||||
"You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal"
|
||||
"You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres eliminar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac MFD (lento)",
|
||||
"Admin defined" : "Admin definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres eliminar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "No hay ningún almacenamiento externo configurado",
|
||||
"You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal"
|
||||
"You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres eliminar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales"
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(ryhmä)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Yhteensopivuus Mac NFD -enkoodauksen kanssa (hidas)",
|
||||
"Admin defined" : "Ylläpitäjän määrittämä",
|
||||
"Are you sure you want to delete this external storage" : "Haluatko varmasti poistaa tämän erillisen tallennustilan",
|
||||
"Delete storage?" : "Poistetaanko tallennustila?",
|
||||
"Saved" : "Tallennettu",
|
||||
"Saving..." : "Tallennetaan...",
|
||||
|
@ -125,6 +124,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Erillistä tallennustilaa ei ole määritetty",
|
||||
"You can add external storages in the personal settings" : "Voit lisätä erillisiä tallennustiloja henkilökohtaisista asetuksistasi"
|
||||
"You can add external storages in the personal settings" : "Voit lisätä erillisiä tallennustiloja henkilökohtaisista asetuksistasi",
|
||||
"Are you sure you want to delete this external storage" : "Haluatko varmasti poistaa tämän erillisen tallennustilan"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(ryhmä)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Yhteensopivuus Mac NFD -enkoodauksen kanssa (hidas)",
|
||||
"Admin defined" : "Ylläpitäjän määrittämä",
|
||||
"Are you sure you want to delete this external storage" : "Haluatko varmasti poistaa tämän erillisen tallennustilan",
|
||||
"Delete storage?" : "Poistetaanko tallennustila?",
|
||||
"Saved" : "Tallennettu",
|
||||
"Saving..." : "Tallennetaan...",
|
||||
|
@ -123,6 +122,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Erillistä tallennustilaa ei ole määritetty",
|
||||
"You can add external storages in the personal settings" : "Voit lisätä erillisiä tallennustiloja henkilökohtaisista asetuksistasi"
|
||||
"You can add external storages in the personal settings" : "Voit lisätä erillisiä tallennustiloja henkilökohtaisista asetuksistasi",
|
||||
"Are you sure you want to delete this external storage" : "Haluatko varmasti poistaa tämän erillisen tallennustilan"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(groupe)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilité avec l'encodage Mac NFD (lent)",
|
||||
"Admin defined" : "Défini par l'administrateur",
|
||||
"Are you sure you want to delete this external storage" : "Êtes-vous sûr de vouloir supprimer ce stockage externe ?",
|
||||
"Delete storage?" : "Supprimer ce support de stockage ?",
|
||||
"Saved" : "Sauvegardé",
|
||||
"Saving..." : "Enregistrement...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Aucun stockage externe configuré",
|
||||
"You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes via vos paramètres personnels"
|
||||
"You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes via vos paramètres personnels",
|
||||
"Are you sure you want to delete this external storage" : "Êtes-vous sûr de vouloir supprimer ce stockage externe ?"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(groupe)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilité avec l'encodage Mac NFD (lent)",
|
||||
"Admin defined" : "Défini par l'administrateur",
|
||||
"Are you sure you want to delete this external storage" : "Êtes-vous sûr de vouloir supprimer ce stockage externe ?",
|
||||
"Delete storage?" : "Supprimer ce support de stockage ?",
|
||||
"Saved" : "Sauvegardé",
|
||||
"Saving..." : "Enregistrement...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Aucun stockage externe configuré",
|
||||
"You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes via vos paramètres personnels"
|
||||
"You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes via vos paramètres personnels",
|
||||
"Are you sure you want to delete this external storage" : "Êtes-vous sûr de vouloir supprimer ce stockage externe ?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(csoport)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitás a Mac NFD kódolással (lassú)",
|
||||
"Admin defined" : "Adminisztrátor definiálva",
|
||||
"Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót",
|
||||
"Delete storage?" : "Tároló törlése?",
|
||||
"Saved" : "Elmentve",
|
||||
"Saving..." : "Mentés...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Nincs külső tároló beállítva.",
|
||||
"You can add external storages in the personal settings" : "Hozzáadhatsz külső tárolókat a személyes beállítások közt."
|
||||
"You can add external storages in the personal settings" : "Hozzáadhatsz külső tárolókat a személyes beállítások közt.",
|
||||
"Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(csoport)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitás a Mac NFD kódolással (lassú)",
|
||||
"Admin defined" : "Adminisztrátor definiálva",
|
||||
"Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót",
|
||||
"Delete storage?" : "Tároló törlése?",
|
||||
"Saved" : "Elmentve",
|
||||
"Saving..." : "Mentés...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Nincs külső tároló beállítva.",
|
||||
"You can add external storages in the personal settings" : "Hozzáadhatsz külső tárolókat a személyes beállítások közt."
|
||||
"You can add external storages in the personal settings" : "Hozzáadhatsz külső tárolókat a személyes beállítások közt.",
|
||||
"Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(hópur)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Samhæfni við Mac NFD kóðun (hægvirkt)",
|
||||
"Admin defined" : "Skilgreindur kerfisstjóri",
|
||||
"Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?",
|
||||
"Delete storage?" : "Eyða geymslu?",
|
||||
"Saved" : "Vistað",
|
||||
"Saving..." : "Er að vista ...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Leyfa notendum að tengja eftirfarandi ytri gagnageymslu í skráakerfi",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "Engin ytri-gagnageymsla stillt",
|
||||
"You can add external storages in the personal settings" : "Þú getur bætt við ytri gagnageymslum í einkastillingunum þínum"
|
||||
"You can add external storages in the personal settings" : "Þú getur bætt við ytri gagnageymslum í einkastillingunum þínum",
|
||||
"Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(hópur)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Samhæfni við Mac NFD kóðun (hægvirkt)",
|
||||
"Admin defined" : "Skilgreindur kerfisstjóri",
|
||||
"Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?",
|
||||
"Delete storage?" : "Eyða geymslu?",
|
||||
"Saved" : "Vistað",
|
||||
"Saving..." : "Er að vista ...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Leyfa notendum að tengja eftirfarandi ytri gagnageymslu í skráakerfi",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "Engin ytri-gagnageymsla stillt",
|
||||
"You can add external storages in the personal settings" : "Þú getur bætt við ytri gagnageymslum í einkastillingunum þínum"
|
||||
"You can add external storages in the personal settings" : "Þú getur bætt við ytri gagnageymslum í einkastillingunum þínum",
|
||||
"Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(gruppo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilità con la codifica Mac NFD (lento)",
|
||||
"Admin defined" : "Definito dall'amministratore",
|
||||
"Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?",
|
||||
"Delete storage?" : "Vuoi eliminare l'archiviazione?",
|
||||
"Saved" : "Salvato",
|
||||
"Saving..." : "Salvataggio in corso...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Nessuna archiviazione esterna configurata",
|
||||
"You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali"
|
||||
"You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali",
|
||||
"Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(gruppo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilità con la codifica Mac NFD (lento)",
|
||||
"Admin defined" : "Definito dall'amministratore",
|
||||
"Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?",
|
||||
"Delete storage?" : "Vuoi eliminare l'archiviazione?",
|
||||
"Saved" : "Salvato",
|
||||
"Saving..." : "Salvataggio in corso...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Nessuna archiviazione esterna configurata",
|
||||
"You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali"
|
||||
"You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali",
|
||||
"Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(グループ)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
|
||||
"Admin defined" : "管理者設定済",
|
||||
"Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?",
|
||||
"Delete storage?" : "ストレージを削除しますか?",
|
||||
"Saved" : "保存されました",
|
||||
"Saving..." : "保存中...",
|
||||
|
@ -129,6 +128,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "外部ストレージは設定されていません",
|
||||
"You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。"
|
||||
"You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。",
|
||||
"Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(グループ)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
|
||||
"Admin defined" : "管理者設定済",
|
||||
"Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?",
|
||||
"Delete storage?" : "ストレージを削除しますか?",
|
||||
"Saved" : "保存されました",
|
||||
"Saving..." : "保存中...",
|
||||
|
@ -127,6 +126,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "外部ストレージは設定されていません",
|
||||
"You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。"
|
||||
"You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。",
|
||||
"Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(ჯგუფი)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD-სთან თავსებადობა (ნელი)",
|
||||
"Admin defined" : "განსაზღვრულია ადმინისტრატორის მიერ",
|
||||
"Are you sure you want to delete this external storage" : "დარწმუნებული ხართ, რომ გსურთ ამ გარე საცავის გაუქმება?",
|
||||
"Delete storage?" : "გავაუქმოთ საცავი?",
|
||||
"Saved" : "შენახულია",
|
||||
"Saving..." : "ინახება…",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox-ი",
|
||||
"Google Drive" : "Google Drive-ი",
|
||||
"No external storage configured" : "გარე საცავი არაა კონფიგურირებული",
|
||||
"You can add external storages in the personal settings" : "გარე საცავები შეგიძლიათ დაამატოთ პირად პარამეტრებში"
|
||||
"You can add external storages in the personal settings" : "გარე საცავები შეგიძლიათ დაამატოთ პირად პარამეტრებში",
|
||||
"Are you sure you want to delete this external storage" : "დარწმუნებული ხართ, რომ გსურთ ამ გარე საცავის გაუქმება?"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(ჯგუფი)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD-სთან თავსებადობა (ნელი)",
|
||||
"Admin defined" : "განსაზღვრულია ადმინისტრატორის მიერ",
|
||||
"Are you sure you want to delete this external storage" : "დარწმუნებული ხართ, რომ გსურთ ამ გარე საცავის გაუქმება?",
|
||||
"Delete storage?" : "გავაუქმოთ საცავი?",
|
||||
"Saved" : "შენახულია",
|
||||
"Saving..." : "ინახება…",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox-ი",
|
||||
"Google Drive" : "Google Drive-ი",
|
||||
"No external storage configured" : "გარე საცავი არაა კონფიგურირებული",
|
||||
"You can add external storages in the personal settings" : "გარე საცავები შეგიძლიათ დაამატოთ პირად პარამეტრებში"
|
||||
"You can add external storages in the personal settings" : "გარე საცავები შეგიძლიათ დაამატოთ პირად პარამეტრებში",
|
||||
"Are you sure you want to delete this external storage" : "დარწმუნებული ხართ, რომ გსურთ ამ გარე საცავის გაუქმება?"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(그룹)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD 인코딩 호환성 사용(느림)",
|
||||
"Admin defined" : "관리자 지정",
|
||||
"Are you sure you want to delete this external storage" : "이 외부 저장소를 삭제하시겠습니까",
|
||||
"Delete storage?" : "저장소를 삭제하시겠습니까?",
|
||||
"Saved" : "저장됨",
|
||||
"Saving..." : "저장 중...",
|
||||
|
@ -128,6 +127,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google 드라이브",
|
||||
"No external storage configured" : "외부 저장소가 설정되지 않았음",
|
||||
"You can add external storages in the personal settings" : "개인 설정에서 외부 저장소를 추가할 수 있습니다"
|
||||
"You can add external storages in the personal settings" : "개인 설정에서 외부 저장소를 추가할 수 있습니다",
|
||||
"Are you sure you want to delete this external storage" : "이 외부 저장소를 삭제하시겠습니까"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(그룹)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD 인코딩 호환성 사용(느림)",
|
||||
"Admin defined" : "관리자 지정",
|
||||
"Are you sure you want to delete this external storage" : "이 외부 저장소를 삭제하시겠습니까",
|
||||
"Delete storage?" : "저장소를 삭제하시겠습니까?",
|
||||
"Saved" : "저장됨",
|
||||
"Saving..." : "저장 중...",
|
||||
|
@ -126,6 +125,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google 드라이브",
|
||||
"No external storage configured" : "외부 저장소가 설정되지 않았음",
|
||||
"You can add external storages in the personal settings" : "개인 설정에서 외부 저장소를 추가할 수 있습니다"
|
||||
"You can add external storages in the personal settings" : "개인 설정에서 외부 저장소를 추가할 수 있습니다",
|
||||
"Are you sure you want to delete this external storage" : "이 외부 저장소를 삭제하시겠습니까"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(gruppe)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibelt med Mac NFD koding (treg)",
|
||||
"Admin defined" : "Admin-definert",
|
||||
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lagringsplassen?",
|
||||
"Delete storage?" : "Slett lagringsplass",
|
||||
"Saved" : "Lagret",
|
||||
"Saving..." : "Lagrer…",
|
||||
|
@ -129,6 +128,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Eksternt lager er ikke konfigurert",
|
||||
"You can add external storages in the personal settings" : "Du kan legge til eksterne lagre i personlige innstillinger"
|
||||
"You can add external storages in the personal settings" : "Du kan legge til eksterne lagre i personlige innstillinger",
|
||||
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lagringsplassen?"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(gruppe)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibelt med Mac NFD koding (treg)",
|
||||
"Admin defined" : "Admin-definert",
|
||||
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lagringsplassen?",
|
||||
"Delete storage?" : "Slett lagringsplass",
|
||||
"Saved" : "Lagret",
|
||||
"Saving..." : "Lagrer…",
|
||||
|
@ -127,6 +126,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Eksternt lager er ikke konfigurert",
|
||||
"You can add external storages in the personal settings" : "Du kan legge til eksterne lagre i personlige innstillinger"
|
||||
"You can add external storages in the personal settings" : "Du kan legge til eksterne lagre i personlige innstillinger",
|
||||
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lagringsplassen?"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(groep)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibiliteit met Mac NFD encoding (traag)",
|
||||
"Admin defined" : "Beheerder gedefinieerd",
|
||||
"Are you sure you want to delete this external storage" : "Weet je zeker dat je de externe opslag wilt verwijderen",
|
||||
"Delete storage?" : "Opslag verwijderen?",
|
||||
"Saved" : "Bewaard",
|
||||
"Saving..." : "Bewaren...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Geen externe opslag geconfigureerd",
|
||||
"You can add external storages in the personal settings" : "Je kunt externe opslag toevoegen in persoonlijke instellingen"
|
||||
"You can add external storages in the personal settings" : "Je kunt externe opslag toevoegen in persoonlijke instellingen",
|
||||
"Are you sure you want to delete this external storage" : "Weet je zeker dat je de externe opslag wilt verwijderen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(groep)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibiliteit met Mac NFD encoding (traag)",
|
||||
"Admin defined" : "Beheerder gedefinieerd",
|
||||
"Are you sure you want to delete this external storage" : "Weet je zeker dat je de externe opslag wilt verwijderen",
|
||||
"Delete storage?" : "Opslag verwijderen?",
|
||||
"Saved" : "Bewaard",
|
||||
"Saving..." : "Bewaren...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Geen externe opslag geconfigureerd",
|
||||
"You can add external storages in the personal settings" : "Je kunt externe opslag toevoegen in persoonlijke instellingen"
|
||||
"You can add external storages in the personal settings" : "Je kunt externe opslag toevoegen in persoonlijke instellingen",
|
||||
"Are you sure you want to delete this external storage" : "Weet je zeker dat je de externe opslag wilt verwijderen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupa)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Zgodność z kodowaniem Mac NFD (powolny)",
|
||||
"Admin defined" : "Zdefiniowane przez Administratora",
|
||||
"Are you sure you want to delete this external storage" : "Czy na pewno chcesz usunąć zewnętrzny magazyn?",
|
||||
"Delete storage?" : "Usunąć magazyn?",
|
||||
"Saved" : "Zapisano",
|
||||
"Saving..." : "Zapisywanie...",
|
||||
|
@ -128,6 +127,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Dysk Google",
|
||||
"No external storage configured" : "Nie skonfigurowano żadnego zewnętrznego nośnika",
|
||||
"You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnętrzne magazyny przechowywania"
|
||||
"You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnętrzne magazyny przechowywania",
|
||||
"Are you sure you want to delete this external storage" : "Czy na pewno chcesz usunąć zewnętrzny magazyn?"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupa)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Zgodność z kodowaniem Mac NFD (powolny)",
|
||||
"Admin defined" : "Zdefiniowane przez Administratora",
|
||||
"Are you sure you want to delete this external storage" : "Czy na pewno chcesz usunąć zewnętrzny magazyn?",
|
||||
"Delete storage?" : "Usunąć magazyn?",
|
||||
"Saved" : "Zapisano",
|
||||
"Saving..." : "Zapisywanie...",
|
||||
|
@ -126,6 +125,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Dysk Google",
|
||||
"No external storage configured" : "Nie skonfigurowano żadnego zewnętrznego nośnika",
|
||||
"You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnętrzne magazyny przechowywania"
|
||||
"You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnętrzne magazyny przechowywania",
|
||||
"Are you sure you want to delete this external storage" : "Czy na pewno chcesz usunąć zewnętrzny magazyn?"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidade com a codificação Mac NFD (lento)",
|
||||
"Admin defined" : "Definido pelo administrador",
|
||||
"Are you sure you want to delete this external storage" : "Quer realmente excluir este armazenamento externo",
|
||||
"Delete storage?" : "Excluir armazenamento?",
|
||||
"Saved" : "Salvo",
|
||||
"Saving..." : "Salvando...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Nenhum armazendo externo foi configurado",
|
||||
"You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais"
|
||||
"You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais",
|
||||
"Are you sure you want to delete this external storage" : "Quer realmente excluir este armazenamento externo"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidade com a codificação Mac NFD (lento)",
|
||||
"Admin defined" : "Definido pelo administrador",
|
||||
"Are you sure you want to delete this external storage" : "Quer realmente excluir este armazenamento externo",
|
||||
"Delete storage?" : "Excluir armazenamento?",
|
||||
"Saved" : "Salvo",
|
||||
"Saving..." : "Salvando...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Nenhum armazendo externo foi configurado",
|
||||
"You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais"
|
||||
"You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais",
|
||||
"Are you sure you want to delete this external storage" : "Quer realmente excluir este armazenamento externo"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidade com a codificação NFD Mac (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "De certeza que quer apagar este armazenamento externo",
|
||||
"Delete storage?" : "Apagar armazenamento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "A guardar...",
|
||||
|
@ -129,6 +128,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Sem armazenamentos externos configurados",
|
||||
"You can add external storages in the personal settings" : "Pode adicionar armazenamentos externos nas definições pessoais"
|
||||
"You can add external storages in the personal settings" : "Pode adicionar armazenamentos externos nas definições pessoais",
|
||||
"Are you sure you want to delete this external storage" : "De certeza que quer apagar este armazenamento externo"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidade com a codificação NFD Mac (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "De certeza que quer apagar este armazenamento externo",
|
||||
"Delete storage?" : "Apagar armazenamento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "A guardar...",
|
||||
|
@ -127,6 +126,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Sem armazenamentos externos configurados",
|
||||
"You can add external storages in the personal settings" : "Pode adicionar armazenamentos externos nas definições pessoais"
|
||||
"You can add external storages in the personal settings" : "Pode adicionar armazenamentos externos nas definições pessoais",
|
||||
"Are you sure you want to delete this external storage" : "De certeza que quer apagar este armazenamento externo"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(группа)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Совместимость с кодировкой Mac NFD (медленно)",
|
||||
"Admin defined" : "Определено администратором",
|
||||
"Are you sure you want to delete this external storage" : "Действительно удалить это внешнее хранилище?",
|
||||
"Delete storage?" : "Удалить хранилище?",
|
||||
"Saved" : "Сохранено",
|
||||
"Saving..." : "Сохранение...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Внешние хранилища не настроены",
|
||||
"You can add external storages in the personal settings" : "Вы можете добавить внешние хранилища в личных настройках"
|
||||
"You can add external storages in the personal settings" : "Вы можете добавить внешние хранилища в личных настройках",
|
||||
"Are you sure you want to delete this external storage" : "Действительно удалить это внешнее хранилище?"
|
||||
},
|
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(группа)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Совместимость с кодировкой Mac NFD (медленно)",
|
||||
"Admin defined" : "Определено администратором",
|
||||
"Are you sure you want to delete this external storage" : "Действительно удалить это внешнее хранилище?",
|
||||
"Delete storage?" : "Удалить хранилище?",
|
||||
"Saved" : "Сохранено",
|
||||
"Saving..." : "Сохранение...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Внешние хранилища не настроены",
|
||||
"You can add external storages in the personal settings" : "Вы можете добавить внешние хранилища в личных настройках"
|
||||
"You can add external storages in the personal settings" : "Вы можете добавить внешние хранилища в личных настройках",
|
||||
"Are you sure you want to delete this external storage" : "Действительно удалить это внешнее хранилище?"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(skupina)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD enkódovaním (pomalé)",
|
||||
"Admin defined" : "Nastavené správcom",
|
||||
"Are you sure you want to delete this external storage" : "Naozaj chcete zmazať toto externé úložisko?",
|
||||
"Delete storage?" : "Zmazať externé úložisko?",
|
||||
"Saved" : "Uložené",
|
||||
"Saving..." : "Ukladá sa...",
|
||||
|
@ -123,6 +122,7 @@ OC.L10N.register(
|
|||
"OpenStack" : "OpenStack",
|
||||
"Dropbox" : "Dropbox",
|
||||
"No external storage configured" : "Žiadne externé úložisko nie je nakonfigurované",
|
||||
"You can add external storages in the personal settings" : "Externé úložisko je možné pridať v osobných nastaveniach"
|
||||
"You can add external storages in the personal settings" : "Externé úložisko je možné pridať v osobných nastaveniach",
|
||||
"Are you sure you want to delete this external storage" : "Naozaj chcete zmazať toto externé úložisko?"
|
||||
},
|
||||
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(skupina)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD enkódovaním (pomalé)",
|
||||
"Admin defined" : "Nastavené správcom",
|
||||
"Are you sure you want to delete this external storage" : "Naozaj chcete zmazať toto externé úložisko?",
|
||||
"Delete storage?" : "Zmazať externé úložisko?",
|
||||
"Saved" : "Uložené",
|
||||
"Saving..." : "Ukladá sa...",
|
||||
|
@ -121,6 +120,7 @@
|
|||
"OpenStack" : "OpenStack",
|
||||
"Dropbox" : "Dropbox",
|
||||
"No external storage configured" : "Žiadne externé úložisko nie je nakonfigurované",
|
||||
"You can add external storages in the personal settings" : "Externé úložisko je možné pridať v osobných nastaveniach"
|
||||
"You can add external storages in the personal settings" : "Externé úložisko je možné pridať v osobných nastaveniach",
|
||||
"Are you sure you want to delete this external storage" : "Naozaj chcete zmazať toto externé úložisko?"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(група)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Компатибилност са NFD кодирањем (споро)",
|
||||
"Admin defined" : "Дефинисао администратор",
|
||||
"Are you sure you want to delete this external storage" : "Да ли стварно желите да обришете ово спољашње складиште?",
|
||||
"Delete storage?" : "Обриши складиште?",
|
||||
"Saved" : "Сачувано",
|
||||
"Saving..." : "Чувам...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Нема подешеног спољашњег складишта",
|
||||
"You can add external storages in the personal settings" : "Можете додати спољашња складишта у вашим личним подешавањима"
|
||||
"You can add external storages in the personal settings" : "Можете додати спољашња складишта у вашим личним подешавањима",
|
||||
"Are you sure you want to delete this external storage" : "Да ли стварно желите да обришете ово спољашње складиште?"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(група)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Компатибилност са NFD кодирањем (споро)",
|
||||
"Admin defined" : "Дефинисао администратор",
|
||||
"Are you sure you want to delete this external storage" : "Да ли стварно желите да обришете ово спољашње складиште?",
|
||||
"Delete storage?" : "Обриши складиште?",
|
||||
"Saved" : "Сачувано",
|
||||
"Saving..." : "Чувам...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Нема подешеног спољашњег складишта",
|
||||
"You can add external storages in the personal settings" : "Можете додати спољашња складишта у вашим личним подешавањима"
|
||||
"You can add external storages in the personal settings" : "Можете додати спољашња складишта у вашим личним подешавањима",
|
||||
"Are you sure you want to delete this external storage" : "Да ли стварно желите да обришете ово спољашње складиште?"
|
||||
},"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);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grupp)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD kodning (slö)",
|
||||
"Admin defined" : "Admin definerad",
|
||||
"Are you sure you want to delete this external storage" : "Är du säker att du vill ta bort denna externa lagringen",
|
||||
"Delete storage?" : "Ta bort lagring?",
|
||||
"Saved" : "Sparad",
|
||||
"Saving..." : "Sparar...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "Tillåt användare att montera följande extern lagring",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "Ingen extern lagring konfigurerad",
|
||||
"You can add external storages in the personal settings" : "Du kan lägga till externa lagringar i de personliga inställningarna"
|
||||
"You can add external storages in the personal settings" : "Du kan lägga till externa lagringar i de personliga inställningarna",
|
||||
"Are you sure you want to delete this external storage" : "Är du säker att du vill ta bort denna externa lagringen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grupp)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD kodning (slö)",
|
||||
"Admin defined" : "Admin definerad",
|
||||
"Are you sure you want to delete this external storage" : "Är du säker att du vill ta bort denna externa lagringen",
|
||||
"Delete storage?" : "Ta bort lagring?",
|
||||
"Saved" : "Sparad",
|
||||
"Saving..." : "Sparar...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "Tillåt användare att montera följande extern lagring",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "Ingen extern lagring konfigurerad",
|
||||
"You can add external storages in the personal settings" : "Du kan lägga till externa lagringar i de personliga inställningarna"
|
||||
"You can add external storages in the personal settings" : "Du kan lägga till externa lagringar i de personliga inställningarna",
|
||||
"Are you sure you want to delete this external storage" : "Är du säker att du vill ta bort denna externa lagringen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(grup)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD şifrelemesiyle uyumlu (yavaş)",
|
||||
"Admin defined" : "Yönetici ayarlamış",
|
||||
"Are you sure you want to delete this external storage" : "Bu dış depolamayı silmek istediğinize emin misiniz",
|
||||
"Delete storage?" : "Depolama silinsin mi?",
|
||||
"Saved" : "Kaydedildi",
|
||||
"Saving..." : "Kaydediliyor...",
|
||||
|
@ -133,6 +132,7 @@ OC.L10N.register(
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Herhangi bir dış depolama yapılandırılmamış",
|
||||
"You can add external storages in the personal settings" : "Kişisel ayarlar bölümünden dış depolamaları ekleyebilirsiniz"
|
||||
"You can add external storages in the personal settings" : "Kişisel ayarlar bölümünden dış depolamaları ekleyebilirsiniz",
|
||||
"Are you sure you want to delete this external storage" : "Bu dış depolamayı silmek istediğinize emin misiniz"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(grup)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD şifrelemesiyle uyumlu (yavaş)",
|
||||
"Admin defined" : "Yönetici ayarlamış",
|
||||
"Are you sure you want to delete this external storage" : "Bu dış depolamayı silmek istediğinize emin misiniz",
|
||||
"Delete storage?" : "Depolama silinsin mi?",
|
||||
"Saved" : "Kaydedildi",
|
||||
"Saving..." : "Kaydediliyor...",
|
||||
|
@ -131,6 +130,7 @@
|
|||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive",
|
||||
"No external storage configured" : "Herhangi bir dış depolama yapılandırılmamış",
|
||||
"You can add external storages in the personal settings" : "Kişisel ayarlar bölümünden dış depolamaları ekleyebilirsiniz"
|
||||
"You can add external storages in the personal settings" : "Kişisel ayarlar bölümünden dış depolamaları ekleyebilirsiniz",
|
||||
"Are you sure you want to delete this external storage" : "Bu dış depolamayı silmek istediğinize emin misiniz"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(分组)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "兼用 Mac NFD 编码 (慢)",
|
||||
"Admin defined" : "管理员定义",
|
||||
"Are you sure you want to delete this external storage" : "是否要删除该外部存储",
|
||||
"Delete storage?" : "删除存储?",
|
||||
"Saved" : "已保存",
|
||||
"Saving..." : "正在保存...",
|
||||
|
@ -119,6 +118,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "允许用户挂载以下外部存储",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "没有配置外部存储",
|
||||
"You can add external storages in the personal settings" : "您可以在个人设置中添加外部存储"
|
||||
"You can add external storages in the personal settings" : "您可以在个人设置中添加外部存储",
|
||||
"Are you sure you want to delete this external storage" : "是否要删除该外部存储"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(分组)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "兼用 Mac NFD 编码 (慢)",
|
||||
"Admin defined" : "管理员定义",
|
||||
"Are you sure you want to delete this external storage" : "是否要删除该外部存储",
|
||||
"Delete storage?" : "删除存储?",
|
||||
"Saved" : "已保存",
|
||||
"Saving..." : "正在保存...",
|
||||
|
@ -117,6 +116,7 @@
|
|||
"Allow users to mount the following external storage" : "允许用户挂载以下外部存储",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "没有配置外部存储",
|
||||
"You can add external storages in the personal settings" : "您可以在个人设置中添加外部存储"
|
||||
"You can add external storages in the personal settings" : "您可以在个人设置中添加外部存储",
|
||||
"Are you sure you want to delete this external storage" : "是否要删除该外部存储"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -14,7 +14,6 @@ OC.L10N.register(
|
|||
"(group)" : "(群組)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "與Mac的NFD編碼格式相容(較慢)",
|
||||
"Admin defined" : "管理者定義",
|
||||
"Are you sure you want to delete this external storage" : "您確定要刪除額外的空間?",
|
||||
"Delete storage?" : "刪除空間",
|
||||
"Saved" : "已儲存",
|
||||
"Saving..." : "儲存中...",
|
||||
|
@ -112,6 +111,7 @@ OC.L10N.register(
|
|||
"Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "目前尚未配置任何外部儲存",
|
||||
"You can add external storages in the personal settings" : "在個人設定裡您可以自行加入外部儲存設定"
|
||||
"You can add external storages in the personal settings" : "在個人設定裡您可以自行加入外部儲存設定",
|
||||
"Are you sure you want to delete this external storage" : "您確定要刪除額外的空間?"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"(group)" : "(群組)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "與Mac的NFD編碼格式相容(較慢)",
|
||||
"Admin defined" : "管理者定義",
|
||||
"Are you sure you want to delete this external storage" : "您確定要刪除額外的空間?",
|
||||
"Delete storage?" : "刪除空間",
|
||||
"Saved" : "已儲存",
|
||||
"Saving..." : "儲存中...",
|
||||
|
@ -110,6 +109,7 @@
|
|||
"Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存",
|
||||
"OpenStack" : "OpenStack",
|
||||
"No external storage configured" : "目前尚未配置任何外部儲存",
|
||||
"You can add external storages in the personal settings" : "在個人設定裡您可以自行加入外部儲存設定"
|
||||
"You can add external storages in the personal settings" : "在個人設定裡您可以自行加入外部儲存設定",
|
||||
"Are you sure you want to delete this external storage" : "您確定要刪除額外的空間?"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -12,7 +12,6 @@ OC.L10N.register(
|
|||
"There is no error, the file uploaded with success" : "Geen fout is teëgekom nie, die lêer is met suksesvol opgelaai",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die opgelaaide lêer oorskry die MAX_FILE_SIZE riglyn wat in die HTML vorm gespesifiseer is",
|
||||
"The uploaded file was only partially uploaded" : "Die opgelaaide lêer is slegs gedeeltelik opgelaai",
|
||||
"No file was uploaded" : "Geen lêer is opgelaai",
|
||||
"Missing a temporary folder" : "Ontbrekende tydelike gids",
|
||||
"No file uploaded" : "Geen lêer opgelaai",
|
||||
|
@ -29,6 +28,7 @@ OC.L10N.register(
|
|||
"Login image" : "Aantekenbeeld",
|
||||
"Upload new login background" : "Laai nuwe aantekenagtergrond op",
|
||||
"Remove background image" : "Verwyder agtergrondbeeld",
|
||||
"reset to default" : "herstel na verstek"
|
||||
"reset to default" : "herstel na verstek",
|
||||
"The uploaded file was only partially uploaded" : "Die opgelaaide lêer is slegs gedeeltelik opgelaai"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
"There is no error, the file uploaded with success" : "Geen fout is teëgekom nie, die lêer is met suksesvol opgelaai",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die opgelaaide lêer oorskry die MAX_FILE_SIZE riglyn wat in die HTML vorm gespesifiseer is",
|
||||
"The uploaded file was only partially uploaded" : "Die opgelaaide lêer is slegs gedeeltelik opgelaai",
|
||||
"No file was uploaded" : "Geen lêer is opgelaai",
|
||||
"Missing a temporary folder" : "Ontbrekende tydelike gids",
|
||||
"No file uploaded" : "Geen lêer opgelaai",
|
||||
|
@ -27,6 +26,7 @@
|
|||
"Login image" : "Aantekenbeeld",
|
||||
"Upload new login background" : "Laai nuwe aantekenagtergrond op",
|
||||
"Remove background image" : "Verwyder agtergrondbeeld",
|
||||
"reset to default" : "herstel na verstek"
|
||||
"reset to default" : "herstel na verstek",
|
||||
"The uploaded file was only partially uploaded" : "Die opgelaaide lêer is slegs gedeeltelik opgelaai"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -13,7 +13,6 @@ OC.L10N.register(
|
|||
"There is no error, the file uploaded with success" : "Nenastala žádná chyba, soubor byl úspěšně nahrán",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahrávaný soubor přesahuje nastavení upload_max_filesize v php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, která byla zadána ve HTML formuláři",
|
||||
"The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně",
|
||||
"No file was uploaded" : "Nebyl nahrán žádný soubor",
|
||||
"Missing a temporary folder" : "Chybí adresář pro dočasné soubory",
|
||||
"Failed to write file to disk." : "Selhal zápis na disk",
|
||||
|
@ -35,6 +34,7 @@ OC.L10N.register(
|
|||
"Upload new login background" : "Nahrát nové přihlašovací pozadí",
|
||||
"Remove background image" : "Odebrat obrázek pozadí",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Nainstalujte rozšíření Imagemagick PHP s podporou obrázků SVG, které automaticky generuje favicony na základě nahraného loga a barvy.",
|
||||
"reset to default" : "obnovit výchozí"
|
||||
"reset to default" : "obnovit výchozí",
|
||||
"The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně"
|
||||
},
|
||||
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"There is no error, the file uploaded with success" : "Nenastala žádná chyba, soubor byl úspěšně nahrán",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahrávaný soubor přesahuje nastavení upload_max_filesize v php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, která byla zadána ve HTML formuláři",
|
||||
"The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně",
|
||||
"No file was uploaded" : "Nebyl nahrán žádný soubor",
|
||||
"Missing a temporary folder" : "Chybí adresář pro dočasné soubory",
|
||||
"Failed to write file to disk." : "Selhal zápis na disk",
|
||||
|
@ -33,6 +32,7 @@
|
|||
"Upload new login background" : "Nahrát nové přihlašovací pozadí",
|
||||
"Remove background image" : "Odebrat obrázek pozadí",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Nainstalujte rozšíření Imagemagick PHP s podporou obrázků SVG, které automaticky generuje favicony na základě nahraného loga a barvy.",
|
||||
"reset to default" : "obnovit výchozí"
|
||||
"reset to default" : "obnovit výchozí",
|
||||
"The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
|
||||
}
|
|
@ -12,7 +12,6 @@ OC.L10N.register(
|
|||
"There is no error, the file uploaded with success" : "Der skete ingen fejl, filen blev succesfuldt uploadet",
|
||||
"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 overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
|
||||
"The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet.",
|
||||
"No file was uploaded" : "Ingen fil uploadet",
|
||||
"Missing a temporary folder" : "Manglende midlertidig mappe.",
|
||||
"Failed to write file to disk." : "Fejl ved skrivning af fil til disk.",
|
||||
|
@ -34,6 +33,7 @@ OC.L10N.register(
|
|||
"Upload new login background" : "Upload nyt login billede",
|
||||
"Remove background image" : "Fjern baggrundsbillede",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer Imagemagick PHP udvidelsen med SVG support for automatisk at genererer favikoner baseret på the uploadede logo og farver.",
|
||||
"reset to default" : "nulstil til standardindstillinger "
|
||||
"reset to default" : "nulstil til standardindstillinger ",
|
||||
"The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
"There is no error, the file uploaded with success" : "Der skete ingen fejl, filen blev succesfuldt uploadet",
|
||||
"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 overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
|
||||
"The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet.",
|
||||
"No file was uploaded" : "Ingen fil uploadet",
|
||||
"Missing a temporary folder" : "Manglende midlertidig mappe.",
|
||||
"Failed to write file to disk." : "Fejl ved skrivning af fil til disk.",
|
||||
|
@ -32,6 +31,7 @@
|
|||
"Upload new login background" : "Upload nyt login billede",
|
||||
"Remove background image" : "Fjern baggrundsbillede",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer Imagemagick PHP udvidelsen med SVG support for automatisk at genererer favikoner baseret på the uploadede logo og farver.",
|
||||
"reset to default" : "nulstil til standardindstillinger "
|
||||
"reset to default" : "nulstil til standardindstillinger ",
|
||||
"The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -13,7 +13,6 @@ OC.L10N.register(
|
|||
"There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE - Vorgabe erlaubt, die im HTML-Formular spezifiziert ist.",
|
||||
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden",
|
||||
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
|
||||
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
|
||||
"Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.",
|
||||
|
@ -35,6 +34,7 @@ OC.L10N.register(
|
|||
"Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
|
||||
"Remove background image" : "Entferne Hintergrundbild",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.",
|
||||
"reset to default" : "Auf Standard zurücksetzen"
|
||||
"reset to default" : "Auf Standard zurücksetzen",
|
||||
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE - Vorgabe erlaubt, die im HTML-Formular spezifiziert ist.",
|
||||
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden",
|
||||
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
|
||||
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
|
||||
"Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.",
|
||||
|
@ -33,6 +32,7 @@
|
|||
"Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
|
||||
"Remove background image" : "Entferne Hintergrundbild",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.",
|
||||
"reset to default" : "Auf Standard zurücksetzen"
|
||||
"reset to default" : "Auf Standard zurücksetzen",
|
||||
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -13,7 +13,6 @@ OC.L10N.register(
|
|||
"There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
|
||||
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden",
|
||||
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
|
||||
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
|
||||
"Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.",
|
||||
|
@ -35,6 +34,7 @@ OC.L10N.register(
|
|||
"Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
|
||||
"Remove background image" : "Entferne Hintergrundbild",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installieren Sie die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.",
|
||||
"reset to default" : "Auf Standard zurücksetzen"
|
||||
"reset to default" : "Auf Standard zurücksetzen",
|
||||
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
|
||||
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden",
|
||||
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
|
||||
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
|
||||
"Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.",
|
||||
|
@ -33,6 +32,7 @@
|
|||
"Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
|
||||
"Remove background image" : "Entferne Hintergrundbild",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installieren Sie die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.",
|
||||
"reset to default" : "Auf Standard zurücksetzen"
|
||||
"reset to default" : "Auf Standard zurücksetzen",
|
||||
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -12,7 +12,6 @@ OC.L10N.register(
|
|||
"There is no error, the file uploaded with success" : "Δεν υπάρχει σφάλμα, το αρχείο μεταφορτώθηκε με επιτυχία",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το μεταφορτωμένο αρχείο υπερβαίνει την οδηγία upload_max_filesize στο php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το μεταφορτωμένο αρχείο υπερβαίνει την οδηγία MAX_FILE_SIZE που καθορίστηκε στην φόρμα HTML.",
|
||||
"The uploaded file was only partially uploaded" : "Το μεταφορτωμένο αρχείο μεταφορτώθηκε εν μέρει",
|
||||
"No file was uploaded" : "Δεν μεταφορτώθηκε κάποιο αρχείο",
|
||||
"Missing a temporary folder" : "Λείπει κάποιος προσωρινός φάκελος",
|
||||
"Failed to write file to disk." : "Αποτυχία εγγραφής αρχείου στο δίσκο.",
|
||||
|
@ -34,6 +33,7 @@ OC.L10N.register(
|
|||
"Upload new login background" : "Μεταφόρτωση νέου παρασκηνίου εισόδου",
|
||||
"Remove background image" : "Αφαίρεση εικόνας παρασκηνίου",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Εγκαταστήστε την επέκταση PHP Imagemagick με υποστήριξη SVG εικόνων, για να γίνει αυτόματη δημιουργία favicon βασισμένο πάνω στο μεταφορτωμένο λογότυπο και χρώμα.",
|
||||
"reset to default" : "επαναφορά στα προεπιλεγμένα"
|
||||
"reset to default" : "επαναφορά στα προεπιλεγμένα",
|
||||
"The uploaded file was only partially uploaded" : "Το μεταφορτωμένο αρχείο μεταφορτώθηκε εν μέρει"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
"There is no error, the file uploaded with success" : "Δεν υπάρχει σφάλμα, το αρχείο μεταφορτώθηκε με επιτυχία",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το μεταφορτωμένο αρχείο υπερβαίνει την οδηγία upload_max_filesize στο php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το μεταφορτωμένο αρχείο υπερβαίνει την οδηγία MAX_FILE_SIZE που καθορίστηκε στην φόρμα HTML.",
|
||||
"The uploaded file was only partially uploaded" : "Το μεταφορτωμένο αρχείο μεταφορτώθηκε εν μέρει",
|
||||
"No file was uploaded" : "Δεν μεταφορτώθηκε κάποιο αρχείο",
|
||||
"Missing a temporary folder" : "Λείπει κάποιος προσωρινός φάκελος",
|
||||
"Failed to write file to disk." : "Αποτυχία εγγραφής αρχείου στο δίσκο.",
|
||||
|
@ -32,6 +31,7 @@
|
|||
"Upload new login background" : "Μεταφόρτωση νέου παρασκηνίου εισόδου",
|
||||
"Remove background image" : "Αφαίρεση εικόνας παρασκηνίου",
|
||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Εγκαταστήστε την επέκταση PHP Imagemagick με υποστήριξη SVG εικόνων, για να γίνει αυτόματη δημιουργία favicon βασισμένο πάνω στο μεταφορτωμένο λογότυπο και χρώμα.",
|
||||
"reset to default" : "επαναφορά στα προεπιλεγμένα"
|
||||
"reset to default" : "επαναφορά στα προεπιλεγμένα",
|
||||
"The uploaded file was only partially uploaded" : "Το μεταφορτωμένο αρχείο μεταφορτώθηκε εν μέρει"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue