Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59871af530 | |||
| 718c9dbc0c | |||
| 4328e28004 | |||
| 432709328c | |||
| 5a7f72c6a6 | |||
| 340ea17532 | |||
| 6336eac6a5 | |||
| b2ffff385a | |||
| 1eeed0a170 | |||
| f1e82b10e6 | |||
| b2e767d98c | |||
| b7488550f7 | |||
| be6b39f280 | |||
| 77d1d3b953 | |||
| e3b34891b0 | |||
| fafc07a19d | |||
| b95e87275c | |||
| 7a7d0b1039 | |||
| 3b0312f50e | |||
| 90bbefb454 | |||
| ffeac6a032 | |||
| 75281251b1 | |||
| f8b1dd6045 | |||
| 9163982193 | |||
| 767dc3eaee |
@@ -68,4 +68,4 @@ jobs:
|
||||
php -f tests/enable_all.php
|
||||
|
||||
- name: PHPUnit
|
||||
run: composer run test -- --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness
|
||||
run: composer run test -- --exclude-group PRIMARY-azure --exclude-group PRIMARY-s3 --exclude-group PRIMARY-swift --exclude-group Memcached --exclude-group Redis --exclude-group RoutingWeirdness
|
||||
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
php -f tests/enable_all.php
|
||||
|
||||
- name: PHPUnit memcached tests
|
||||
run: composer run test -- --group Memcache,Memcached --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.xml' || '' }}
|
||||
run: composer run test -- --group Memcache --group Memcached --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.xml' || '' }}
|
||||
|
||||
- name: Upload code coverage
|
||||
if: ${{ !cancelled() && matrix.coverage }}
|
||||
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
php -f tests/enable_all.php
|
||||
|
||||
- name: PHPUnit nodb testsuite
|
||||
run: composer run test -- --exclude-group DB,SLOWDB --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.nodb.xml' || '' }}
|
||||
run: composer run test -- --exclude-group DB --exclude-group SLOWDB --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.nodb.xml' || '' }}
|
||||
|
||||
- name: Upload nodb code coverage
|
||||
if: ${{ !cancelled() && matrix.coverage }}
|
||||
|
||||
@@ -162,7 +162,7 @@ class SystemTagPlugin extends \Sabre\DAV\ServerPlugin {
|
||||
throw new BadRequest('Missing "name" attribute');
|
||||
}
|
||||
|
||||
$tagName = $data['name'];
|
||||
$tagName = Util::sanitizeWordsAndEmojis($data['name']);
|
||||
$userVisible = true;
|
||||
$userAssignable = true;
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@ class IMipPluginCharsetTest extends TestCase {
|
||||
->with('core', 'mail_providers_enabled', true)
|
||||
->willReturn(true);
|
||||
$mailMessage = new MailProviderMessage();
|
||||
$mailService = $this->createStubForIntersectionOfInterfaces([IService::class, IMessageSend::class]);
|
||||
$mailService = $this->createMockForIntersectionOfInterfaces([IService::class, IMessageSend::class]);
|
||||
$mailService->method('initiateMessage')
|
||||
->willReturn($mailMessage);
|
||||
$mailService->expects(self::once())
|
||||
|
||||
@@ -36,9 +36,7 @@ use Sabre\VObject\Component\VEvent;
|
||||
use Sabre\VObject\Reader;
|
||||
use Test\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \OCA\DAV\Listener\OutOfOfficeListener
|
||||
*/
|
||||
#[\PHPUnit\Framework\Attributes\CoversClass(OutOfOfficeListener::class)]
|
||||
class OutOfOfficeListenerTest extends TestCase {
|
||||
|
||||
private ServerFactory&MockObject $serverFactory;
|
||||
|
||||
@@ -23,9 +23,11 @@ OC.L10N.register(
|
||||
"Sharing" : "Condivisione",
|
||||
"Federated file sharing" : "Condivisione file federata",
|
||||
"Provide federated file sharing across servers" : "Fornisce una condivisione di file federata tra server",
|
||||
"Confirm data upload to lookup server" : "Conferma il caricamento dei dati sul server di ricerca",
|
||||
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Se abilitata, tutte le proprietà dell'account (ad esempio l'indirizzo e-mail) con visibilità dell'ambito impostata su \"pubblicato\" verranno automaticamente sincronizzate e trasmesse a un sistema esterno e rese disponibili in una rubrica pubblica globale.",
|
||||
"Disable upload" : "Disattiva il caricamento",
|
||||
"Enable data upload" : "Abilita il caricamento dei dati",
|
||||
"Confirm querying lookup server" : "Conferma richiesta al server di ricerca",
|
||||
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Se abilitata, l'input di ricerca durante la creazione delle condivisioni verrà inviato a un sistema esterno che fornisce una rubrica pubblica e globale.",
|
||||
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Serve a recuperare l'ID cloud federato per semplificare la condivisione federata.",
|
||||
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Inoltre, gli indirizzi email degli utenti potrebbero essere inviati a tale sistema per verificarli.",
|
||||
@@ -37,6 +39,7 @@ OC.L10N.register(
|
||||
"Allow people on this server to receive shares from other servers" : "Consenti alle persone su questo server di ricevere condivisioni da altri server",
|
||||
"Allow people on this server to send shares to groups on other servers" : "Consenti alle persone su questo server di inviare condivisioni a gruppi su altri server",
|
||||
"Allow people on this server to receive group shares from other servers" : "Consenti alle persone su questo server di ricevere condivisioni di gruppo da altri server",
|
||||
"The lookup server is only available for global scale." : "Il server di ricerca è disponibile solo su scala globale.",
|
||||
"Search global and public address book for people" : "Cerca persone nella rubrica globale e pubblica",
|
||||
"Allow people to publish their data to a global and public address book" : "Consenti alle persone di pubblicare i propri dati in una rubrica globale e pubblica",
|
||||
"Trusted federation" : "Federazioni attendibili",
|
||||
@@ -49,13 +52,16 @@ OC.L10N.register(
|
||||
"Clipboard not available. Please copy the cloud ID manually." : "Appunti non disponibili. Copia manualmente l'ID cloud.",
|
||||
"Copied!" : "Copiato!",
|
||||
"Federated Cloud" : "Cloud federata",
|
||||
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Puoi condividere con chiunque utilizzi un server {productName} o altri server e servizi compatibili con Open Cloud Mesh (OCM)! Basta inserire il loro Federated Cloud ID nella finestra di dialogo di condivisione. Ha questo aspetto: person@cloud.example.com",
|
||||
"Your Federated Cloud ID" : "Il tuo ID cloud federato",
|
||||
"Share it so your friends can share files with you:" : "Condividilo in modo che i tuoi amici possano condividere file con te:",
|
||||
"Facebook" : "Facebook",
|
||||
"X (formerly Twitter)" : "X (ex Twitter)",
|
||||
"formerly Twitter" : "precedentemente Twitter",
|
||||
"Mastodon" : "Mastodon",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Add to your website" : "Aggiungi al tuo sito web",
|
||||
"Share with me via {productName}" : "Condividi con me tramite {productName}",
|
||||
"HTML Code:" : "Codice HTML:",
|
||||
"Cancel" : "Annulla",
|
||||
"Add remote share" : "Aggiungi condivisione remota",
|
||||
|
||||
@@ -21,9 +21,11 @@
|
||||
"Sharing" : "Condivisione",
|
||||
"Federated file sharing" : "Condivisione file federata",
|
||||
"Provide federated file sharing across servers" : "Fornisce una condivisione di file federata tra server",
|
||||
"Confirm data upload to lookup server" : "Conferma il caricamento dei dati sul server di ricerca",
|
||||
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Se abilitata, tutte le proprietà dell'account (ad esempio l'indirizzo e-mail) con visibilità dell'ambito impostata su \"pubblicato\" verranno automaticamente sincronizzate e trasmesse a un sistema esterno e rese disponibili in una rubrica pubblica globale.",
|
||||
"Disable upload" : "Disattiva il caricamento",
|
||||
"Enable data upload" : "Abilita il caricamento dei dati",
|
||||
"Confirm querying lookup server" : "Conferma richiesta al server di ricerca",
|
||||
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Se abilitata, l'input di ricerca durante la creazione delle condivisioni verrà inviato a un sistema esterno che fornisce una rubrica pubblica e globale.",
|
||||
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Serve a recuperare l'ID cloud federato per semplificare la condivisione federata.",
|
||||
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Inoltre, gli indirizzi email degli utenti potrebbero essere inviati a tale sistema per verificarli.",
|
||||
@@ -35,6 +37,7 @@
|
||||
"Allow people on this server to receive shares from other servers" : "Consenti alle persone su questo server di ricevere condivisioni da altri server",
|
||||
"Allow people on this server to send shares to groups on other servers" : "Consenti alle persone su questo server di inviare condivisioni a gruppi su altri server",
|
||||
"Allow people on this server to receive group shares from other servers" : "Consenti alle persone su questo server di ricevere condivisioni di gruppo da altri server",
|
||||
"The lookup server is only available for global scale." : "Il server di ricerca è disponibile solo su scala globale.",
|
||||
"Search global and public address book for people" : "Cerca persone nella rubrica globale e pubblica",
|
||||
"Allow people to publish their data to a global and public address book" : "Consenti alle persone di pubblicare i propri dati in una rubrica globale e pubblica",
|
||||
"Trusted federation" : "Federazioni attendibili",
|
||||
@@ -47,13 +50,16 @@
|
||||
"Clipboard not available. Please copy the cloud ID manually." : "Appunti non disponibili. Copia manualmente l'ID cloud.",
|
||||
"Copied!" : "Copiato!",
|
||||
"Federated Cloud" : "Cloud federata",
|
||||
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Puoi condividere con chiunque utilizzi un server {productName} o altri server e servizi compatibili con Open Cloud Mesh (OCM)! Basta inserire il loro Federated Cloud ID nella finestra di dialogo di condivisione. Ha questo aspetto: person@cloud.example.com",
|
||||
"Your Federated Cloud ID" : "Il tuo ID cloud federato",
|
||||
"Share it so your friends can share files with you:" : "Condividilo in modo che i tuoi amici possano condividere file con te:",
|
||||
"Facebook" : "Facebook",
|
||||
"X (formerly Twitter)" : "X (ex Twitter)",
|
||||
"formerly Twitter" : "precedentemente Twitter",
|
||||
"Mastodon" : "Mastodon",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Add to your website" : "Aggiungi al tuo sito web",
|
||||
"Share with me via {productName}" : "Condividi con me tramite {productName}",
|
||||
"HTML Code:" : "Codice HTML:",
|
||||
"Cancel" : "Annulla",
|
||||
"Add remote share" : "Aggiungi condivisione remota",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-FileCopyrightText: 2016-2025 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
@@ -35,10 +35,13 @@ class Application extends App implements IBootstrap {
|
||||
|
||||
private function registerCloudFederationProvider(ICloudFederationProviderManager $manager,
|
||||
IAppContainer $appContainer): void {
|
||||
$manager->addCloudFederationProvider('file',
|
||||
'Federated Files Sharing',
|
||||
function () use ($appContainer): CloudFederationProviderFiles {
|
||||
return $appContainer->get(CloudFederationProviderFiles::class);
|
||||
});
|
||||
$fileResourceTypes = ['file', 'folder'];
|
||||
foreach ($fileResourceTypes as $type) {
|
||||
$manager->addCloudFederationProvider($type,
|
||||
'Federated Files Sharing',
|
||||
function () use ($appContainer): CloudFederationProviderFiles {
|
||||
return $appContainer->get(CloudFederationProviderFiles::class);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -222,9 +222,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "تعذّر تحويل الملفات: {message}",
|
||||
"All files failed to be converted" : "تعذّر تحويل كل الملفات",
|
||||
"One file could not be converted: {message}" : "تعذّر تحويل الملف : {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n ملف لايمكن تحويله","ملف واحد لايمكن تحويله","%n ملف لايمكن تحويله","%n ملفات لايمكن تحويلها","%n ملف لايمكن تحويله","%n ملف لايمكن تحويله"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n ملف تمّ تحويله بنجاحٍ","ملف واحد تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملفات تمّ تحويلها بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ"],
|
||||
"Files successfully converted" : "ملفات تمّ تحويلها بنجاحٍ",
|
||||
"Failed to convert files" : "تعذّر تحويل الملفات",
|
||||
"File successfully converted" : "تمّ تحويل الملفات بنجاحٍ",
|
||||
"Failed to convert file: {message}" : "تعذّر تحويل الملف: {message}",
|
||||
@@ -366,6 +363,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "إفتَح الشريط الجانبي للملف",
|
||||
"Save as …" : "حفظ باسم ...",
|
||||
"Converting files …" : "تحويل الملفات ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n ملف لايمكن تحويله","ملف واحد لايمكن تحويله","%n ملف لايمكن تحويله","%n ملفات لايمكن تحويلها","%n ملف لايمكن تحويله","%n ملف لايمكن تحويله"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n ملف تمّ تحويله بنجاحٍ","ملف واحد تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملفات تمّ تحويلها بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ"],
|
||||
"Files successfully converted" : "ملفات تمّ تحويلها بنجاحٍ",
|
||||
"Converting file …" : "تحويل الملف ...",
|
||||
"Deletion cancelled" : "تمّ إلغاء الحذف",
|
||||
"Edit locally" : "تحرير الملف محلياً",
|
||||
|
||||
@@ -220,9 +220,6 @@
|
||||
"Failed to convert files: {message}" : "تعذّر تحويل الملفات: {message}",
|
||||
"All files failed to be converted" : "تعذّر تحويل كل الملفات",
|
||||
"One file could not be converted: {message}" : "تعذّر تحويل الملف : {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n ملف لايمكن تحويله","ملف واحد لايمكن تحويله","%n ملف لايمكن تحويله","%n ملفات لايمكن تحويلها","%n ملف لايمكن تحويله","%n ملف لايمكن تحويله"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n ملف تمّ تحويله بنجاحٍ","ملف واحد تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملفات تمّ تحويلها بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ"],
|
||||
"Files successfully converted" : "ملفات تمّ تحويلها بنجاحٍ",
|
||||
"Failed to convert files" : "تعذّر تحويل الملفات",
|
||||
"File successfully converted" : "تمّ تحويل الملفات بنجاحٍ",
|
||||
"Failed to convert file: {message}" : "تعذّر تحويل الملف: {message}",
|
||||
@@ -364,6 +361,9 @@
|
||||
"Open the sidebar for a file" : "إفتَح الشريط الجانبي للملف",
|
||||
"Save as …" : "حفظ باسم ...",
|
||||
"Converting files …" : "تحويل الملفات ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n ملف لايمكن تحويله","ملف واحد لايمكن تحويله","%n ملف لايمكن تحويله","%n ملفات لايمكن تحويلها","%n ملف لايمكن تحويله","%n ملف لايمكن تحويله"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n ملف تمّ تحويله بنجاحٍ","ملف واحد تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملفات تمّ تحويلها بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ"],
|
||||
"Files successfully converted" : "ملفات تمّ تحويلها بنجاحٍ",
|
||||
"Converting file …" : "تحويل الملف ...",
|
||||
"Deletion cancelled" : "تمّ إلغاء الحذف",
|
||||
"Edit locally" : "تحرير الملف محلياً",
|
||||
|
||||
@@ -276,9 +276,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Не ўдалося сканвертаваць файлы: {message}",
|
||||
"All files failed to be converted" : "Не ўдалося сканвертаваць усе файлы",
|
||||
"One file could not be converted: {message}" : "Не ўдалося сканвертаваць адзін файл: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Не ўдалося сканвертаваць адзін файл","Не ўдалося сканвертаваць %n файлы","Не ўдалося сканвертаваць %n файлаў","Не ўдалося сканвертаваць %n файлаў"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Адзін файл паспяхова сканвертаваны","%n файлы паспяхова сканвертаваны","%n файлаў паспяхова сканвертавана","%n файлаў паспяхова сканвертавана"],
|
||||
"Files successfully converted" : "Файлы паспяхова сканвертаваны",
|
||||
"Failed to convert files" : "Не ўдалося сканвертаваць файлы",
|
||||
"Converting file …" : "Канвертацыя файла …",
|
||||
"File successfully converted" : "Файл паспяхова сканвертаваны",
|
||||
@@ -430,6 +427,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Адкрыць бакавую панэль для файла",
|
||||
"Save as …" : "Захаваць як …",
|
||||
"Converting files …" : "Канвертацыя файлаў …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Не ўдалося сканвертаваць адзін файл","Не ўдалося сканвертаваць %n файлы","Не ўдалося сканвертаваць %n файлаў","Не ўдалося сканвертаваць %n файлаў"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Адзін файл паспяхова сканвертаваны","%n файлы паспяхова сканвертаваны","%n файлаў паспяхова сканвертавана","%n файлаў паспяхова сканвертавана"],
|
||||
"Files successfully converted" : "Файлы паспяхова сканвертаваны",
|
||||
"Converting file …" : "Канвертацыя файла …",
|
||||
"Deletion cancelled" : "Выдаленне скасавана",
|
||||
"Edit locally" : "Рэдагаваць лакальна",
|
||||
|
||||
@@ -274,9 +274,6 @@
|
||||
"Failed to convert files: {message}" : "Не ўдалося сканвертаваць файлы: {message}",
|
||||
"All files failed to be converted" : "Не ўдалося сканвертаваць усе файлы",
|
||||
"One file could not be converted: {message}" : "Не ўдалося сканвертаваць адзін файл: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Не ўдалося сканвертаваць адзін файл","Не ўдалося сканвертаваць %n файлы","Не ўдалося сканвертаваць %n файлаў","Не ўдалося сканвертаваць %n файлаў"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Адзін файл паспяхова сканвертаваны","%n файлы паспяхова сканвертаваны","%n файлаў паспяхова сканвертавана","%n файлаў паспяхова сканвертавана"],
|
||||
"Files successfully converted" : "Файлы паспяхова сканвертаваны",
|
||||
"Failed to convert files" : "Не ўдалося сканвертаваць файлы",
|
||||
"Converting file …" : "Канвертацыя файла …",
|
||||
"File successfully converted" : "Файл паспяхова сканвертаваны",
|
||||
@@ -428,6 +425,9 @@
|
||||
"Open the sidebar for a file" : "Адкрыць бакавую панэль для файла",
|
||||
"Save as …" : "Захаваць як …",
|
||||
"Converting files …" : "Канвертацыя файлаў …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Не ўдалося сканвертаваць адзін файл","Не ўдалося сканвертаваць %n файлы","Не ўдалося сканвертаваць %n файлаў","Не ўдалося сканвертаваць %n файлаў"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Адзін файл паспяхова сканвертаваны","%n файлы паспяхова сканвертаваны","%n файлаў паспяхова сканвертавана","%n файлаў паспяхова сканвертавана"],
|
||||
"Files successfully converted" : "Файлы паспяхова сканвертаваны",
|
||||
"Converting file …" : "Канвертацыя файла …",
|
||||
"Deletion cancelled" : "Выдаленне скасавана",
|
||||
"Edit locally" : "Рэдагаваць лакальна",
|
||||
|
||||
@@ -217,9 +217,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "No s'han pogut convertir els fitxers: {message}",
|
||||
"All files failed to be converted" : "No s'han pogut convertir tots els fitxers",
|
||||
"One file could not be converted: {message}" : "No s'ha pogut convertir un fitxer: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["No s'ha pogut convertir un fitxer","No s’han pogut convertir %n fitxers"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un fitxer s'ha convertit correctament","%n fitxers s'han convertit correctament"],
|
||||
"Files successfully converted" : "Els fitxers s'han convertit correctament",
|
||||
"Failed to convert files" : "No s'han pogut convertir els fitxers",
|
||||
"File successfully converted" : "El fitxer s'ha convertit correctament",
|
||||
"Failed to convert file: {message}" : "No s'ha pogut convertir el fitxer: {message}",
|
||||
@@ -358,6 +355,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Obriu la barra lateral d'un fitxer",
|
||||
"Save as …" : "Anomena i desa …",
|
||||
"Converting files …" : "Convertint fitxers …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["No s'ha pogut convertir un fitxer","No s’han pogut convertir %n fitxers"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un fitxer s'ha convertit correctament","%n fitxers s'han convertit correctament"],
|
||||
"Files successfully converted" : "Els fitxers s'han convertit correctament",
|
||||
"Converting file …" : "S'està convertint el fitxer …",
|
||||
"Deletion cancelled" : "S'ha cancel·lat la supressió",
|
||||
"Edit locally" : "Edita localment",
|
||||
|
||||
@@ -215,9 +215,6 @@
|
||||
"Failed to convert files: {message}" : "No s'han pogut convertir els fitxers: {message}",
|
||||
"All files failed to be converted" : "No s'han pogut convertir tots els fitxers",
|
||||
"One file could not be converted: {message}" : "No s'ha pogut convertir un fitxer: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["No s'ha pogut convertir un fitxer","No s’han pogut convertir %n fitxers"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un fitxer s'ha convertit correctament","%n fitxers s'han convertit correctament"],
|
||||
"Files successfully converted" : "Els fitxers s'han convertit correctament",
|
||||
"Failed to convert files" : "No s'han pogut convertir els fitxers",
|
||||
"File successfully converted" : "El fitxer s'ha convertit correctament",
|
||||
"Failed to convert file: {message}" : "No s'ha pogut convertir el fitxer: {message}",
|
||||
@@ -356,6 +353,9 @@
|
||||
"Open the sidebar for a file" : "Obriu la barra lateral d'un fitxer",
|
||||
"Save as …" : "Anomena i desa …",
|
||||
"Converting files …" : "Convertint fitxers …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["No s'ha pogut convertir un fitxer","No s’han pogut convertir %n fitxers"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un fitxer s'ha convertit correctament","%n fitxers s'han convertit correctament"],
|
||||
"Files successfully converted" : "Els fitxers s'han convertit correctament",
|
||||
"Converting file …" : "S'està convertint el fitxer …",
|
||||
"Deletion cancelled" : "S'ha cancel·lat la supressió",
|
||||
"Edit locally" : "Edita localment",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Nepodařilo se převést soubory: {message}",
|
||||
"All files failed to be converted" : "Žádný ze souborů se nepodařilo převést",
|
||||
"One file could not be converted: {message}" : "Jeden soubor nebylo možné převést: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden soubor nebylo možné převést","%n soubory nebylo možné převést","%n souborů nebylo možné převést","%n soubory nebylo možné převést"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden soubor úspěšně převeden","%n soubory úspěšně převedeny","%n souborů úspěšně převedeno","%n soubory úspěšně převedeny"],
|
||||
"Files successfully converted" : "Soubory úspěšně převedeny",
|
||||
"Failed to convert files" : "Nepodařilo se převést soubory",
|
||||
"Converting file …" : "Převádění souboru …",
|
||||
"File successfully converted" : "Soubor úspěšně převeden",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Otevřít postranní panel pro soubor",
|
||||
"Save as …" : "Uložit jako…",
|
||||
"Converting files …" : "Převádění souborů…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden soubor nebylo možné převést","%n soubory nebylo možné převést","%n souborů nebylo možné převést","%n soubory nebylo možné převést"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden soubor úspěšně převeden","%n soubory úspěšně převedeny","%n souborů úspěšně převedeno","%n soubory úspěšně převedeny"],
|
||||
"Files successfully converted" : "Soubory úspěšně převedeny",
|
||||
"Converting file …" : "Převádění souboru…",
|
||||
"Deletion cancelled" : "Mazání zrušeno",
|
||||
"Edit locally" : "Upravit lokálně",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Nepodařilo se převést soubory: {message}",
|
||||
"All files failed to be converted" : "Žádný ze souborů se nepodařilo převést",
|
||||
"One file could not be converted: {message}" : "Jeden soubor nebylo možné převést: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden soubor nebylo možné převést","%n soubory nebylo možné převést","%n souborů nebylo možné převést","%n soubory nebylo možné převést"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden soubor úspěšně převeden","%n soubory úspěšně převedeny","%n souborů úspěšně převedeno","%n soubory úspěšně převedeny"],
|
||||
"Files successfully converted" : "Soubory úspěšně převedeny",
|
||||
"Failed to convert files" : "Nepodařilo se převést soubory",
|
||||
"Converting file …" : "Převádění souboru …",
|
||||
"File successfully converted" : "Soubor úspěšně převeden",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Otevřít postranní panel pro soubor",
|
||||
"Save as …" : "Uložit jako…",
|
||||
"Converting files …" : "Převádění souborů…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden soubor nebylo možné převést","%n soubory nebylo možné převést","%n souborů nebylo možné převést","%n soubory nebylo možné převést"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden soubor úspěšně převeden","%n soubory úspěšně převedeny","%n souborů úspěšně převedeno","%n soubory úspěšně převedeny"],
|
||||
"Files successfully converted" : "Soubory úspěšně převedeny",
|
||||
"Converting file …" : "Převádění souboru…",
|
||||
"Deletion cancelled" : "Mazání zrušeno",
|
||||
"Edit locally" : "Upravit lokálně",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Kunne ikke konvertere filer: {message}",
|
||||
"All files failed to be converted" : "Alle filer kunne ikke konverteres",
|
||||
"One file could not be converted: {message}" : "En fil kunne ikke konverteres: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["En fil konverteret","%n filer konverteret"],
|
||||
"Files successfully converted" : "Filer konverteret",
|
||||
"Failed to convert files" : "Kunne ikke konvertere filer",
|
||||
"Converting file …" : "Konverterer fil …",
|
||||
"File successfully converted" : "Filen konverteret",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Åben sidebjælken for en fil",
|
||||
"Save as …" : "Gem som ...",
|
||||
"Converting files …" : "Konverterer filer ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["En fil konverteret","%n filer konverteret"],
|
||||
"Files successfully converted" : "Filer konverteret",
|
||||
"Converting file …" : "Konverterer fil ...",
|
||||
"Deletion cancelled" : "Sletning annulleret",
|
||||
"Edit locally" : "Redigér lokalt",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Kunne ikke konvertere filer: {message}",
|
||||
"All files failed to be converted" : "Alle filer kunne ikke konverteres",
|
||||
"One file could not be converted: {message}" : "En fil kunne ikke konverteres: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["En fil konverteret","%n filer konverteret"],
|
||||
"Files successfully converted" : "Filer konverteret",
|
||||
"Failed to convert files" : "Kunne ikke konvertere filer",
|
||||
"Converting file …" : "Konverterer fil …",
|
||||
"File successfully converted" : "Filen konverteret",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Åben sidebjælken for en fil",
|
||||
"Save as …" : "Gem som ...",
|
||||
"Converting files …" : "Konverterer filer ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["En fil konverteret","%n filer konverteret"],
|
||||
"Files successfully converted" : "Filer konverteret",
|
||||
"Converting file …" : "Konverterer fil ...",
|
||||
"Deletion cancelled" : "Sletning annulleret",
|
||||
"Edit locally" : "Redigér lokalt",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Fehler beim Konvertieren der Dateien: {message}",
|
||||
"All files failed to be converted" : "Alle Dateien konnten nicht konvertiert werden",
|
||||
"One file could not be converted: {message}" : "Eine Datei konnte nicht konvertiert werden: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
|
||||
"Files successfully converted" : "Dateien konvertiert",
|
||||
"Failed to convert files" : "Dateien konnten nicht konvertiert werden",
|
||||
"Converting file …" : "Datei wird konvertiert …",
|
||||
"File successfully converted" : "Datei konvertiert",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Seitenleiste für eine Datei öffnen",
|
||||
"Save as …" : "Speichern als …",
|
||||
"Converting files …" : "Dateien werden konvertiert …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
|
||||
"Files successfully converted" : "Dateien konvertiert",
|
||||
"Converting file …" : "Datei wird konvertiert …",
|
||||
"Deletion cancelled" : "Löschen abgebrochen",
|
||||
"Edit locally" : "Lokal bearbeiten",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Fehler beim Konvertieren der Dateien: {message}",
|
||||
"All files failed to be converted" : "Alle Dateien konnten nicht konvertiert werden",
|
||||
"One file could not be converted: {message}" : "Eine Datei konnte nicht konvertiert werden: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
|
||||
"Files successfully converted" : "Dateien konvertiert",
|
||||
"Failed to convert files" : "Dateien konnten nicht konvertiert werden",
|
||||
"Converting file …" : "Datei wird konvertiert …",
|
||||
"File successfully converted" : "Datei konvertiert",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Seitenleiste für eine Datei öffnen",
|
||||
"Save as …" : "Speichern als …",
|
||||
"Converting files …" : "Dateien werden konvertiert …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
|
||||
"Files successfully converted" : "Dateien konvertiert",
|
||||
"Converting file …" : "Datei wird konvertiert …",
|
||||
"Deletion cancelled" : "Löschen abgebrochen",
|
||||
"Edit locally" : "Lokal bearbeiten",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Fehler beim Konvertieren der Dateien: {message}",
|
||||
"All files failed to be converted" : "Alle Dateien konnten nicht konvertiert werden",
|
||||
"One file could not be converted: {message}" : "Eine Datei konnte nicht konvertiert werden: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
|
||||
"Files successfully converted" : "Dateien konvertiert",
|
||||
"Failed to convert files" : "Dateien konnten nicht konvertiert werden",
|
||||
"Converting file …" : "Datei wird konvertiert …",
|
||||
"File successfully converted" : "Datei konvertiert",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Seitenleiste für eine Datei öffnen",
|
||||
"Save as …" : "Speichern als …",
|
||||
"Converting files …" : "Dateien werden konvertiert …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
|
||||
"Files successfully converted" : "Dateien konvertiert",
|
||||
"Converting file …" : "Datei wird konvertiert …",
|
||||
"Deletion cancelled" : "Löschen abgebrochen",
|
||||
"Edit locally" : "Lokal bearbeiten",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Fehler beim Konvertieren der Dateien: {message}",
|
||||
"All files failed to be converted" : "Alle Dateien konnten nicht konvertiert werden",
|
||||
"One file could not be converted: {message}" : "Eine Datei konnte nicht konvertiert werden: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
|
||||
"Files successfully converted" : "Dateien konvertiert",
|
||||
"Failed to convert files" : "Dateien konnten nicht konvertiert werden",
|
||||
"Converting file …" : "Datei wird konvertiert …",
|
||||
"File successfully converted" : "Datei konvertiert",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Seitenleiste für eine Datei öffnen",
|
||||
"Save as …" : "Speichern als …",
|
||||
"Converting files …" : "Dateien werden konvertiert …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
|
||||
"Files successfully converted" : "Dateien konvertiert",
|
||||
"Converting file …" : "Datei wird konvertiert …",
|
||||
"Deletion cancelled" : "Löschen abgebrochen",
|
||||
"Edit locally" : "Lokal bearbeiten",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Αποτυχία μετατροπής αρχείων: {message}",
|
||||
"All files failed to be converted" : "Όλα τα αρχεία απέτυχαν να μετατραπούν",
|
||||
"One file could not be converted: {message}" : "Ένα αρχείο δεν μπορούσε να μετατραπεί: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ένα αρχείο δεν μπορούσε να μετατραπεί","%n αρχεία δεν μπορούσαν να μετατραπούν"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Ένα αρχείο μετατράπηκε επιτυχώς","%n αρχεία μετατράπηκαν επιτυχώς"],
|
||||
"Files successfully converted" : "Τα αρχεία μετατράπηκαν επιτυχώς",
|
||||
"Failed to convert files" : "Αποτυχία μετατροπής αρχείων",
|
||||
"Converting file …" : "Μετατροπή αρχείων …",
|
||||
"File successfully converted" : "Το αρχείο μετατράπηκε επιτυχώς",
|
||||
@@ -429,6 +426,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Άνοιγμα πλευρικής μπάρας για ένα αρχείο",
|
||||
"Save as …" : "Αποθήκευση ως …",
|
||||
"Converting files …" : "Μετατροπή αρχείων …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ένα αρχείο δεν μπορούσε να μετατραπεί","%n αρχεία δεν μπορούσαν να μετατραπούν"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Ένα αρχείο μετατράπηκε επιτυχώς","%n αρχεία μετατράπηκαν επιτυχώς"],
|
||||
"Files successfully converted" : "Τα αρχεία μετατράπηκαν επιτυχώς",
|
||||
"Converting file …" : "Μετατροπή αρχείου …",
|
||||
"Deletion cancelled" : "Διαγραφή ακυρώθηκε",
|
||||
"Edit locally" : "Επεξεργασία τοπικά",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Αποτυχία μετατροπής αρχείων: {message}",
|
||||
"All files failed to be converted" : "Όλα τα αρχεία απέτυχαν να μετατραπούν",
|
||||
"One file could not be converted: {message}" : "Ένα αρχείο δεν μπορούσε να μετατραπεί: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ένα αρχείο δεν μπορούσε να μετατραπεί","%n αρχεία δεν μπορούσαν να μετατραπούν"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Ένα αρχείο μετατράπηκε επιτυχώς","%n αρχεία μετατράπηκαν επιτυχώς"],
|
||||
"Files successfully converted" : "Τα αρχεία μετατράπηκαν επιτυχώς",
|
||||
"Failed to convert files" : "Αποτυχία μετατροπής αρχείων",
|
||||
"Converting file …" : "Μετατροπή αρχείων …",
|
||||
"File successfully converted" : "Το αρχείο μετατράπηκε επιτυχώς",
|
||||
@@ -427,6 +424,9 @@
|
||||
"Open the sidebar for a file" : "Άνοιγμα πλευρικής μπάρας για ένα αρχείο",
|
||||
"Save as …" : "Αποθήκευση ως …",
|
||||
"Converting files …" : "Μετατροπή αρχείων …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ένα αρχείο δεν μπορούσε να μετατραπεί","%n αρχεία δεν μπορούσαν να μετατραπούν"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Ένα αρχείο μετατράπηκε επιτυχώς","%n αρχεία μετατράπηκαν επιτυχώς"],
|
||||
"Files successfully converted" : "Τα αρχεία μετατράπηκαν επιτυχώς",
|
||||
"Converting file …" : "Μετατροπή αρχείου …",
|
||||
"Deletion cancelled" : "Διαγραφή ακυρώθηκε",
|
||||
"Edit locally" : "Επεξεργασία τοπικά",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Failed to convert files: {message}",
|
||||
"All files failed to be converted" : "All files failed to be converted",
|
||||
"One file could not be converted: {message}" : "One file could not be converted: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
|
||||
"Files successfully converted" : "Files successfully converted",
|
||||
"Failed to convert files" : "Failed to convert files",
|
||||
"Converting file …" : "Converting file …",
|
||||
"File successfully converted" : "File successfully converted",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Open the sidebar for a file",
|
||||
"Save as …" : "Save as …",
|
||||
"Converting files …" : "Converting files …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
|
||||
"Files successfully converted" : "Files successfully converted",
|
||||
"Converting file …" : "Converting file …",
|
||||
"Deletion cancelled" : "Deletion cancelled",
|
||||
"Edit locally" : "Edit locally",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Failed to convert files: {message}",
|
||||
"All files failed to be converted" : "All files failed to be converted",
|
||||
"One file could not be converted: {message}" : "One file could not be converted: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
|
||||
"Files successfully converted" : "Files successfully converted",
|
||||
"Failed to convert files" : "Failed to convert files",
|
||||
"Converting file …" : "Converting file …",
|
||||
"File successfully converted" : "File successfully converted",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Open the sidebar for a file",
|
||||
"Save as …" : "Save as …",
|
||||
"Converting files …" : "Converting files …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
|
||||
"Files successfully converted" : "Files successfully converted",
|
||||
"Converting file …" : "Converting file …",
|
||||
"Deletion cancelled" : "Deletion cancelled",
|
||||
"Edit locally" : "Edit locally",
|
||||
|
||||
@@ -271,9 +271,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Fallo al convertir archivos: {message}",
|
||||
"All files failed to be converted" : "Todos los archivos han fallado al convertirse",
|
||||
"One file could not be converted: {message}" : "Un archivo no ha podido ser convertido: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un archivo no pudo ser convertido","%n archivos no pudieron ser convertidos","%n archivos no pudieron ser convertidos"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un archivo convertido exitosamente","%n archivos convertidos exitosamente","%n archivos convertidos exitosamente"],
|
||||
"Files successfully converted" : "Archivos convertidos exitosamente",
|
||||
"Failed to convert files" : "Fallo al convertir archivos",
|
||||
"File successfully converted" : "Archivo convertido exitosamente",
|
||||
"Failed to convert file: {message}" : "Fallo al convertir el archivo: {message}",
|
||||
@@ -422,6 +419,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Abrir la barra lateral para un archivo",
|
||||
"Save as …" : "Guardar como …",
|
||||
"Converting files …" : "Convirtiendo archivos …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un archivo no pudo ser convertido","%n archivos no pudieron ser convertidos","%n archivos no pudieron ser convertidos"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un archivo convertido exitosamente","%n archivos convertidos exitosamente","%n archivos convertidos exitosamente"],
|
||||
"Files successfully converted" : "Archivos convertidos exitosamente",
|
||||
"Converting file …" : "Convirtiendo archivo …",
|
||||
"Deletion cancelled" : "Eliminación cancelada",
|
||||
"Edit locally" : "Editar localmente",
|
||||
|
||||
@@ -269,9 +269,6 @@
|
||||
"Failed to convert files: {message}" : "Fallo al convertir archivos: {message}",
|
||||
"All files failed to be converted" : "Todos los archivos han fallado al convertirse",
|
||||
"One file could not be converted: {message}" : "Un archivo no ha podido ser convertido: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un archivo no pudo ser convertido","%n archivos no pudieron ser convertidos","%n archivos no pudieron ser convertidos"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un archivo convertido exitosamente","%n archivos convertidos exitosamente","%n archivos convertidos exitosamente"],
|
||||
"Files successfully converted" : "Archivos convertidos exitosamente",
|
||||
"Failed to convert files" : "Fallo al convertir archivos",
|
||||
"File successfully converted" : "Archivo convertido exitosamente",
|
||||
"Failed to convert file: {message}" : "Fallo al convertir el archivo: {message}",
|
||||
@@ -420,6 +417,9 @@
|
||||
"Open the sidebar for a file" : "Abrir la barra lateral para un archivo",
|
||||
"Save as …" : "Guardar como …",
|
||||
"Converting files …" : "Convirtiendo archivos …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un archivo no pudo ser convertido","%n archivos no pudieron ser convertidos","%n archivos no pudieron ser convertidos"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un archivo convertido exitosamente","%n archivos convertidos exitosamente","%n archivos convertidos exitosamente"],
|
||||
"Files successfully converted" : "Archivos convertidos exitosamente",
|
||||
"Converting file …" : "Convirtiendo archivo …",
|
||||
"Deletion cancelled" : "Eliminación cancelada",
|
||||
"Edit locally" : "Editar localmente",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Failide teisendamine ei õnnestunud: {message}",
|
||||
"All files failed to be converted" : "Kõiki faile ei õnnestunud teisendada",
|
||||
"One file could not be converted: {message}" : "Ühe faili teisendamine ei õnnestunud: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ühe faili teisendamine ei õnnestunud","%n faili teisendamine ei õnnestunud"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Ühe faili teisendamine õnnestus","%n faili teisendamine õnnestus"],
|
||||
"Files successfully converted" : "Failide teisendamine õnnestus",
|
||||
"Failed to convert files" : "Failide teisendamine ei õnnestunud",
|
||||
"Converting file …" : "Teisendan faile…",
|
||||
"File successfully converted" : "Faili teisendamine õnnestus",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Ava faili külgriba",
|
||||
"Save as …" : "Salvesta kui…",
|
||||
"Converting files …" : "Teisendan faile…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ühe faili teisendamine ei õnnestunud","%n faili teisendamine ei õnnestunud"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Ühe faili teisendamine õnnestus","%n faili teisendamine õnnestus"],
|
||||
"Files successfully converted" : "Failide teisendamine õnnestus",
|
||||
"Converting file …" : "Teisendan faili…",
|
||||
"Deletion cancelled" : "Kustutamine on tühistatud",
|
||||
"Edit locally" : "Muuda lokaalselt",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Failide teisendamine ei õnnestunud: {message}",
|
||||
"All files failed to be converted" : "Kõiki faile ei õnnestunud teisendada",
|
||||
"One file could not be converted: {message}" : "Ühe faili teisendamine ei õnnestunud: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ühe faili teisendamine ei õnnestunud","%n faili teisendamine ei õnnestunud"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Ühe faili teisendamine õnnestus","%n faili teisendamine õnnestus"],
|
||||
"Files successfully converted" : "Failide teisendamine õnnestus",
|
||||
"Failed to convert files" : "Failide teisendamine ei õnnestunud",
|
||||
"Converting file …" : "Teisendan faile…",
|
||||
"File successfully converted" : "Faili teisendamine õnnestus",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Ava faili külgriba",
|
||||
"Save as …" : "Salvesta kui…",
|
||||
"Converting files …" : "Teisendan faile…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ühe faili teisendamine ei õnnestunud","%n faili teisendamine ei õnnestunud"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Ühe faili teisendamine õnnestus","%n faili teisendamine õnnestus"],
|
||||
"Files successfully converted" : "Failide teisendamine õnnestus",
|
||||
"Converting file …" : "Teisendan faili…",
|
||||
"Deletion cancelled" : "Kustutamine on tühistatud",
|
||||
"Edit locally" : "Muuda lokaalselt",
|
||||
|
||||
@@ -271,9 +271,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Huts egin du fitxategiak bihurtzeak: {message}",
|
||||
"All files failed to be converted" : "Huts egin du fitxategi guztiak bihurtzean",
|
||||
"One file could not be converted: {message}" : "Fitxategi bat ezin izan da bihurtu: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Fitxategi bat ezin izan da bihurtu","%n fitxategi ezin izan dira bihurtu"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Fitxategi bat behar bezala bihurtu da","%n fitxategi behar bezala bihurtu dira"],
|
||||
"Files successfully converted" : "Fitxategiak behar bezala bihurtu dira",
|
||||
"Failed to convert files" : "Huts egin du fitxategien bihurtzeak",
|
||||
"File successfully converted" : "Fitxategia behar bezala bihurtu da",
|
||||
"Failed to convert file: {message}" : "Fitxategi honen bihurtzeak huts egin du: {message}",
|
||||
@@ -422,6 +419,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Ireki alboko barra fitxategi baterako",
|
||||
"Save as …" : "Gorde honela...",
|
||||
"Converting files …" : "Fitxategiak bihurtzen...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Fitxategi bat ezin izan da bihurtu","%n fitxategi ezin izan dira bihurtu"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Fitxategi bat behar bezala bihurtu da","%n fitxategi behar bezala bihurtu dira"],
|
||||
"Files successfully converted" : "Fitxategiak behar bezala bihurtu dira",
|
||||
"Converting file …" : "Fitxategia bihurtzen...",
|
||||
"Deletion cancelled" : "Ezabatzea bertan behera utzi da",
|
||||
"Edit locally" : "Editatu lokalean",
|
||||
|
||||
@@ -269,9 +269,6 @@
|
||||
"Failed to convert files: {message}" : "Huts egin du fitxategiak bihurtzeak: {message}",
|
||||
"All files failed to be converted" : "Huts egin du fitxategi guztiak bihurtzean",
|
||||
"One file could not be converted: {message}" : "Fitxategi bat ezin izan da bihurtu: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Fitxategi bat ezin izan da bihurtu","%n fitxategi ezin izan dira bihurtu"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Fitxategi bat behar bezala bihurtu da","%n fitxategi behar bezala bihurtu dira"],
|
||||
"Files successfully converted" : "Fitxategiak behar bezala bihurtu dira",
|
||||
"Failed to convert files" : "Huts egin du fitxategien bihurtzeak",
|
||||
"File successfully converted" : "Fitxategia behar bezala bihurtu da",
|
||||
"Failed to convert file: {message}" : "Fitxategi honen bihurtzeak huts egin du: {message}",
|
||||
@@ -420,6 +417,9 @@
|
||||
"Open the sidebar for a file" : "Ireki alboko barra fitxategi baterako",
|
||||
"Save as …" : "Gorde honela...",
|
||||
"Converting files …" : "Fitxategiak bihurtzen...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Fitxategi bat ezin izan da bihurtu","%n fitxategi ezin izan dira bihurtu"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Fitxategi bat behar bezala bihurtu da","%n fitxategi behar bezala bihurtu dira"],
|
||||
"Files successfully converted" : "Fitxategiak behar bezala bihurtu dira",
|
||||
"Converting file …" : "Fitxategia bihurtzen...",
|
||||
"Deletion cancelled" : "Ezabatzea bertan behera utzi da",
|
||||
"Edit locally" : "Editatu lokalean",
|
||||
|
||||
@@ -224,9 +224,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Failed to convert files: {message}",
|
||||
"All files failed to be converted" : "All files failed to be converted",
|
||||
"One file could not be converted: {message}" : "One file could not be converted: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
|
||||
"Files successfully converted" : "Files successfully converted",
|
||||
"Failed to convert files" : "Failed to convert files",
|
||||
"File successfully converted" : "File successfully converted",
|
||||
"Failed to convert file: {message}" : "Failed to convert file: {message}",
|
||||
@@ -368,6 +365,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Open the sidebar for a file",
|
||||
"Save as …" : "Save as …",
|
||||
"Converting files …" : "Converting files …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
|
||||
"Files successfully converted" : "Files successfully converted",
|
||||
"Converting file …" : "Converting file …",
|
||||
"Deletion cancelled" : "Deletion cancelled",
|
||||
"Edit locally" : "ویرایش محلی",
|
||||
|
||||
@@ -222,9 +222,6 @@
|
||||
"Failed to convert files: {message}" : "Failed to convert files: {message}",
|
||||
"All files failed to be converted" : "All files failed to be converted",
|
||||
"One file could not be converted: {message}" : "One file could not be converted: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
|
||||
"Files successfully converted" : "Files successfully converted",
|
||||
"Failed to convert files" : "Failed to convert files",
|
||||
"File successfully converted" : "File successfully converted",
|
||||
"Failed to convert file: {message}" : "Failed to convert file: {message}",
|
||||
@@ -366,6 +363,9 @@
|
||||
"Open the sidebar for a file" : "Open the sidebar for a file",
|
||||
"Save as …" : "Save as …",
|
||||
"Converting files …" : "Converting files …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
|
||||
"Files successfully converted" : "Files successfully converted",
|
||||
"Converting file …" : "Converting file …",
|
||||
"Deletion cancelled" : "Deletion cancelled",
|
||||
"Edit locally" : "ویرایش محلی",
|
||||
|
||||
@@ -238,7 +238,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Tiedostojen muuntaminen epäonnistui: {message}",
|
||||
"All files failed to be converted" : "Mitään tiedostoista ei voitu muuntaa",
|
||||
"One file could not be converted: {message}" : "Yhtä tiedostoa ei voitu muuntaa: {message}",
|
||||
"Files successfully converted" : "Tiedostot muunnettu onnistuneesti",
|
||||
"Failed to convert files" : "Tiedostojen muuntaminen epäonnistui",
|
||||
"File successfully converted" : "Tiedosto muunnettu onnistuneesti",
|
||||
"Failed to convert file: {message}" : "Tiedoston muuntaminen epäonnistui: {message}",
|
||||
@@ -372,6 +371,7 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Avaa tiedoston sivupalkki",
|
||||
"Save as …" : "Tallenna nimellä",
|
||||
"Converting files …" : "Muunnetaan tiedostoja…",
|
||||
"Files successfully converted" : "Tiedostot muunnettu onnistuneesti",
|
||||
"Converting file …" : "Muunnetaan tiedostoa…",
|
||||
"Deletion cancelled" : "Poistaminen peruttu",
|
||||
"Edit locally" : "Muokkaa paikallisesti",
|
||||
|
||||
@@ -236,7 +236,6 @@
|
||||
"Failed to convert files: {message}" : "Tiedostojen muuntaminen epäonnistui: {message}",
|
||||
"All files failed to be converted" : "Mitään tiedostoista ei voitu muuntaa",
|
||||
"One file could not be converted: {message}" : "Yhtä tiedostoa ei voitu muuntaa: {message}",
|
||||
"Files successfully converted" : "Tiedostot muunnettu onnistuneesti",
|
||||
"Failed to convert files" : "Tiedostojen muuntaminen epäonnistui",
|
||||
"File successfully converted" : "Tiedosto muunnettu onnistuneesti",
|
||||
"Failed to convert file: {message}" : "Tiedoston muuntaminen epäonnistui: {message}",
|
||||
@@ -370,6 +369,7 @@
|
||||
"Open the sidebar for a file" : "Avaa tiedoston sivupalkki",
|
||||
"Save as …" : "Tallenna nimellä",
|
||||
"Converting files …" : "Muunnetaan tiedostoja…",
|
||||
"Files successfully converted" : "Tiedostot muunnettu onnistuneesti",
|
||||
"Converting file …" : "Muunnetaan tiedostoa…",
|
||||
"Deletion cancelled" : "Poistaminen peruttu",
|
||||
"Edit locally" : "Muokkaa paikallisesti",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Impossible de convertir les fichiers : {message}",
|
||||
"All files failed to be converted" : "Aucun fichier n'a pu être converti",
|
||||
"One file could not be converted: {message}" : "Le fichier {message} n'a pas pu être converti",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un fichier n'a pas pu être converti","%n fichiers n'ont pas pu être convertis","%n fichiers n'ont pas pu être convertis"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un fichier converti avec succès","%n fichiers convertis avec succès","%n fichiers convertis avec succès"],
|
||||
"Files successfully converted" : "Fichiers convertis avec succès",
|
||||
"Failed to convert files" : "Impossible de convertir les fichiers",
|
||||
"Converting file …" : "Conversion du fichier …",
|
||||
"File successfully converted" : "Fichier converti avec succès",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Ouvrir la barre latérale pour un fichier",
|
||||
"Save as …" : "Enregistrer sous...",
|
||||
"Converting files …" : "Conversion des fichiers...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un fichier n'a pas pu être converti","%n fichiers n'ont pas pu être convertis","%n fichiers n'ont pas pu être convertis"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un fichier converti avec succès","%n fichiers convertis avec succès","%n fichiers convertis avec succès"],
|
||||
"Files successfully converted" : "Fichiers convertis avec succès",
|
||||
"Converting file …" : "Conversion du fichier...",
|
||||
"Deletion cancelled" : "Suppression annulée",
|
||||
"Edit locally" : "Éditer localement",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Impossible de convertir les fichiers : {message}",
|
||||
"All files failed to be converted" : "Aucun fichier n'a pu être converti",
|
||||
"One file could not be converted: {message}" : "Le fichier {message} n'a pas pu être converti",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un fichier n'a pas pu être converti","%n fichiers n'ont pas pu être convertis","%n fichiers n'ont pas pu être convertis"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un fichier converti avec succès","%n fichiers convertis avec succès","%n fichiers convertis avec succès"],
|
||||
"Files successfully converted" : "Fichiers convertis avec succès",
|
||||
"Failed to convert files" : "Impossible de convertir les fichiers",
|
||||
"Converting file …" : "Conversion du fichier …",
|
||||
"File successfully converted" : "Fichier converti avec succès",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Ouvrir la barre latérale pour un fichier",
|
||||
"Save as …" : "Enregistrer sous...",
|
||||
"Converting files …" : "Conversion des fichiers...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un fichier n'a pas pu être converti","%n fichiers n'ont pas pu être convertis","%n fichiers n'ont pas pu être convertis"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un fichier converti avec succès","%n fichiers convertis avec succès","%n fichiers convertis avec succès"],
|
||||
"Files successfully converted" : "Fichiers convertis avec succès",
|
||||
"Converting file …" : "Conversion du fichier...",
|
||||
"Deletion cancelled" : "Suppression annulée",
|
||||
"Edit locally" : "Éditer localement",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Theip ar thiontú comhaid: {message}",
|
||||
"All files failed to be converted" : "Theip ar gach comhad a thiontú",
|
||||
"One file could not be converted: {message}" : "Níorbh fhéidir comhad amháin a thiontú:{message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Níorbh fhéidir comhad amháin a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["D'éirigh le comhad amháin a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú"],
|
||||
"Files successfully converted" : "Comhaid a thiontú go rathúil",
|
||||
"Failed to convert files" : "Theip ar thiontú comhaid",
|
||||
"Converting file …" : "Ag tiontú comhaid …",
|
||||
"File successfully converted" : "D'éirigh leis an gcomhad a thiontú",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Oscail an barra taoibh le haghaidh comhad",
|
||||
"Save as …" : "Sábháil mar…",
|
||||
"Converting files …" : "Comhaid á thiontú…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Níorbh fhéidir comhad amháin a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["D'éirigh le comhad amháin a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú"],
|
||||
"Files successfully converted" : "Comhaid a thiontú go rathúil",
|
||||
"Converting file …" : "Comhad á thiontú…",
|
||||
"Deletion cancelled" : "Scriosadh cealaithe",
|
||||
"Edit locally" : "Cuir in eagar go háitiúil",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Theip ar thiontú comhaid: {message}",
|
||||
"All files failed to be converted" : "Theip ar gach comhad a thiontú",
|
||||
"One file could not be converted: {message}" : "Níorbh fhéidir comhad amháin a thiontú:{message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Níorbh fhéidir comhad amháin a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["D'éirigh le comhad amháin a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú"],
|
||||
"Files successfully converted" : "Comhaid a thiontú go rathúil",
|
||||
"Failed to convert files" : "Theip ar thiontú comhaid",
|
||||
"Converting file …" : "Ag tiontú comhaid …",
|
||||
"File successfully converted" : "D'éirigh leis an gcomhad a thiontú",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Oscail an barra taoibh le haghaidh comhad",
|
||||
"Save as …" : "Sábháil mar…",
|
||||
"Converting files …" : "Comhaid á thiontú…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Níorbh fhéidir comhad amháin a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["D'éirigh le comhad amháin a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú"],
|
||||
"Files successfully converted" : "Comhaid a thiontú go rathúil",
|
||||
"Converting file …" : "Comhad á thiontú…",
|
||||
"Deletion cancelled" : "Scriosadh cealaithe",
|
||||
"Edit locally" : "Cuir in eagar go háitiúil",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Produciuse un fallo ao converter os ficheiros: {message}",
|
||||
"All files failed to be converted" : "Non foi posíbel converter ningún ficheiro",
|
||||
"One file could not be converted: {message}" : "Non foi posíbel converter un ficheiro: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Non foi posíbel converter un ficheiro","Non foi posíbel converter %n ficheiros"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Foi convertido correctamente un ficheiro","%n ficheiros foron convertidos correctamente"],
|
||||
"Files successfully converted" : "Os ficheiros foron convertidos correctamente",
|
||||
"Failed to convert files" : "Produciuse un fallo ao converter os ficheiros",
|
||||
"Converting file …" : "Convertendo o ficheiro…",
|
||||
"File successfully converted" : "O ficheiro foi convertido correctamente",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Abrir a barra lateral dun ficheiro",
|
||||
"Save as …" : "Gardar como…",
|
||||
"Converting files …" : "Convertendo ficheiros…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Non foi posíbel converter un ficheiro","Non foi posíbel converter %n ficheiros"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Foi convertido correctamente un ficheiro","%n ficheiros foron convertidos correctamente"],
|
||||
"Files successfully converted" : "Os ficheiros foron convertidos correctamente",
|
||||
"Converting file …" : "Convertendo o ficheiro…",
|
||||
"Deletion cancelled" : "Foi cancelada a eliminación",
|
||||
"Edit locally" : "Editar localmente",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Produciuse un fallo ao converter os ficheiros: {message}",
|
||||
"All files failed to be converted" : "Non foi posíbel converter ningún ficheiro",
|
||||
"One file could not be converted: {message}" : "Non foi posíbel converter un ficheiro: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Non foi posíbel converter un ficheiro","Non foi posíbel converter %n ficheiros"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Foi convertido correctamente un ficheiro","%n ficheiros foron convertidos correctamente"],
|
||||
"Files successfully converted" : "Os ficheiros foron convertidos correctamente",
|
||||
"Failed to convert files" : "Produciuse un fallo ao converter os ficheiros",
|
||||
"Converting file …" : "Convertendo o ficheiro…",
|
||||
"File successfully converted" : "O ficheiro foi convertido correctamente",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Abrir a barra lateral dun ficheiro",
|
||||
"Save as …" : "Gardar como…",
|
||||
"Converting files …" : "Convertendo ficheiros…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Non foi posíbel converter un ficheiro","Non foi posíbel converter %n ficheiros"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Foi convertido correctamente un ficheiro","%n ficheiros foron convertidos correctamente"],
|
||||
"Files successfully converted" : "Os ficheiros foron convertidos correctamente",
|
||||
"Converting file …" : "Convertendo o ficheiro…",
|
||||
"Deletion cancelled" : "Foi cancelada a eliminación",
|
||||
"Edit locally" : "Editar localmente",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Nem sikerült a fájlok átalakítása: {message}",
|
||||
"All files failed to be converted" : "Az összes fájl átalakítása sikertelen",
|
||||
"One file could not be converted: {message}" : "Egy fájl nem alakítható át: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Egy fájl nem alakítható át","%n fájl nem alakítható át"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Egy fájl sikeresen átalakítva","%n fájl sikeresen átalakítva"],
|
||||
"Files successfully converted" : "Fájlok sikeresen átalakítva",
|
||||
"Failed to convert files" : "Nem sikerült a fájlok átalakítása",
|
||||
"Converting file …" : "Fájl átalakítása…",
|
||||
"File successfully converted" : "Fájl sikeresen átalakítva",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Oldalsáv megnyitása a fájlhoz",
|
||||
"Save as …" : "Mentés másként…",
|
||||
"Converting files …" : "Fájlok átalakítása…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Egy fájl nem alakítható át","%n fájl nem alakítható át"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Egy fájl sikeresen átalakítva","%n fájl sikeresen átalakítva"],
|
||||
"Files successfully converted" : "Fájlok sikeresen átalakítva",
|
||||
"Converting file …" : "Fájl átalakítása…",
|
||||
"Deletion cancelled" : "Törlés megszakítva",
|
||||
"Edit locally" : "Szerkesztés helyileg",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Nem sikerült a fájlok átalakítása: {message}",
|
||||
"All files failed to be converted" : "Az összes fájl átalakítása sikertelen",
|
||||
"One file could not be converted: {message}" : "Egy fájl nem alakítható át: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Egy fájl nem alakítható át","%n fájl nem alakítható át"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Egy fájl sikeresen átalakítva","%n fájl sikeresen átalakítva"],
|
||||
"Files successfully converted" : "Fájlok sikeresen átalakítva",
|
||||
"Failed to convert files" : "Nem sikerült a fájlok átalakítása",
|
||||
"Converting file …" : "Fájl átalakítása…",
|
||||
"File successfully converted" : "Fájl sikeresen átalakítva",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Oldalsáv megnyitása a fájlhoz",
|
||||
"Save as …" : "Mentés másként…",
|
||||
"Converting files …" : "Fájlok átalakítása…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Egy fájl nem alakítható át","%n fájl nem alakítható át"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Egy fájl sikeresen átalakítva","%n fájl sikeresen átalakítva"],
|
||||
"Files successfully converted" : "Fájlok sikeresen átalakítva",
|
||||
"Converting file …" : "Fájl átalakítása…",
|
||||
"Deletion cancelled" : "Törlés megszakítva",
|
||||
"Edit locally" : "Szerkesztés helyileg",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Mistókst að umbreyta skrám: {message}",
|
||||
"All files failed to be converted" : "Mistókst að umbreyta öllum skrám",
|
||||
"One file could not be converted: {message}" : "Ekki var hægt að umbreyta einni skrá: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ekki var hægt að umbreyta einni skrá","Ekki var hægt að umbreyta %n skrám"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Tókst að umbreyta einni skrá","Tókst að umbreyta %n skrám"],
|
||||
"Files successfully converted" : "Tókst að umbreyta skrám",
|
||||
"Failed to convert files" : "Mistókst að umbreyta skrám",
|
||||
"Converting file …" : "Umbreyti skrá…",
|
||||
"File successfully converted" : "Tókst að umbreyta skrá",
|
||||
@@ -429,6 +426,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Opna hliðarspjald fyrir skrá",
|
||||
"Save as …" : "Vista sem …",
|
||||
"Converting files …" : "Umbreyti skrám …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ekki var hægt að umbreyta einni skrá","Ekki var hægt að umbreyta %n skrám"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Tókst að umbreyta einni skrá","Tókst að umbreyta %n skrám"],
|
||||
"Files successfully converted" : "Tókst að umbreyta skrám",
|
||||
"Converting file …" : "Umbreyti skrá…",
|
||||
"Deletion cancelled" : "Hætt við eyðingu",
|
||||
"Edit locally" : "Breyta staðvært",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Mistókst að umbreyta skrám: {message}",
|
||||
"All files failed to be converted" : "Mistókst að umbreyta öllum skrám",
|
||||
"One file could not be converted: {message}" : "Ekki var hægt að umbreyta einni skrá: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ekki var hægt að umbreyta einni skrá","Ekki var hægt að umbreyta %n skrám"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Tókst að umbreyta einni skrá","Tókst að umbreyta %n skrám"],
|
||||
"Files successfully converted" : "Tókst að umbreyta skrám",
|
||||
"Failed to convert files" : "Mistókst að umbreyta skrám",
|
||||
"Converting file …" : "Umbreyti skrá…",
|
||||
"File successfully converted" : "Tókst að umbreyta skrá",
|
||||
@@ -427,6 +424,9 @@
|
||||
"Open the sidebar for a file" : "Opna hliðarspjald fyrir skrá",
|
||||
"Save as …" : "Vista sem …",
|
||||
"Converting files …" : "Umbreyti skrám …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Ekki var hægt að umbreyta einni skrá","Ekki var hægt að umbreyta %n skrám"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Tókst að umbreyta einni skrá","Tókst að umbreyta %n skrám"],
|
||||
"Files successfully converted" : "Tókst að umbreyta skrám",
|
||||
"Converting file …" : "Umbreyti skrá…",
|
||||
"Deletion cancelled" : "Hætt við eyðingu",
|
||||
"Edit locally" : "Breyta staðvært",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Impossibile convertire i file: {message}",
|
||||
"All files failed to be converted" : "Non è stato possibile convertire tutti i file",
|
||||
"One file could not be converted: {message}" : "Un file non può essere convertito: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%nfile non possono essere convertiti","%n file non possono essere convertiti"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"],
|
||||
"Files successfully converted" : "File convertiti con successo",
|
||||
"Failed to convert files" : "Impossibile convertire i file",
|
||||
"Converting file …" : "Conversione del file …",
|
||||
"File successfully converted" : "File convertito con successo",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Aprire la barra laterale per un file",
|
||||
"Save as …" : "Salva come …",
|
||||
"Converting files …" : "Conversione dei file …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%n file non possono essere convertiti","%n file non possono essere convertiti"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"],
|
||||
"Files successfully converted" : "File convertiti con successo",
|
||||
"Converting file …" : "Conversione del file …",
|
||||
"Deletion cancelled" : "Eliminazione annullata",
|
||||
"Edit locally" : "Modifica localmente",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Impossibile convertire i file: {message}",
|
||||
"All files failed to be converted" : "Non è stato possibile convertire tutti i file",
|
||||
"One file could not be converted: {message}" : "Un file non può essere convertito: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%nfile non possono essere convertiti","%n file non possono essere convertiti"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"],
|
||||
"Files successfully converted" : "File convertiti con successo",
|
||||
"Failed to convert files" : "Impossibile convertire i file",
|
||||
"Converting file …" : "Conversione del file …",
|
||||
"File successfully converted" : "File convertito con successo",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Aprire la barra laterale per un file",
|
||||
"Save as …" : "Salva come …",
|
||||
"Converting files …" : "Conversione dei file …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%n file non possono essere convertiti","%n file non possono essere convertiti"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"],
|
||||
"Files successfully converted" : "File convertiti con successo",
|
||||
"Converting file …" : "Conversione del file …",
|
||||
"Deletion cancelled" : "Eliminazione annullata",
|
||||
"Edit locally" : "Modifica localmente",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "ファイルの変換に失敗しました: {message}",
|
||||
"All files failed to be converted" : "すべてのファイルの変換に失敗しました",
|
||||
"One file could not be converted: {message}" : "1つのファイルが変換できませんでした: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n個のファイルが変換できませんでした"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n個のファイルの変換に成功しました"],
|
||||
"Files successfully converted" : "ファイルは正常に変換されました",
|
||||
"Failed to convert files" : "ファイルの変換に失敗しました",
|
||||
"Converting file …" : "ファイルの変換…",
|
||||
"File successfully converted" : "ファイルは正常に変換されました",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "ファイルのサイドバーを開く",
|
||||
"Save as …" : "保存…",
|
||||
"Converting files …" : "ファイルの変換…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n個のファイルが変換できませんでした"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n個のファイルの変換に成功しました"],
|
||||
"Files successfully converted" : "ファイルは正常に変換されました",
|
||||
"Converting file …" : "ファイルの変換…",
|
||||
"Deletion cancelled" : "削除はキャンセルされました",
|
||||
"Edit locally" : "ローカルで編集",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "ファイルの変換に失敗しました: {message}",
|
||||
"All files failed to be converted" : "すべてのファイルの変換に失敗しました",
|
||||
"One file could not be converted: {message}" : "1つのファイルが変換できませんでした: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n個のファイルが変換できませんでした"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n個のファイルの変換に成功しました"],
|
||||
"Files successfully converted" : "ファイルは正常に変換されました",
|
||||
"Failed to convert files" : "ファイルの変換に失敗しました",
|
||||
"Converting file …" : "ファイルの変換…",
|
||||
"File successfully converted" : "ファイルは正常に変換されました",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "ファイルのサイドバーを開く",
|
||||
"Save as …" : "保存…",
|
||||
"Converting files …" : "ファイルの変換…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n個のファイルが変換できませんでした"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n個のファイルの変換に成功しました"],
|
||||
"Files successfully converted" : "ファイルは正常に変換されました",
|
||||
"Converting file …" : "ファイルの変換…",
|
||||
"Deletion cancelled" : "削除はキャンセルされました",
|
||||
"Edit locally" : "ローカルで編集",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Неуспешно конвертирање датотеки: {message}",
|
||||
"All files failed to be converted" : "Сите датотеки неуспешно се конвертирани",
|
||||
"One file could not be converted: {message}" : "Една датотека не може да се конвертира: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Една датотека не може да се конвертира","%n датотеки не можеа да се конвертираат"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Една датотека успешно конвертирана","%n датотеки успешно конвертирани"],
|
||||
"Files successfully converted" : "Датотеките се успешно конвертирани",
|
||||
"Failed to convert files" : "Неуспешно конвертирање датотеки",
|
||||
"Converting file …" : "Конвертирање датотека …",
|
||||
"File successfully converted" : "Датотеката е успешно конвертирана",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Отвори странична лента за датотека",
|
||||
"Save as …" : "Зачувај како ...",
|
||||
"Converting files …" : "Конвертирање датотеки …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Една датотека не може да се конвертира","%n датотеки не можеа да се конвертираат"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Една датотека успешно конвертирана","%n датотеки успешно конвертирани"],
|
||||
"Files successfully converted" : "Датотеките се успешно конвертирани",
|
||||
"Converting file …" : "Се конвертира датотека …",
|
||||
"Deletion cancelled" : "Бришењето е откажано",
|
||||
"Edit locally" : "Уреди локално",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Неуспешно конвертирање датотеки: {message}",
|
||||
"All files failed to be converted" : "Сите датотеки неуспешно се конвертирани",
|
||||
"One file could not be converted: {message}" : "Една датотека не може да се конвертира: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Една датотека не може да се конвертира","%n датотеки не можеа да се конвертираат"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Една датотека успешно конвертирана","%n датотеки успешно конвертирани"],
|
||||
"Files successfully converted" : "Датотеките се успешно конвертирани",
|
||||
"Failed to convert files" : "Неуспешно конвертирање датотеки",
|
||||
"Converting file …" : "Конвертирање датотека …",
|
||||
"File successfully converted" : "Датотеката е успешно конвертирана",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Отвори странична лента за датотека",
|
||||
"Save as …" : "Зачувај како ...",
|
||||
"Converting files …" : "Конвертирање датотеки …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Една датотека не може да се конвертира","%n датотеки не можеа да се конвертираат"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Една датотека успешно конвертирана","%n датотеки успешно конвертирани"],
|
||||
"Files successfully converted" : "Датотеките се успешно конвертирани",
|
||||
"Converting file …" : "Се конвертира датотека …",
|
||||
"Deletion cancelled" : "Бришењето е откажано",
|
||||
"Edit locally" : "Уреди локално",
|
||||
|
||||
@@ -269,9 +269,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Kunne ikke konvertere filer: {message}",
|
||||
"All files failed to be converted" : "Kunne ikke konvertere noen av filene",
|
||||
"One file could not be converted: {message}" : "Én fil kunne ikke konverteres: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Én fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Én fil ble konvertert","%n filer ble konvertert"],
|
||||
"Files successfully converted" : "Filene ble konvertert",
|
||||
"Failed to convert files" : "Kunne ikke konvertere filene",
|
||||
"File successfully converted" : "Filen ble konvertert",
|
||||
"Failed to convert file: {message}" : "Kunne ikke konvertere filen: {message}",
|
||||
@@ -417,6 +414,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Åpne sidepanelet for en fil",
|
||||
"Save as …" : "Lagre som ...",
|
||||
"Converting files …" : "Konverter filer ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Én fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Én fil ble konvertert","%n filer ble konvertert"],
|
||||
"Files successfully converted" : "Filene ble konvertert",
|
||||
"Converting file …" : "Konverterer filer ...",
|
||||
"Deletion cancelled" : "Sletting avbrutt",
|
||||
"Edit locally" : "Rediger lokalt",
|
||||
|
||||
@@ -267,9 +267,6 @@
|
||||
"Failed to convert files: {message}" : "Kunne ikke konvertere filer: {message}",
|
||||
"All files failed to be converted" : "Kunne ikke konvertere noen av filene",
|
||||
"One file could not be converted: {message}" : "Én fil kunne ikke konverteres: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Én fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Én fil ble konvertert","%n filer ble konvertert"],
|
||||
"Files successfully converted" : "Filene ble konvertert",
|
||||
"Failed to convert files" : "Kunne ikke konvertere filene",
|
||||
"File successfully converted" : "Filen ble konvertert",
|
||||
"Failed to convert file: {message}" : "Kunne ikke konvertere filen: {message}",
|
||||
@@ -415,6 +412,9 @@
|
||||
"Open the sidebar for a file" : "Åpne sidepanelet for en fil",
|
||||
"Save as …" : "Lagre som ...",
|
||||
"Converting files …" : "Konverter filer ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Én fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Én fil ble konvertert","%n filer ble konvertert"],
|
||||
"Files successfully converted" : "Filene ble konvertert",
|
||||
"Converting file …" : "Konverterer filer ...",
|
||||
"Deletion cancelled" : "Sletting avbrutt",
|
||||
"Edit locally" : "Rediger lokalt",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Conversie van bestanden mislukt: {message} ",
|
||||
"All files failed to be converted" : "De conversie van alle bestanden is mislukt",
|
||||
"One file could not be converted: {message}" : "Een bestand kon niet worden geconverteerd: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Een bestand kon niet geconverteerd worden","%n bestanden konden niet geconverteerd worden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Een bestand succesvol geconverteerd","%n bestanden succesvol geconverteerd"],
|
||||
"Files successfully converted" : "Bestanden succesvol geconverteerd",
|
||||
"Failed to convert files" : "Conversie van bestanden mislukt",
|
||||
"Converting file …" : "Bestand converteren …",
|
||||
"File successfully converted" : "Bestand succesvol geconverteerd",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Open de zijbalk voor een bestand",
|
||||
"Save as …" : "Opslaan als...",
|
||||
"Converting files …" : "Bestanden converteren ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Een bestand kon niet geconverteerd worden","%n bestanden konden niet geconverteerd worden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Een bestand succesvol geconverteerd","%n bestanden succesvol geconverteerd"],
|
||||
"Files successfully converted" : "Bestanden succesvol geconverteerd",
|
||||
"Converting file …" : "Bestand converteren ...",
|
||||
"Deletion cancelled" : "Verwijderen geannulleerd",
|
||||
"Edit locally" : "Lokaal bewerken",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Conversie van bestanden mislukt: {message} ",
|
||||
"All files failed to be converted" : "De conversie van alle bestanden is mislukt",
|
||||
"One file could not be converted: {message}" : "Een bestand kon niet worden geconverteerd: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Een bestand kon niet geconverteerd worden","%n bestanden konden niet geconverteerd worden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Een bestand succesvol geconverteerd","%n bestanden succesvol geconverteerd"],
|
||||
"Files successfully converted" : "Bestanden succesvol geconverteerd",
|
||||
"Failed to convert files" : "Conversie van bestanden mislukt",
|
||||
"Converting file …" : "Bestand converteren …",
|
||||
"File successfully converted" : "Bestand succesvol geconverteerd",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Open de zijbalk voor een bestand",
|
||||
"Save as …" : "Opslaan als...",
|
||||
"Converting files …" : "Bestanden converteren ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Een bestand kon niet geconverteerd worden","%n bestanden konden niet geconverteerd worden"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Een bestand succesvol geconverteerd","%n bestanden succesvol geconverteerd"],
|
||||
"Files successfully converted" : "Bestanden succesvol geconverteerd",
|
||||
"Converting file …" : "Bestand converteren ...",
|
||||
"Deletion cancelled" : "Verwijderen geannulleerd",
|
||||
"Edit locally" : "Lokaal bewerken",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Nie udało się przekonwertować plików: {message}",
|
||||
"All files failed to be converted" : "Nie udało się przekonwertować żadnego pliku",
|
||||
"One file could not be converted: {message}" : "Jednego pliku nie można przekonwertować: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Nie można przekonwertować jednego pliku","Nie można przekonwertować %n plików","Nie można przekonwertować %n plików","Nie można przekonwertować %n plików"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Pomyślnie przekonwertowany jeden plik","Pomyślnie przekonwertowane %n pliki","Pomyślnie przekonwertowanych %n plików","Pomyślnie przekonwertowanych %n plików"],
|
||||
"Files successfully converted" : "Pliki zostały pomyślnie przekonwertowane",
|
||||
"Failed to convert files" : "Nie udało się przekonwertować plików",
|
||||
"Converting file …" : "Konwertowanie pliku …",
|
||||
"File successfully converted" : "Plik pomyślnie przekonwertowany",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Otwórz pasek boczny dla pliku",
|
||||
"Save as …" : "Zapisz jako…",
|
||||
"Converting files …" : "Konwertowanie plików…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Nie można przekonwertować jednego pliku","Nie można przekonwertować %n plików","Nie można przekonwertować %n plików","Nie można przekonwertować %n plików"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Pomyślnie przekonwertowany jeden plik","Pomyślnie przekonwertowane %n pliki","Pomyślnie przekonwertowanych %n plików","Pomyślnie przekonwertowanych %n plików"],
|
||||
"Files successfully converted" : "Pliki zostały pomyślnie przekonwertowane",
|
||||
"Converting file …" : "Konwertowanie plików…",
|
||||
"Deletion cancelled" : "Usuwanie anulowane",
|
||||
"Edit locally" : "Edytuj lokalnie",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Nie udało się przekonwertować plików: {message}",
|
||||
"All files failed to be converted" : "Nie udało się przekonwertować żadnego pliku",
|
||||
"One file could not be converted: {message}" : "Jednego pliku nie można przekonwertować: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Nie można przekonwertować jednego pliku","Nie można przekonwertować %n plików","Nie można przekonwertować %n plików","Nie można przekonwertować %n plików"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Pomyślnie przekonwertowany jeden plik","Pomyślnie przekonwertowane %n pliki","Pomyślnie przekonwertowanych %n plików","Pomyślnie przekonwertowanych %n plików"],
|
||||
"Files successfully converted" : "Pliki zostały pomyślnie przekonwertowane",
|
||||
"Failed to convert files" : "Nie udało się przekonwertować plików",
|
||||
"Converting file …" : "Konwertowanie pliku …",
|
||||
"File successfully converted" : "Plik pomyślnie przekonwertowany",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Otwórz pasek boczny dla pliku",
|
||||
"Save as …" : "Zapisz jako…",
|
||||
"Converting files …" : "Konwertowanie plików…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Nie można przekonwertować jednego pliku","Nie można przekonwertować %n plików","Nie można przekonwertować %n plików","Nie można przekonwertować %n plików"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Pomyślnie przekonwertowany jeden plik","Pomyślnie przekonwertowane %n pliki","Pomyślnie przekonwertowanych %n plików","Pomyślnie przekonwertowanych %n plików"],
|
||||
"Files successfully converted" : "Pliki zostały pomyślnie przekonwertowane",
|
||||
"Converting file …" : "Konwertowanie plików…",
|
||||
"Deletion cancelled" : "Usuwanie anulowane",
|
||||
"Edit locally" : "Edytuj lokalnie",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Falha ao converter arquivos: {message}",
|
||||
"All files failed to be converted" : "Falha na conversão de todos os arquivos",
|
||||
"One file could not be converted: {message}" : "Um arquivo não pôde ser convertido: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Não foi possível converter um arquivo","Não foi possível converter %n de arquivos","Não foi possível converter %n arquivos"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Um arquivo convertido com sucesso","%n de arquivos convertidos com sucesso","%n arquivos convertidos com sucesso"],
|
||||
"Files successfully converted" : "Arquivos convertidos com sucesso",
|
||||
"Failed to convert files" : "Falha ao converter arquivos",
|
||||
"Converting file …" : "Convertendo arquivo …",
|
||||
"File successfully converted" : "Arquivo convertido com sucesso",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Abrir barra lateral para um arquivo",
|
||||
"Save as …" : "Salvar como …",
|
||||
"Converting files …" : "Convertendo arquivos …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Não foi possível converter um arquivo","Não foi possível converter %n de arquivos","Não foi possível converter %n arquivos"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Um arquivo convertido com sucesso","%n de arquivos convertidos com sucesso","%n arquivos convertidos com sucesso"],
|
||||
"Files successfully converted" : "Arquivos convertidos com sucesso",
|
||||
"Converting file …" : "Convertendo arquivo …",
|
||||
"Deletion cancelled" : "Operação de exclusão cancelada",
|
||||
"Edit locally" : "Editar localmente",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Falha ao converter arquivos: {message}",
|
||||
"All files failed to be converted" : "Falha na conversão de todos os arquivos",
|
||||
"One file could not be converted: {message}" : "Um arquivo não pôde ser convertido: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Não foi possível converter um arquivo","Não foi possível converter %n de arquivos","Não foi possível converter %n arquivos"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Um arquivo convertido com sucesso","%n de arquivos convertidos com sucesso","%n arquivos convertidos com sucesso"],
|
||||
"Files successfully converted" : "Arquivos convertidos com sucesso",
|
||||
"Failed to convert files" : "Falha ao converter arquivos",
|
||||
"Converting file …" : "Convertendo arquivo …",
|
||||
"File successfully converted" : "Arquivo convertido com sucesso",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Abrir barra lateral para um arquivo",
|
||||
"Save as …" : "Salvar como …",
|
||||
"Converting files …" : "Convertendo arquivos …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Não foi possível converter um arquivo","Não foi possível converter %n de arquivos","Não foi possível converter %n arquivos"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Um arquivo convertido com sucesso","%n de arquivos convertidos com sucesso","%n arquivos convertidos com sucesso"],
|
||||
"Files successfully converted" : "Arquivos convertidos com sucesso",
|
||||
"Converting file …" : "Convertendo arquivo …",
|
||||
"Deletion cancelled" : "Operação de exclusão cancelada",
|
||||
"Edit locally" : "Editar localmente",
|
||||
|
||||
@@ -271,9 +271,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Не удалось преобразовать файлы: {message}",
|
||||
"All files failed to be converted" : "Не удалось преобразовать все файлы",
|
||||
"One file could not be converted: {message}" : "Один файл не удалось преобразовать: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Файл не удалось преобразовать","%n файлы не могут быть преобразованы","%n файлы не могут быть преобразованы","%n файлы не могут быть преобразованы"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Файл успешно преобразован","%n файлы успешно преобразованы","%n файлы успешно преобразованы","%n файлы успешно преобразованы"],
|
||||
"Files successfully converted" : "Файлы успешно конвертированы",
|
||||
"Failed to convert files" : "Не удалось преобразовать файлы",
|
||||
"File successfully converted" : "Файл успешно преобразован",
|
||||
"Failed to convert file: {message}" : "Не удалось преобразовать файл: {message}",
|
||||
@@ -422,6 +419,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Откройте боковую панель для поиска файла",
|
||||
"Save as …" : "Сохранить как…",
|
||||
"Converting files …" : "Преобразование файлов…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Файл не удалось преобразовать","%n файлы не могут быть преобразованы","%n файлы не могут быть преобразованы","%n файлы не могут быть преобразованы"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Файл успешно преобразован","%n файлы успешно преобразованы","%n файлы успешно преобразованы","%n файлы успешно преобразованы"],
|
||||
"Files successfully converted" : "Файлы успешно конвертированы",
|
||||
"Converting file …" : "Преобразование файла…",
|
||||
"Deletion cancelled" : "Удаление отменено",
|
||||
"Edit locally" : "Редактировать локально",
|
||||
|
||||
@@ -269,9 +269,6 @@
|
||||
"Failed to convert files: {message}" : "Не удалось преобразовать файлы: {message}",
|
||||
"All files failed to be converted" : "Не удалось преобразовать все файлы",
|
||||
"One file could not be converted: {message}" : "Один файл не удалось преобразовать: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Файл не удалось преобразовать","%n файлы не могут быть преобразованы","%n файлы не могут быть преобразованы","%n файлы не могут быть преобразованы"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Файл успешно преобразован","%n файлы успешно преобразованы","%n файлы успешно преобразованы","%n файлы успешно преобразованы"],
|
||||
"Files successfully converted" : "Файлы успешно конвертированы",
|
||||
"Failed to convert files" : "Не удалось преобразовать файлы",
|
||||
"File successfully converted" : "Файл успешно преобразован",
|
||||
"Failed to convert file: {message}" : "Не удалось преобразовать файл: {message}",
|
||||
@@ -420,6 +417,9 @@
|
||||
"Open the sidebar for a file" : "Откройте боковую панель для поиска файла",
|
||||
"Save as …" : "Сохранить как…",
|
||||
"Converting files …" : "Преобразование файлов…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Файл не удалось преобразовать","%n файлы не могут быть преобразованы","%n файлы не могут быть преобразованы","%n файлы не могут быть преобразованы"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Файл успешно преобразован","%n файлы успешно преобразованы","%n файлы успешно преобразованы","%n файлы успешно преобразованы"],
|
||||
"Files successfully converted" : "Файлы успешно конвертированы",
|
||||
"Converting file …" : "Преобразование файла…",
|
||||
"Deletion cancelled" : "Удаление отменено",
|
||||
"Edit locally" : "Редактировать локально",
|
||||
|
||||
@@ -218,9 +218,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Nepodarilo sa skonvertovať súbory: {message}",
|
||||
"All files failed to be converted" : "Nepodarilo sa skonvertovať žiadne súbory",
|
||||
"One file could not be converted: {message}" : "Jeden súbor sa nepodarilo skonvertovať: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden súbor sa nepodarilo skonvertovať","%n súbory sa nepodarilo skonvertovať","%n súborov sa nepodarilo skonvertovať","%n súborov sa nepodarilo skonvertovať"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden súbor bol úspešne skonvertovaný","%n súbory boli úspešne skonvertované","%n súborov bolo úspešne skonvertovaných","%n súborov bolo úspešne skonvertovaných"],
|
||||
"Files successfully converted" : "Súbory boli úspešne skonvertované",
|
||||
"Failed to convert files" : "Konverzia súborov zlyhala",
|
||||
"File successfully converted" : "Súbor bol úspešne skonvertovaný",
|
||||
"Failed to convert file: {message}" : "Nepodarilo sa skonvertovať súbor: {message}",
|
||||
@@ -359,6 +356,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Otvoriť bočný panel pre súbor",
|
||||
"Save as …" : "Uložiť ako ...",
|
||||
"Converting files …" : "Konverzia súborov ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden súbor sa nepodarilo skonvertovať","%n súbory sa nepodarilo skonvertovať","%n súborov sa nepodarilo skonvertovať","%n súborov sa nepodarilo skonvertovať"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden súbor bol úspešne skonvertovaný","%n súbory boli úspešne skonvertované","%n súborov bolo úspešne skonvertovaných","%n súborov bolo úspešne skonvertovaných"],
|
||||
"Files successfully converted" : "Súbory boli úspešne skonvertované",
|
||||
"Converting file …" : "Konverzia súborov ...",
|
||||
"Deletion cancelled" : "Zmazanie zrušené",
|
||||
"Edit locally" : "Editovať lokálne",
|
||||
|
||||
@@ -216,9 +216,6 @@
|
||||
"Failed to convert files: {message}" : "Nepodarilo sa skonvertovať súbory: {message}",
|
||||
"All files failed to be converted" : "Nepodarilo sa skonvertovať žiadne súbory",
|
||||
"One file could not be converted: {message}" : "Jeden súbor sa nepodarilo skonvertovať: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden súbor sa nepodarilo skonvertovať","%n súbory sa nepodarilo skonvertovať","%n súborov sa nepodarilo skonvertovať","%n súborov sa nepodarilo skonvertovať"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden súbor bol úspešne skonvertovaný","%n súbory boli úspešne skonvertované","%n súborov bolo úspešne skonvertovaných","%n súborov bolo úspešne skonvertovaných"],
|
||||
"Files successfully converted" : "Súbory boli úspešne skonvertované",
|
||||
"Failed to convert files" : "Konverzia súborov zlyhala",
|
||||
"File successfully converted" : "Súbor bol úspešne skonvertovaný",
|
||||
"Failed to convert file: {message}" : "Nepodarilo sa skonvertovať súbor: {message}",
|
||||
@@ -357,6 +354,9 @@
|
||||
"Open the sidebar for a file" : "Otvoriť bočný panel pre súbor",
|
||||
"Save as …" : "Uložiť ako ...",
|
||||
"Converting files …" : "Konverzia súborov ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden súbor sa nepodarilo skonvertovať","%n súbory sa nepodarilo skonvertovať","%n súborov sa nepodarilo skonvertovať","%n súborov sa nepodarilo skonvertovať"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden súbor bol úspešne skonvertovaný","%n súbory boli úspešne skonvertované","%n súborov bolo úspešne skonvertovaných","%n súborov bolo úspešne skonvertovaných"],
|
||||
"Files successfully converted" : "Súbory boli úspešne skonvertované",
|
||||
"Converting file …" : "Konverzia súborov ...",
|
||||
"Deletion cancelled" : "Zmazanie zrušené",
|
||||
"Edit locally" : "Editovať lokálne",
|
||||
|
||||
@@ -216,9 +216,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Pretvarjanje datotek je spodletelo: {message}",
|
||||
"All files failed to be converted" : "Spodletelo je pretvarjanje vseh datotek.",
|
||||
"One file could not be converted: {message}" : "Ene datoteke ni mogoče pretvoriti: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n datoteke ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n datoteka je uspešno pretvorjena","%n datoteki sta uspešno pretvorjeni","%n datoteke so uspešno pretvorjene","%n datotek je uspešno pretvorjenih"],
|
||||
"Files successfully converted" : "Datoteke so uspešno pretvorjene",
|
||||
"Failed to convert files" : "Pretvarjanje datotek je spodletelo",
|
||||
"File successfully converted" : "Datoteka je uspešno pretvorjena",
|
||||
"Failed to convert file: {message}" : "Pretvarjanje datoteek je spodletelo: {message}",
|
||||
@@ -359,6 +356,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Odpri stransko okno za datoteko",
|
||||
"Save as …" : "Shrani kot ...",
|
||||
"Converting files …" : "Poteka pretvarjanje datotek ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n datoteke ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n datoteka je uspešno pretvorjena","%n datoteki sta uspešno pretvorjeni","%n datoteke so uspešno pretvorjene","%n datotek je uspešno pretvorjenih"],
|
||||
"Files successfully converted" : "Datoteke so uspešno pretvorjene",
|
||||
"Converting file …" : "Poteka pretvarjanje datoteke ...",
|
||||
"Deletion cancelled" : "Brisanje je bilo preklicano",
|
||||
"Edit locally" : "Uredi krajevno",
|
||||
|
||||
@@ -214,9 +214,6 @@
|
||||
"Failed to convert files: {message}" : "Pretvarjanje datotek je spodletelo: {message}",
|
||||
"All files failed to be converted" : "Spodletelo je pretvarjanje vseh datotek.",
|
||||
"One file could not be converted: {message}" : "Ene datoteke ni mogoče pretvoriti: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n datoteke ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n datoteka je uspešno pretvorjena","%n datoteki sta uspešno pretvorjeni","%n datoteke so uspešno pretvorjene","%n datotek je uspešno pretvorjenih"],
|
||||
"Files successfully converted" : "Datoteke so uspešno pretvorjene",
|
||||
"Failed to convert files" : "Pretvarjanje datotek je spodletelo",
|
||||
"File successfully converted" : "Datoteka je uspešno pretvorjena",
|
||||
"Failed to convert file: {message}" : "Pretvarjanje datoteek je spodletelo: {message}",
|
||||
@@ -357,6 +354,9 @@
|
||||
"Open the sidebar for a file" : "Odpri stransko okno za datoteko",
|
||||
"Save as …" : "Shrani kot ...",
|
||||
"Converting files …" : "Poteka pretvarjanje datotek ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n datoteke ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti","%n datotek ni mogoče pretvoriti"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n datoteka je uspešno pretvorjena","%n datoteki sta uspešno pretvorjeni","%n datoteke so uspešno pretvorjene","%n datotek je uspešno pretvorjenih"],
|
||||
"Files successfully converted" : "Datoteke so uspešno pretvorjene",
|
||||
"Converting file …" : "Poteka pretvarjanje datoteke ...",
|
||||
"Deletion cancelled" : "Brisanje je bilo preklicano",
|
||||
"Edit locally" : "Uredi krajevno",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Није успела конверзија фајлова: {message}",
|
||||
"All files failed to be converted" : "Ниједан фајл није могао да се конвертује",
|
||||
"One file could not be converted: {message}" : "Један фајл није могао да се конвертује: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Један фајл није могао да се конвертује","Није могло да се конвертује %n фајла","Није могло да се конвертује %n фајлова"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Фајл је успешно конвертован","Успешно су конвертована %n фајла","Успешно је конвертовано %n фајлова"],
|
||||
"Files successfully converted" : "Фајлови су успешно конвертовани",
|
||||
"Failed to convert files" : "Није успела конверзија фајлова",
|
||||
"Converting file …" : "Фајл се конвертује …",
|
||||
"File successfully converted" : "Фајл је успешно конвертован",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Отвори у бочни панел за фајл",
|
||||
"Save as …" : "Сачувај као",
|
||||
"Converting files …" : "Фајлови се конвертују",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Један фајл није могао да се конвертује","Није могло да се конвертује %n фајла","Није могло да се конвертује %n фајлова"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Фајл је успешно конвертован","Успешно су конвертована %n фајла","Успешно је конвертовано %n фајлова"],
|
||||
"Files successfully converted" : "Фајлови су успешно конвертовани",
|
||||
"Converting file …" : "Фајл се конвертује",
|
||||
"Deletion cancelled" : "Брисање је отказано",
|
||||
"Edit locally" : "Уреди локално",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Није успела конверзија фајлова: {message}",
|
||||
"All files failed to be converted" : "Ниједан фајл није могао да се конвертује",
|
||||
"One file could not be converted: {message}" : "Један фајл није могао да се конвертује: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Један фајл није могао да се конвертује","Није могло да се конвертује %n фајла","Није могло да се конвертује %n фајлова"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Фајл је успешно конвертован","Успешно су конвертована %n фајла","Успешно је конвертовано %n фајлова"],
|
||||
"Files successfully converted" : "Фајлови су успешно конвертовани",
|
||||
"Failed to convert files" : "Није успела конверзија фајлова",
|
||||
"Converting file …" : "Фајл се конвертује …",
|
||||
"File successfully converted" : "Фајл је успешно конвертован",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Отвори у бочни панел за фајл",
|
||||
"Save as …" : "Сачувај као",
|
||||
"Converting files …" : "Фајлови се конвертују",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Један фајл није могао да се конвертује","Није могло да се конвертује %n фајла","Није могло да се конвертује %n фајлова"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Фајл је успешно конвертован","Успешно су конвертована %n фајла","Успешно је конвертовано %n фајлова"],
|
||||
"Files successfully converted" : "Фајлови су успешно конвертовани",
|
||||
"Converting file …" : "Фајл се конвертује",
|
||||
"Deletion cancelled" : "Брисање је отказано",
|
||||
"Edit locally" : "Уреди локално",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Kunde inte konvertera filer: {message}",
|
||||
"All files failed to be converted" : "Alla filer misslyckades med att konverteras",
|
||||
"One file could not be converted: {message}" : "En fil kunde inte konverteras: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunde inte konverteras","%n filer kunde inte konverteras"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["En fil har konverterats","%n filer har konverterats"],
|
||||
"Files successfully converted" : "Filerna har konverterats",
|
||||
"Failed to convert files" : "Det gick inte att konvertera filer",
|
||||
"Converting file …" : "Konverterar fil …",
|
||||
"File successfully converted" : "Filen har konverterats",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Öppna sidofältet för en fil",
|
||||
"Save as …" : "Spara som …",
|
||||
"Converting files …" : "Konverterar filer ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunde inte konverteras","%n filer kunde inte konverteras"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["En fil har konverterats","%n filer har konverterats"],
|
||||
"Files successfully converted" : "Filerna har konverterats",
|
||||
"Converting file …" : "Konverterar fil ...",
|
||||
"Deletion cancelled" : "Radering avbruten",
|
||||
"Edit locally" : "Redigera lokalt",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Kunde inte konvertera filer: {message}",
|
||||
"All files failed to be converted" : "Alla filer misslyckades med att konverteras",
|
||||
"One file could not be converted: {message}" : "En fil kunde inte konverteras: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunde inte konverteras","%n filer kunde inte konverteras"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["En fil har konverterats","%n filer har konverterats"],
|
||||
"Files successfully converted" : "Filerna har konverterats",
|
||||
"Failed to convert files" : "Det gick inte att konvertera filer",
|
||||
"Converting file …" : "Konverterar fil …",
|
||||
"File successfully converted" : "Filen har konverterats",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Öppna sidofältet för en fil",
|
||||
"Save as …" : "Spara som …",
|
||||
"Converting files …" : "Konverterar filer ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunde inte konverteras","%n filer kunde inte konverteras"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["En fil har konverterats","%n filer har konverterats"],
|
||||
"Files successfully converted" : "Filerna har konverterats",
|
||||
"Converting file …" : "Konverterar fil ...",
|
||||
"Deletion cancelled" : "Radering avbruten",
|
||||
"Edit locally" : "Redigera lokalt",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Imeshindwa kugeuza faili {message}",
|
||||
"All files failed to be converted" : "Faili zote zimeshindwa kugeuzwa",
|
||||
"One file could not be converted: {message}" : "Faili moja isingeweza kugeuzwa {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n faili zisingeweza kugeuzwa"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n faili zimegeuzwa kikamilifu"],
|
||||
"Files successfully converted" : "Faili zimegeuzwa kikamilifu",
|
||||
"Failed to convert files" : "Imeshindwa kugeuza faili",
|
||||
"Converting file …" : "Inabadilisha faili …",
|
||||
"File successfully converted" : "Faili imegeuzwa kikamilifu",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Fungua utepe kwa faili",
|
||||
"Save as …" : "Hifadhi kama",
|
||||
"Converting files …" : "Inageuza mafaili",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n faili zisingeweza kugeuzwa"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n faili zimegeuzwa kikamilifu"],
|
||||
"Files successfully converted" : "Faili zimegeuzwa kikamilifu",
|
||||
"Converting file …" : "Inageuza faili",
|
||||
"Deletion cancelled" : "Ufutaji umesitishwa",
|
||||
"Edit locally" : "Hariri kikawaida",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Imeshindwa kugeuza faili {message}",
|
||||
"All files failed to be converted" : "Faili zote zimeshindwa kugeuzwa",
|
||||
"One file could not be converted: {message}" : "Faili moja isingeweza kugeuzwa {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n faili zisingeweza kugeuzwa"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n faili zimegeuzwa kikamilifu"],
|
||||
"Files successfully converted" : "Faili zimegeuzwa kikamilifu",
|
||||
"Failed to convert files" : "Imeshindwa kugeuza faili",
|
||||
"Converting file …" : "Inabadilisha faili …",
|
||||
"File successfully converted" : "Faili imegeuzwa kikamilifu",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Fungua utepe kwa faili",
|
||||
"Save as …" : "Hifadhi kama",
|
||||
"Converting files …" : "Inageuza mafaili",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n faili zisingeweza kugeuzwa"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n faili zimegeuzwa kikamilifu"],
|
||||
"Files successfully converted" : "Faili zimegeuzwa kikamilifu",
|
||||
"Converting file …" : "Inageuza faili",
|
||||
"Deletion cancelled" : "Ufutaji umesitishwa",
|
||||
"Edit locally" : "Hariri kikawaida",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Dosyalar dönüştürülemedi: {message}",
|
||||
"All files failed to be converted" : "Tüm dosyalar dönüştürülemedi",
|
||||
"One file could not be converted: {message}" : "Bir dosya dönüştürülemedi: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Bir dosya dönüştürülemedi","%n dosya dönüştürülemedi"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Bir dosya dönüştürüldü","%n dosya dönüştürüldü"],
|
||||
"Files successfully converted" : "Dosyalar dönüştürüldü",
|
||||
"Failed to convert files" : "Dosyalar dönüştürülemedi",
|
||||
"Converting file …" : "Dosya dönüştürülüyor…",
|
||||
"File successfully converted" : "Dosya dönüştürüldü",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Bir dosyanın kenar çubuğunu açar",
|
||||
"Save as …" : "Farklı kaydet…",
|
||||
"Converting files …" : "Dosyalar dönüştürülüyor…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Bir dosya dönüştürülemedi","%n dosya dönüştürülemedi"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Bir dosya dönüştürüldü","%n dosya dönüştürüldü"],
|
||||
"Files successfully converted" : "Dosyalar dönüştürüldü",
|
||||
"Converting file …" : "Dosya dönüştürülüyor…",
|
||||
"Deletion cancelled" : "Silme iptal edildi",
|
||||
"Edit locally" : "Yerel olarak düzenle",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Dosyalar dönüştürülemedi: {message}",
|
||||
"All files failed to be converted" : "Tüm dosyalar dönüştürülemedi",
|
||||
"One file could not be converted: {message}" : "Bir dosya dönüştürülemedi: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Bir dosya dönüştürülemedi","%n dosya dönüştürülemedi"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Bir dosya dönüştürüldü","%n dosya dönüştürüldü"],
|
||||
"Files successfully converted" : "Dosyalar dönüştürüldü",
|
||||
"Failed to convert files" : "Dosyalar dönüştürülemedi",
|
||||
"Converting file …" : "Dosya dönüştürülüyor…",
|
||||
"File successfully converted" : "Dosya dönüştürüldü",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Bir dosyanın kenar çubuğunu açar",
|
||||
"Save as …" : "Farklı kaydet…",
|
||||
"Converting files …" : "Dosyalar dönüştürülüyor…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Bir dosya dönüştürülemedi","%n dosya dönüştürülemedi"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Bir dosya dönüştürüldü","%n dosya dönüştürüldü"],
|
||||
"Files successfully converted" : "Dosyalar dönüştürüldü",
|
||||
"Converting file …" : "Dosya dönüştürülüyor…",
|
||||
"Deletion cancelled" : "Silme iptal edildi",
|
||||
"Edit locally" : "Yerel olarak düzenle",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "Не вдалося конвертувати файли: {message}",
|
||||
"All files failed to be converted" : "Не вдалося конвертувати жодний файл",
|
||||
"One file could not be converted: {message}" : "Неможливо конвертувати один файл: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Неможливо конвертувати 1 файл","Неможливо конвертувати %n файли","Неможливо конвертувати %n файлів","Неможливо конвертувати %n файлів"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Успішно конвертовано 1 файл","Успішно конвертовано %n файли","Успішно конвертовано %n файлів","Успішно конвертовано %n файлів"],
|
||||
"Files successfully converted" : "Файли успішно конвертовано",
|
||||
"Failed to convert files" : "Не вдалося конвертувати файли",
|
||||
"Converting file …" : "Конвертування файлу ...",
|
||||
"File successfully converted" : "Файл успішно конвертовано",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "Відкрити бокове меню для файлу",
|
||||
"Save as …" : "Зберегти як ...",
|
||||
"Converting files …" : "Конвертування файлів ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Неможливо конвертувати 1 файл","Неможливо конвертувати %n файли","Неможливо конвертувати %n файлів","Неможливо конвертувати %n файлів"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Успішно конвертовано 1 файл","Успішно конвертовано %n файли","Успішно конвертовано %n файлів","Успішно конвертовано %n файлів"],
|
||||
"Files successfully converted" : "Файли успішно конвертовано",
|
||||
"Converting file …" : "Конвертування файлу ...",
|
||||
"Deletion cancelled" : "Вилучення скасовано",
|
||||
"Edit locally" : "Відкрити на пристрої",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "Не вдалося конвертувати файли: {message}",
|
||||
"All files failed to be converted" : "Не вдалося конвертувати жодний файл",
|
||||
"One file could not be converted: {message}" : "Неможливо конвертувати один файл: {message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Неможливо конвертувати 1 файл","Неможливо конвертувати %n файли","Неможливо конвертувати %n файлів","Неможливо конвертувати %n файлів"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Успішно конвертовано 1 файл","Успішно конвертовано %n файли","Успішно конвертовано %n файлів","Успішно конвертовано %n файлів"],
|
||||
"Files successfully converted" : "Файли успішно конвертовано",
|
||||
"Failed to convert files" : "Не вдалося конвертувати файли",
|
||||
"Converting file …" : "Конвертування файлу ...",
|
||||
"File successfully converted" : "Файл успішно конвертовано",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "Відкрити бокове меню для файлу",
|
||||
"Save as …" : "Зберегти як ...",
|
||||
"Converting files …" : "Конвертування файлів ...",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["Неможливо конвертувати 1 файл","Неможливо конвертувати %n файли","Неможливо конвертувати %n файлів","Неможливо конвертувати %n файлів"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["Успішно конвертовано 1 файл","Успішно конвертовано %n файли","Успішно конвертовано %n файлів","Успішно конвертовано %n файлів"],
|
||||
"Files successfully converted" : "Файли успішно конвертовано",
|
||||
"Converting file …" : "Конвертування файлу ...",
|
||||
"Deletion cancelled" : "Вилучення скасовано",
|
||||
"Edit locally" : "Відкрити на пристрої",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "无法转换文件:{message}",
|
||||
"All files failed to be converted" : "无法转换全部文件",
|
||||
"One file could not be converted: {message}" : "有一个文件无法转换:{message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["无法转换 %n 个文件"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["已成功转换 %n 个文件"],
|
||||
"Files successfully converted" : "文件已成功转换",
|
||||
"Failed to convert files" : "无法转换文件",
|
||||
"Converting file …" : "正在转换文件 …",
|
||||
"File successfully converted" : "文件已成功转换",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "在侧边栏打开文件",
|
||||
"Save as …" : "另存为…",
|
||||
"Converting files …" : "正在转换文件…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["无法转换 %n 个文件"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["已成功转换 %n 个文件"],
|
||||
"Files successfully converted" : "文件已成功转换",
|
||||
"Converting file …" : "正在转换文件…",
|
||||
"Deletion cancelled" : "删除已取消",
|
||||
"Edit locally" : "本地编辑",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "无法转换文件:{message}",
|
||||
"All files failed to be converted" : "无法转换全部文件",
|
||||
"One file could not be converted: {message}" : "有一个文件无法转换:{message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["无法转换 %n 个文件"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["已成功转换 %n 个文件"],
|
||||
"Files successfully converted" : "文件已成功转换",
|
||||
"Failed to convert files" : "无法转换文件",
|
||||
"Converting file …" : "正在转换文件 …",
|
||||
"File successfully converted" : "文件已成功转换",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "在侧边栏打开文件",
|
||||
"Save as …" : "另存为…",
|
||||
"Converting files …" : "正在转换文件…",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["无法转换 %n 个文件"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["已成功转换 %n 个文件"],
|
||||
"Files successfully converted" : "文件已成功转换",
|
||||
"Converting file …" : "正在转换文件…",
|
||||
"Deletion cancelled" : "删除已取消",
|
||||
"Edit locally" : "本地编辑",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "無法轉換檔案:{message}",
|
||||
"All files failed to be converted" : "所有檔案轉換失敗",
|
||||
"One file could not be converted: {message}" : "有一個檔案無法轉換:{message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n 個檔案無法轉換"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n 個檔案成功轉換"],
|
||||
"Files successfully converted" : "成功轉換檔案",
|
||||
"Failed to convert files" : "無法轉換檔案",
|
||||
"Converting file …" : "正在轉換檔案 ……",
|
||||
"File successfully converted" : "成功轉換檔案",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "開啟檔案側邊欄",
|
||||
"Save as …" : "另存為 ...",
|
||||
"Converting files …" : "正在轉換檔案 …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n 個檔案無法轉換"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n 個檔案成功轉換"],
|
||||
"Files successfully converted" : "成功轉換檔案",
|
||||
"Converting file …" : "正在轉換檔案 …",
|
||||
"Deletion cancelled" : "刪除已取消",
|
||||
"Edit locally" : "在近端編輯",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "無法轉換檔案:{message}",
|
||||
"All files failed to be converted" : "所有檔案轉換失敗",
|
||||
"One file could not be converted: {message}" : "有一個檔案無法轉換:{message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n 個檔案無法轉換"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n 個檔案成功轉換"],
|
||||
"Files successfully converted" : "成功轉換檔案",
|
||||
"Failed to convert files" : "無法轉換檔案",
|
||||
"Converting file …" : "正在轉換檔案 ……",
|
||||
"File successfully converted" : "成功轉換檔案",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "開啟檔案側邊欄",
|
||||
"Save as …" : "另存為 ...",
|
||||
"Converting files …" : "正在轉換檔案 …",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["%n 個檔案無法轉換"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["%n 個檔案成功轉換"],
|
||||
"Files successfully converted" : "成功轉換檔案",
|
||||
"Converting file …" : "正在轉換檔案 …",
|
||||
"Deletion cancelled" : "刪除已取消",
|
||||
"Edit locally" : "在近端編輯",
|
||||
|
||||
@@ -277,9 +277,6 @@ OC.L10N.register(
|
||||
"Failed to convert files: {message}" : "無法轉換檔案:{message}",
|
||||
"All files failed to be converted" : "所有檔案轉換失敗",
|
||||
"One file could not be converted: {message}" : "一個檔案無法轉換:{message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["無法轉換 %n 個檔案"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["成功轉換 %n 個檔案"],
|
||||
"Files successfully converted" : "檔案成功轉換",
|
||||
"Failed to convert files" : "轉換檔案失敗",
|
||||
"Converting file …" : "正在轉換檔案 ……",
|
||||
"File successfully converted" : "成功轉換檔案",
|
||||
@@ -431,6 +428,9 @@ OC.L10N.register(
|
||||
"Open the sidebar for a file" : "開啟檔案側邊欄",
|
||||
"Save as …" : "另存為……",
|
||||
"Converting files …" : "正在轉換檔案……",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["無法轉換 %n 個檔案"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["成功轉換 %n 個檔案"],
|
||||
"Files successfully converted" : "檔案成功轉換",
|
||||
"Converting file …" : "正在轉換檔案……",
|
||||
"Deletion cancelled" : "刪除已取消",
|
||||
"Edit locally" : "在本機編輯",
|
||||
|
||||
@@ -275,9 +275,6 @@
|
||||
"Failed to convert files: {message}" : "無法轉換檔案:{message}",
|
||||
"All files failed to be converted" : "所有檔案轉換失敗",
|
||||
"One file could not be converted: {message}" : "一個檔案無法轉換:{message}",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["無法轉換 %n 個檔案"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["成功轉換 %n 個檔案"],
|
||||
"Files successfully converted" : "檔案成功轉換",
|
||||
"Failed to convert files" : "轉換檔案失敗",
|
||||
"Converting file …" : "正在轉換檔案 ……",
|
||||
"File successfully converted" : "成功轉換檔案",
|
||||
@@ -429,6 +426,9 @@
|
||||
"Open the sidebar for a file" : "開啟檔案側邊欄",
|
||||
"Save as …" : "另存為……",
|
||||
"Converting files …" : "正在轉換檔案……",
|
||||
"_One file could not be converted_::_%n files could not be converted_" : ["無法轉換 %n 個檔案"],
|
||||
"_One file successfully converted_::_%n files successfully converted_" : ["成功轉換 %n 個檔案"],
|
||||
"Files successfully converted" : "檔案成功轉換",
|
||||
"Converting file …" : "正在轉換檔案……",
|
||||
"Deletion cancelled" : "刪除已取消",
|
||||
"Edit locally" : "在本機編輯",
|
||||
|
||||
@@ -80,13 +80,13 @@ export async function convertFiles(fileIds: number[], targetMimeType: string) {
|
||||
|
||||
// We already check above when all files failed
|
||||
// if we're here, we have a mix of failed and successful files
|
||||
showError(n('files', 'One file could not be converted', '%n files could not be converted', failed.length))
|
||||
showSuccess(n('files', 'One file successfully converted', '%n files successfully converted', fileIds.length - failed.length))
|
||||
showError(n('files', '%n file could not be converted', '%n files could not be converted', failed.length))
|
||||
showSuccess(n('files', '%n file converted', '%n files converted', fileIds.length - failed.length))
|
||||
return
|
||||
}
|
||||
|
||||
// All files converted
|
||||
showSuccess(t('files', 'Files successfully converted'))
|
||||
showSuccess(t('files', 'Files converted'))
|
||||
|
||||
// Extract files that are within the current directory
|
||||
// in batch mode, you might have files from different directories
|
||||
|
||||
@@ -5,6 +5,8 @@ OC.L10N.register(
|
||||
"Error configuring OAuth2" : "Errore di configurazione OAuth2",
|
||||
"Generate keys" : "Genera la chiavi",
|
||||
"Error generating key pair" : "Errore durante la generazione della coppia di chiavi",
|
||||
"You are not logged in" : "Non hai effettuato l'accesso",
|
||||
"Permission denied" : "Permesso negato",
|
||||
"Forbidden to manage local mounts" : "Gestione dei mount locali proibita",
|
||||
"Storage with ID \"%d\" not found" : "Archiviazione con ID \"%d\" non trovata",
|
||||
"Invalid backend or authentication mechanism class" : "Motore o classe del meccanismo di autenticazione non valido",
|
||||
@@ -101,6 +103,7 @@ OC.L10N.register(
|
||||
"Enter missing credentials" : "Digita le credenziali mancanti",
|
||||
"Credentials successfully set" : "Credenziali impostate correttamente",
|
||||
"Error while setting credentials: {error}" : "Errore durante l'impostazione delle credenziali: {error}",
|
||||
"Checking storage …" : "Controllo lo spazio …",
|
||||
"There was an error with this external storage." : "Si è verificato un errore con questa archiviazione esterna.",
|
||||
"We were unable to check the external storage {basename}" : "Non è stato possibile controllare l'archiviazione esterna {basename}",
|
||||
"Examine this faulty external storage configuration" : "Esamina questa configurazione errata di archiviazione esterna",
|
||||
@@ -130,11 +133,15 @@ OC.L10N.register(
|
||||
"Unknown backend: {backendName}" : "Backend sconosciuto: {backendName}",
|
||||
"Admin defined" : "Definito dall'amministratore",
|
||||
"Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Il controllo automatico dello stato è disabilitato a causa del numero elevato di archivi configurati, fai clic per controllare lo stato",
|
||||
"Are you sure you want to disconnect this external storage?" : "Sei sicuro di voler scollegare questa memoria esterna?",
|
||||
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Ciò renderà lo spazio di archiviazione non disponibile su {instanceName} e porterà alla cancellazione di questi file e cartelle su qualsiasi client di sincronizzazione attualmente connesso, ma non cancellerà alcun file o cartella presenti sullo spazio di archiviazione esterno stesso.",
|
||||
"Delete storage?" : "Vuoi eliminare l'archiviazione?",
|
||||
"Click to recheck the configuration" : "Clic per controllare di nuovo la configurazione",
|
||||
"Saved" : "Salvato",
|
||||
"Saving …" : "Salvataggio…",
|
||||
"Save" : "Salva",
|
||||
"Failed to save global credentials" : "Impossibile salvare le credenziali globali",
|
||||
"Failed to save global credentials: {message}" : "Impossibile salvare le credenziali globali: {message}",
|
||||
"No external storage configured or you don't have the permission to configure them" : "Nessuna archiviazione esterna configurata o non hai i permessi per configurarle",
|
||||
"Open documentation" : "Apri la documentazione",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services." : "Archiviazioni esterne ti consente di montare servizi di archiviazione esterna e dispositivi come dispositivi di archiviazione secondari di Nextcloud. Puoi anche permettere alle persone di montare i propri servizi di archiviazione esterna.",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
"Error configuring OAuth2" : "Errore di configurazione OAuth2",
|
||||
"Generate keys" : "Genera la chiavi",
|
||||
"Error generating key pair" : "Errore durante la generazione della coppia di chiavi",
|
||||
"You are not logged in" : "Non hai effettuato l'accesso",
|
||||
"Permission denied" : "Permesso negato",
|
||||
"Forbidden to manage local mounts" : "Gestione dei mount locali proibita",
|
||||
"Storage with ID \"%d\" not found" : "Archiviazione con ID \"%d\" non trovata",
|
||||
"Invalid backend or authentication mechanism class" : "Motore o classe del meccanismo di autenticazione non valido",
|
||||
@@ -99,6 +101,7 @@
|
||||
"Enter missing credentials" : "Digita le credenziali mancanti",
|
||||
"Credentials successfully set" : "Credenziali impostate correttamente",
|
||||
"Error while setting credentials: {error}" : "Errore durante l'impostazione delle credenziali: {error}",
|
||||
"Checking storage …" : "Controllo lo spazio …",
|
||||
"There was an error with this external storage." : "Si è verificato un errore con questa archiviazione esterna.",
|
||||
"We were unable to check the external storage {basename}" : "Non è stato possibile controllare l'archiviazione esterna {basename}",
|
||||
"Examine this faulty external storage configuration" : "Esamina questa configurazione errata di archiviazione esterna",
|
||||
@@ -128,11 +131,15 @@
|
||||
"Unknown backend: {backendName}" : "Backend sconosciuto: {backendName}",
|
||||
"Admin defined" : "Definito dall'amministratore",
|
||||
"Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Il controllo automatico dello stato è disabilitato a causa del numero elevato di archivi configurati, fai clic per controllare lo stato",
|
||||
"Are you sure you want to disconnect this external storage?" : "Sei sicuro di voler scollegare questa memoria esterna?",
|
||||
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Ciò renderà lo spazio di archiviazione non disponibile su {instanceName} e porterà alla cancellazione di questi file e cartelle su qualsiasi client di sincronizzazione attualmente connesso, ma non cancellerà alcun file o cartella presenti sullo spazio di archiviazione esterno stesso.",
|
||||
"Delete storage?" : "Vuoi eliminare l'archiviazione?",
|
||||
"Click to recheck the configuration" : "Clic per controllare di nuovo la configurazione",
|
||||
"Saved" : "Salvato",
|
||||
"Saving …" : "Salvataggio…",
|
||||
"Save" : "Salva",
|
||||
"Failed to save global credentials" : "Impossibile salvare le credenziali globali",
|
||||
"Failed to save global credentials: {message}" : "Impossibile salvare le credenziali globali: {message}",
|
||||
"No external storage configured or you don't have the permission to configure them" : "Nessuna archiviazione esterna configurata o non hai i permessi per configurarle",
|
||||
"Open documentation" : "Apri la documentazione",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services." : "Archiviazioni esterne ti consente di montare servizi di archiviazione esterna e dispositivi come dispositivi di archiviazione secondari di Nextcloud. Puoi anche permettere alle persone di montare i propri servizi di archiviazione esterna.",
|
||||
|
||||
@@ -217,6 +217,8 @@ OC.L10N.register(
|
||||
"Error, please enter proper password and/or expiration date" : "Errore, digita la password corretta e/o la data di scadenza",
|
||||
"Link share created" : "Collegamento alla condivisione creato ",
|
||||
"Error while creating the share" : "Errore durante la creazione della condivisione",
|
||||
"Your browser does not support copying, please copy the link manually:" : "Il tuo browser non supporta la copia, copia il link manualmente:",
|
||||
"Successfully copied public link" : "Link pubblico copiato con successo",
|
||||
"Please enter the following required information before creating the share" : "Digita le seguenti informazioni richieste prima di creare la condivisione",
|
||||
"Password protection (enforced)" : "Protezione con password (applicata)",
|
||||
"Password protection" : "Protezione con password",
|
||||
@@ -235,6 +237,8 @@ OC.L10N.register(
|
||||
"Can edit" : "Può modificare",
|
||||
"Custom permissions" : "Autorizzazioni personalizzate",
|
||||
"Resharing is not allowed" : "La ri-condivisione non è consentita",
|
||||
"Name or email …" : "Nome o email …",
|
||||
"Name, email, or Federated Cloud ID …" : "Nome, email o ID Cloud Federato …",
|
||||
"Searching …" : "Ricerca in corso …",
|
||||
"No elements found." : "Nessun elemento trovato.",
|
||||
"Search everywhere" : "Cerca ovunque",
|
||||
@@ -302,6 +306,7 @@ OC.L10N.register(
|
||||
"Link shares" : "Condivisioni dei link",
|
||||
"Shares" : "Condivisioni",
|
||||
"Share files within your organization. Recipients who can already view the file can also use this link for easy access." : "Condividi i file all'interno della tua organizzazione. Anche i destinatari che possono già visualizzare il file possono utilizzare questo link per accedervi facilmente.",
|
||||
"Share files with others outside your organization via public links and email addresses. You can also share to {productName} accounts on other instances using their federated cloud ID." : "Condividi file con altri utenti esterni alla tua organizzazione tramite link pubblici e indirizzi e-mail. Puoi anche condividere con account {productName} o su altre istanze utilizzando il loro ID cloud federato.",
|
||||
"Shares from apps or other sources which are not included in internal or external shares." : "Condivisioni da app o altre fonti non incluse nelle condivisioni interne o esterne.",
|
||||
"Type names, teams, federated cloud IDs" : "Digita nomi, team, ID cloud federati",
|
||||
"Type names or teams" : "Digita nomi o team",
|
||||
|
||||
@@ -215,6 +215,8 @@
|
||||
"Error, please enter proper password and/or expiration date" : "Errore, digita la password corretta e/o la data di scadenza",
|
||||
"Link share created" : "Collegamento alla condivisione creato ",
|
||||
"Error while creating the share" : "Errore durante la creazione della condivisione",
|
||||
"Your browser does not support copying, please copy the link manually:" : "Il tuo browser non supporta la copia, copia il link manualmente:",
|
||||
"Successfully copied public link" : "Link pubblico copiato con successo",
|
||||
"Please enter the following required information before creating the share" : "Digita le seguenti informazioni richieste prima di creare la condivisione",
|
||||
"Password protection (enforced)" : "Protezione con password (applicata)",
|
||||
"Password protection" : "Protezione con password",
|
||||
@@ -233,6 +235,8 @@
|
||||
"Can edit" : "Può modificare",
|
||||
"Custom permissions" : "Autorizzazioni personalizzate",
|
||||
"Resharing is not allowed" : "La ri-condivisione non è consentita",
|
||||
"Name or email …" : "Nome o email …",
|
||||
"Name, email, or Federated Cloud ID …" : "Nome, email o ID Cloud Federato …",
|
||||
"Searching …" : "Ricerca in corso …",
|
||||
"No elements found." : "Nessun elemento trovato.",
|
||||
"Search everywhere" : "Cerca ovunque",
|
||||
@@ -300,6 +304,7 @@
|
||||
"Link shares" : "Condivisioni dei link",
|
||||
"Shares" : "Condivisioni",
|
||||
"Share files within your organization. Recipients who can already view the file can also use this link for easy access." : "Condividi i file all'interno della tua organizzazione. Anche i destinatari che possono già visualizzare il file possono utilizzare questo link per accedervi facilmente.",
|
||||
"Share files with others outside your organization via public links and email addresses. You can also share to {productName} accounts on other instances using their federated cloud ID." : "Condividi file con altri utenti esterni alla tua organizzazione tramite link pubblici e indirizzi e-mail. Puoi anche condividere con account {productName} o su altre istanze utilizzando il loro ID cloud federato.",
|
||||
"Shares from apps or other sources which are not included in internal or external shares." : "Condivisioni da app o altre fonti non incluse nelle condivisioni interne o esterne.",
|
||||
"Type names, teams, federated cloud IDs" : "Digita nomi, team, ID cloud federati",
|
||||
"Type names or teams" : "Digita nomi o team",
|
||||
|
||||
@@ -7,11 +7,15 @@ OC.L10N.register(
|
||||
"This application enables people to restore files that were deleted from the system." : "Questa applicazione permette alle persone di ripristinare i file che sono stati eliminati dal sistema.",
|
||||
"This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Questa applicazione consente alle persone di ripristinare i file che sono stati eliminati dal sistema. Visualizza un elenco dei file eliminati nell'interfaccia web, e ha opzioni per ripristinare tali file nelle cartelle dei file delle persone o rimuoverli definitivamente dal sistema. Il ripristino di un file ripristina anche le versioni relative, se l'applicazione delle versioni è abilitata. Se un file è eliminato da una condivisione, può essere ripristinato allo stesso modo, nonostante non sia più condiviso. In modo predefinito, questi file restano nel cestino per 30 giorni.\nPer impedire a un account di rimanere senza spazio sul disco, l'applicazione File eliminati non utilizzerà più del 50% della quota libera attualmente disponibile. Se i file eliminati superano questo limite, l'applicazione elimina i file più datati fino a tornare sotto questo limite. Ulteriori informazioni sono disponibili nella documentazione di File eliminati.",
|
||||
"Restore" : "Ripristina",
|
||||
"Not enough free space to restore the file/folder" : "Non c'è abbastanza spazio libero per ripristinare i file/cartelle",
|
||||
"Empty deleted files" : "Svuota file cancellati",
|
||||
"Confirm permanent deletion" : "Conferma cancellazione permanente",
|
||||
"Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Sei sicuro di voler eliminare permanentemente tutti i file e le cartelle nel cestino? Questa operarazione non può essere annullata.",
|
||||
"Cancel" : "Annulla",
|
||||
"Original location" : "Percorso originale",
|
||||
"Deleted by" : "Eliminato da",
|
||||
"Deleted" : "Eliminati",
|
||||
"few seconds ago" : "alcuni secondi fa",
|
||||
"A long time ago" : "Molto tempo fa",
|
||||
"Unknown" : "Sconosciuto",
|
||||
"All files" : "Tutti i file",
|
||||
@@ -19,6 +23,8 @@ OC.L10N.register(
|
||||
"List of files that have been deleted." : "Lista di file che sono stati eliminati.",
|
||||
"No deleted files" : "Nessun file eliminato",
|
||||
"Files and folders you have deleted will show up here" : "I file e le cartelle che hai eliminato saranno mostrati qui",
|
||||
"All files have been permanently deleted" : "Tutti i file sono stati cancellati permanentemente",
|
||||
"Failed to empty deleted files" : "Impossibile svuotare i file cancellati",
|
||||
"Deletion cancelled" : "Eliminazione annullata"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -5,11 +5,15 @@
|
||||
"This application enables people to restore files that were deleted from the system." : "Questa applicazione permette alle persone di ripristinare i file che sono stati eliminati dal sistema.",
|
||||
"This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Questa applicazione consente alle persone di ripristinare i file che sono stati eliminati dal sistema. Visualizza un elenco dei file eliminati nell'interfaccia web, e ha opzioni per ripristinare tali file nelle cartelle dei file delle persone o rimuoverli definitivamente dal sistema. Il ripristino di un file ripristina anche le versioni relative, se l'applicazione delle versioni è abilitata. Se un file è eliminato da una condivisione, può essere ripristinato allo stesso modo, nonostante non sia più condiviso. In modo predefinito, questi file restano nel cestino per 30 giorni.\nPer impedire a un account di rimanere senza spazio sul disco, l'applicazione File eliminati non utilizzerà più del 50% della quota libera attualmente disponibile. Se i file eliminati superano questo limite, l'applicazione elimina i file più datati fino a tornare sotto questo limite. Ulteriori informazioni sono disponibili nella documentazione di File eliminati.",
|
||||
"Restore" : "Ripristina",
|
||||
"Not enough free space to restore the file/folder" : "Non c'è abbastanza spazio libero per ripristinare i file/cartelle",
|
||||
"Empty deleted files" : "Svuota file cancellati",
|
||||
"Confirm permanent deletion" : "Conferma cancellazione permanente",
|
||||
"Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Sei sicuro di voler eliminare permanentemente tutti i file e le cartelle nel cestino? Questa operarazione non può essere annullata.",
|
||||
"Cancel" : "Annulla",
|
||||
"Original location" : "Percorso originale",
|
||||
"Deleted by" : "Eliminato da",
|
||||
"Deleted" : "Eliminati",
|
||||
"few seconds ago" : "alcuni secondi fa",
|
||||
"A long time ago" : "Molto tempo fa",
|
||||
"Unknown" : "Sconosciuto",
|
||||
"All files" : "Tutti i file",
|
||||
@@ -17,6 +21,8 @@
|
||||
"List of files that have been deleted." : "Lista di file che sono stati eliminati.",
|
||||
"No deleted files" : "Nessun file eliminato",
|
||||
"Files and folders you have deleted will show up here" : "I file e le cartelle che hai eliminato saranno mostrati qui",
|
||||
"All files have been permanently deleted" : "Tutti i file sono stati cancellati permanentemente",
|
||||
"Failed to empty deleted files" : "Impossibile svuotare i file cancellati",
|
||||
"Deletion cancelled" : "Eliminazione annullata"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -623,7 +623,7 @@ class Storage {
|
||||
$version->delete();
|
||||
\OC_Hook::emit('\OCP\Versions', 'delete', ['path' => $internalPath, 'trigger' => self::DELETE_TRIGGER_RETENTION_CONSTRAINT]);
|
||||
} catch (NotPermittedException $e) {
|
||||
Server::get(LoggerInterface::class)->error("Missing permissions to delete version: {$internalPath}", ['app' => 'files_versions', 'exception' => $e]);
|
||||
Server::get(LoggerInterface::class)->error("Missing permissions to delete version for user {$uid}: {$internalPath}", ['app' => 'files_versions', 'exception' => $e]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ OC.L10N.register(
|
||||
"User is not a sub-admin of this group" : "Konto gehört nicht der Unteradministration dieser Gruppe an",
|
||||
"Email address not available" : "E-Mail-Adresse nicht verfügbar",
|
||||
"Sending email failed" : "Senden der E-Mail ist fehlgeschlagen",
|
||||
"Logged in account is not mail address owner" : "Das angemeldete Konto verfügt nicht über eine E-Mailadresse",
|
||||
"Logged in account is not mail address owner" : "Das angemeldete Konto verfügt nicht über eine E-Mail-Adresse",
|
||||
"Email confirmation" : "E-Mail-Bestätigung",
|
||||
"To enable the email address %s please click the button below." : "Um die E-Mail-Adresse %s zu bestätigen, auf die untenstehende Schaltfläche klicken.",
|
||||
"Confirm" : "Bestätigen",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"User is not a sub-admin of this group" : "Konto gehört nicht der Unteradministration dieser Gruppe an",
|
||||
"Email address not available" : "E-Mail-Adresse nicht verfügbar",
|
||||
"Sending email failed" : "Senden der E-Mail ist fehlgeschlagen",
|
||||
"Logged in account is not mail address owner" : "Das angemeldete Konto verfügt nicht über eine E-Mailadresse",
|
||||
"Logged in account is not mail address owner" : "Das angemeldete Konto verfügt nicht über eine E-Mail-Adresse",
|
||||
"Email confirmation" : "E-Mail-Bestätigung",
|
||||
"To enable the email address %s please click the button below." : "Um die E-Mail-Adresse %s zu bestätigen, auf die untenstehende Schaltfläche klicken.",
|
||||
"Confirm" : "Bestätigen",
|
||||
|
||||
@@ -30,7 +30,7 @@ OC.L10N.register(
|
||||
"User is not a sub-admin of this group" : "Benutzer ist kein Unteradministrator dieser Gruppe",
|
||||
"Email address not available" : "E-Mail-Adresse nicht verfügbar",
|
||||
"Sending email failed" : "Senden der E-Mail ist fehlgeschlagen",
|
||||
"Logged in account is not mail address owner" : "Das angemeldete Konto verfügt nicht über eine E-Mailadresse",
|
||||
"Logged in account is not mail address owner" : "Das angemeldete Konto verfügt nicht über eine E-Mail-Adresse",
|
||||
"Email confirmation" : "E-Mail-Bestätigung",
|
||||
"To enable the email address %s please click the button below." : "Um die E-Mail-Adresse %s zu bestätigen, klicken Sie bitte auf die untenstehende Schaltfläche.",
|
||||
"Confirm" : "Bestätigen",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"User is not a sub-admin of this group" : "Benutzer ist kein Unteradministrator dieser Gruppe",
|
||||
"Email address not available" : "E-Mail-Adresse nicht verfügbar",
|
||||
"Sending email failed" : "Senden der E-Mail ist fehlgeschlagen",
|
||||
"Logged in account is not mail address owner" : "Das angemeldete Konto verfügt nicht über eine E-Mailadresse",
|
||||
"Logged in account is not mail address owner" : "Das angemeldete Konto verfügt nicht über eine E-Mail-Adresse",
|
||||
"Email confirmation" : "E-Mail-Bestätigung",
|
||||
"To enable the email address %s please click the button below." : "Um die E-Mail-Adresse %s zu bestätigen, klicken Sie bitte auf die untenstehende Schaltfläche.",
|
||||
"Confirm" : "Bestätigen",
|
||||
|
||||
@@ -130,6 +130,7 @@ return array(
|
||||
'OCA\\Settings\\SetupChecks\\PushService' => $baseDir . '/../lib/SetupChecks/PushService.php',
|
||||
'OCA\\Settings\\SetupChecks\\RandomnessSecure' => $baseDir . '/../lib/SetupChecks/RandomnessSecure.php',
|
||||
'OCA\\Settings\\SetupChecks\\ReadOnlyConfig' => $baseDir . '/../lib/SetupChecks/ReadOnlyConfig.php',
|
||||
'OCA\\Settings\\SetupChecks\\RepairSanitizeSystemTagsAvailable' => $baseDir . '/../lib/SetupChecks/RepairSanitizeSystemTagsAvailable.php',
|
||||
'OCA\\Settings\\SetupChecks\\SchedulingTableSize' => $baseDir . '/../lib/SetupChecks/SchedulingTableSize.php',
|
||||
'OCA\\Settings\\SetupChecks\\SecurityHeaders' => $baseDir . '/../lib/SetupChecks/SecurityHeaders.php',
|
||||
'OCA\\Settings\\SetupChecks\\ServerIdConfig' => $baseDir . '/../lib/SetupChecks/ServerIdConfig.php',
|
||||
|
||||
@@ -145,6 +145,7 @@ class ComposerStaticInitSettings
|
||||
'OCA\\Settings\\SetupChecks\\PushService' => __DIR__ . '/..' . '/../lib/SetupChecks/PushService.php',
|
||||
'OCA\\Settings\\SetupChecks\\RandomnessSecure' => __DIR__ . '/..' . '/../lib/SetupChecks/RandomnessSecure.php',
|
||||
'OCA\\Settings\\SetupChecks\\ReadOnlyConfig' => __DIR__ . '/..' . '/../lib/SetupChecks/ReadOnlyConfig.php',
|
||||
'OCA\\Settings\\SetupChecks\\RepairSanitizeSystemTagsAvailable' => __DIR__ . '/..' . '/../lib/SetupChecks/RepairSanitizeSystemTagsAvailable.php',
|
||||
'OCA\\Settings\\SetupChecks\\SchedulingTableSize' => __DIR__ . '/..' . '/../lib/SetupChecks/SchedulingTableSize.php',
|
||||
'OCA\\Settings\\SetupChecks\\SecurityHeaders' => __DIR__ . '/..' . '/../lib/SetupChecks/SecurityHeaders.php',
|
||||
'OCA\\Settings\\SetupChecks\\ServerIdConfig' => __DIR__ . '/..' . '/../lib/SetupChecks/ServerIdConfig.php',
|
||||
|
||||
@@ -301,6 +301,10 @@ OC.L10N.register(
|
||||
"Could not check that your web server serves security headers correctly. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver Sicherheitsheader korrekt bereitstellt. Bitte überprüfe dies manuell.",
|
||||
"Could not check that your web server serves security headers correctly, unable to query `%s`" : "Es konnte nicht überprüft werden, ob dein Webserver Sicherheitsheader korrekt bereitstellt. Die Abfrage von `%s` ist nicht möglich",
|
||||
"Your server is correctly configured to send security headers." : "Der Server ist korrekt für das Senden von Sicherheitsheadern konfiguriert.",
|
||||
"Configuration server ID" : "Konfiguration Server-ID",
|
||||
"server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a serverid in your configuration." : "Die Server-ID ist nicht konfiguriert. Dies wird empfohlen, wenn deine Nextcloud-Instanz auf mehreren PHP-Servern läuft. Füge deiner Konfiguration eine Server-ID hinzu.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 1023." : "\"%d\" ist keine gültige Server-ID. Sie muss zwischen 0 und 1023 liegen.",
|
||||
"server identifier is configured and valid." : "Die Server-ID ist konfiguriert und gültig.",
|
||||
"Database version" : "Datenbankversion",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB Version 10.3 erkannt, diese Version hat das Ende ihres Lebenszyklus erreicht und wird nur noch als Teil von Ubuntu 20.04 unterstützt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird MariaDB >= %1$s und %2$s <= empfohlen.",
|
||||
"MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB-Version \"%1$s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird MariaDB >= %2$s und %3$s <= empfohlen.",
|
||||
|
||||
@@ -299,6 +299,10 @@
|
||||
"Could not check that your web server serves security headers correctly. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver Sicherheitsheader korrekt bereitstellt. Bitte überprüfe dies manuell.",
|
||||
"Could not check that your web server serves security headers correctly, unable to query `%s`" : "Es konnte nicht überprüft werden, ob dein Webserver Sicherheitsheader korrekt bereitstellt. Die Abfrage von `%s` ist nicht möglich",
|
||||
"Your server is correctly configured to send security headers." : "Der Server ist korrekt für das Senden von Sicherheitsheadern konfiguriert.",
|
||||
"Configuration server ID" : "Konfiguration Server-ID",
|
||||
"server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a serverid in your configuration." : "Die Server-ID ist nicht konfiguriert. Dies wird empfohlen, wenn deine Nextcloud-Instanz auf mehreren PHP-Servern läuft. Füge deiner Konfiguration eine Server-ID hinzu.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 1023." : "\"%d\" ist keine gültige Server-ID. Sie muss zwischen 0 und 1023 liegen.",
|
||||
"server identifier is configured and valid." : "Die Server-ID ist konfiguriert und gültig.",
|
||||
"Database version" : "Datenbankversion",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB Version 10.3 erkannt, diese Version hat das Ende ihres Lebenszyklus erreicht und wird nur noch als Teil von Ubuntu 20.04 unterstützt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird MariaDB >= %1$s und %2$s <= empfohlen.",
|
||||
"MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB-Version \"%1$s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird MariaDB >= %2$s und %3$s <= empfohlen.",
|
||||
|
||||
@@ -301,6 +301,10 @@ OC.L10N.register(
|
||||
"Could not check that your web server serves security headers correctly. Please check manually." : "Es konnte nicht überprüft werden, ob Ihr Webserver Sicherheitsheader korrekt bereitstellt. Bitte überprüfen Sie dies manuell.",
|
||||
"Could not check that your web server serves security headers correctly, unable to query `%s`" : "Es konnte nicht überprüft werden, ob Ihr Webserver Sicherheitsheader korrekt bereitstellt. Die Abfrage von `%s` ist nicht möglich",
|
||||
"Your server is correctly configured to send security headers." : "Ihr Server ist korrekt für das Senden von Sicherheitsheadern konfiguriert.",
|
||||
"Configuration server ID" : "Konfiguration Server-ID",
|
||||
"server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a serverid in your configuration." : "Die Server-ID ist nicht konfiguriert. Dies wird empfohlen, wenn Ihre Nextcloud-Instanz auf mehreren PHP-Servern läuft. Fügen Sie Ihrer Konfiguration eine Server-ID hinzu.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 1023." : "\"%d\" ist keine gültige Server-ID. Sie muss zwischen 0 und 1023 liegen.",
|
||||
"server identifier is configured and valid." : "Die Server-ID ist konfiguriert und gültig.",
|
||||
"Database version" : "Datenbankversion",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB Version 10.3 erkannt, diese Version hat das Ende ihres Lebenszyklus erreicht und wird nur noch als Teil von Ubuntu 20.04 unterstützt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird MariaDB >= %1$s und %2$s <= empfohlen.",
|
||||
"MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB-Version \"%1$s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird MariaDB >= %2$s und %3$s <= empfohlen.",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user