Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit dacff23

Browse files
committed
Updated translations
1 parent ef01617 commit dacff23

File tree

38 files changed

+229
-164
lines changed

38 files changed

+229
-164
lines changed

core/src/plugins/access.ajxp_conf/ajxp_confActions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
</div>
183183
<div id="driver_form" style="margin-top:32px;"></div>
184184
<div class="dialogButtons" style="direction:rtl;">
185-
<input type="submit" class="dialogButton" id="submit_create_repo" value="Next" class="button" onclick="return false;">
186-
<input type="button" class="dialogButton" value="Cancel" class="button" onclick="hideLightBox();return false;">
185+
<input type="submit" class="dialogButton" id="submit_create_repo" value="AJXP_MESSAGE[179]" class="button" onclick="return false;">
186+
<input type="button" class="dialogButton" value="AJXP_MESSAGE[49]" class="button" onclick="hideLightBox();return false;">
187187
</div>
188188
</div>
189189
]]></clientForm>

core/src/plugins/access.ajxp_home/res/i18n/conf/de.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"URL of the windows sync application" => "URL zum Windows-Sync-Client (leave empty if you want to hide the block)",
3434
"Mac PydioSync URL" => "URL zum Mac-Sync-Client",
3535
"URL of the mac sync application" => "URL zum Mac-Sync-Client (leave empty if you want to hide the block)",
36-
"Enable Global Search" => "Enable Global Search",
37-
"Enable cross-workspaces search form on home page" => "Enable cross-workspaces search form on home page",
38-
"Display Server QRCode"=>"Display Server QRCode",
39-
"Let users connect easily to the latest mobile applications by displaying a QRCode"=>"Let users connect easily to the latest mobile applications by displaying a QRCode",
36+
"Enable Global Search" => "Globale Suche aktivieren",
37+
"Enable cross-workspaces search form on home page" => "Arbeitsumgebungs übergreifende Suche auf der Willkommen-Seite",
38+
"Display Server QRCode"=>"Server-QRCode anzeigen",
39+
"Let users connect easily to the latest mobile applications by displaying a QRCode"=>"Benutzer können, mit den Apps, diesen QRCode scannen um eine Verbindung zum Server zu konfigurieren",
4040
);

core/src/plugins/access.ajxp_home/res/i18n/de.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"42"=> "Öffnen",
2828
"43"=> "Mein Profil",
2929
"43t"=> "Alle meine persönlichen Dateien",
30-
"44"=> "Mein Konto",
30+
"44"=> "Mein Benutzerkonto",
3131
"45"=> "Persönliche Daten",
3232
"46"=> "Adressbuch",
3333
"47"=> "Benutzer und Teams, die Sie erstellt haben",
@@ -84,10 +84,10 @@
8484
"69"=> "Sync-Client für Mac OSX herunterladen",
8585
"70"=> "App für iOS-Geräte",
8686
"71"=> "App für Android-Geräte",
87-
"72" => "Server QRCode",
88-
"73" => "Easily connect your mobile applications",
89-
"74" => "Scan this QRCode with your mobile application to easily configure the connection",
90-
"75"=> "Search all files...",
91-
"76" => "Access the %1 through the top-right menu",
92-
"77" => "admin dashboard",
87+
"72" => "Server-QRCode",
88+
"73" => "App schnell verbinden",
89+
"74" => "Scannen Sie diesen QRCode um die Verbindung zum Server zu konfigurieren",
90+
"75"=> "Alle Dateien durchsuchen...",
91+
"76" => "Über das Menü oben rechts können Sie auf die %1 zugreifen",
92+
"77" => "Einstellungen",
9393
);

core/src/plugins/access.fs/i18n/conf/de.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"Use php POSIX extension to read files permissions. Only works on *nix systems." => "Verwenden Sie php-POSIX Erweiterungen um Dateiberechtigungen zu lesen. Funktioniert nur auf *nix-Systemen",
4444
"X-Accel-Redirect Active" => "X-Accel-Redirect aktiviert",
4545
"Delegates all download operations to nginx using the X-Accel-Redirect header. Warning, you have to add some configuration in nginx, like X-Accel-Mapping" => "Überträgt alle Download-Operationen über den X-Accel-Redirect Header an nginx. Warnung: Sie müssen Ihre nginx-Konfiguration erweitern, etwa X-Accel-Mapping",
46-
"Zip downloading files on the fly" => "Zip downloading files on the fly",
47-
"Directly write the zip file to an output stream which is connected to the user's browser." => "Directly write the zip file to an output stream which is connected to the user's browser.",
46+
"Zip downloading files on the fly" => "Zip-Dateien direkt herunterladen",
47+
"Directly write the zip file to an output stream which is connected to the user's browser." => "Zip-Dateien direkt an den Browser des Benutzers übertragen.",
4848
);

core/src/plugins/access.inbox/res/i18n/de.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"13" => "Für Sie freigegebene Dateien",
1919
"14" => "In eine Arbeitsumgebung kopieren",
2020
"15" => "Die Datei in eine der eigenen Arbeitsumgebungen kopieren",
21-
"16" => "Total",
22-
"17" => "New",
21+
"16" => "Summe",
22+
"17" => "Neu",
2323
);

core/src/plugins/access.sftp_psl/i18n/conf/de.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"Path" => "Pfad",
2929
"Real path to the root folder on the server" => "Absoluter Pfad zum Hauptordner auf dem Server",
3030
"Fix Permissions" => "Berechtigungen korrigieren",
31-
"How to handle remote permissions to be used by PHP as local permissions. See manual." => "Wie die Serverrechte durch PHP als lokale Rechte verwendet werden. Siehe Anleitung."
31+
"How to handle remote permissions to be used by PHP as local permissions. See manual." => "Wie die Serverrechte durch PHP als lokale Rechte verwendet werden. Siehe Anleitung.",
3232
);

core/src/plugins/access.swift/i18n/conf/de.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"Username" => "Benutzername",
2525
"User email as you enter it to log to the console" => "E-Mail-Adresse für den Login auf der Konsole",
2626
"Console Password" => "Passwort",
27-
"Tenant ID" => "Tenant ID",
27+
"Tenant ID" => "Tenant-ID",
2828
"Tenant ID (see API Keys page)" => "Tenant ID (siehe API-Dokumentation)",
2929
"Endpoint" => "Endpoint",
3030
"Endpoint (see API Keys page, Identity endpoint)" => "Endpoint (siehe API-Dokumentation)",
3131
"Region" => "Region",
3232
"Your region identifier" => "Identifikatur für die Region",
3333
"Container" => "Container",
3434
"Base Container" => "Der Basis-Container",
35-
"Console password" => "Console password",
35+
"Console password" => "Consolen-Passwort",
3636
);

core/src/plugins/access.webdav/i18n/conf/de.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"File Creation Mask" => "Maske für Dateirechte",
2929
"Optionnaly apply a chmod operation. Value must be numeric, like 0777, 0644, etc." => "Optional kann eine chmod-Operation durchführt werden. Die Werte müssen nummerisch sein (bsp. 0777, 0644, etc.).",
3030
"WebDAV" => "WebDAV",
31-
"Access WebDAV through Guzzle and SabreDAV" => "Access WebDAV through Guzzle and SabreDAV",
31+
"Access WebDAV through Guzzle and SabreDAV" => "Mit Guzzle oder SabreDAV per WebDAV zugreifen",
3232
);

core/src/plugins/action.scheduler/i18n/de.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"17d" => "Kommagetrennte Liste mit Benutzern oder Wildcard * damit die Aufgabe für alle Benutzer ausgeführt wird.",
5151
"18" => "Aufgabenplanung",
5252
"18d" => "Cron-ähnliche Aufgabenplanung",
53-
"18e" => "Aufgabenplanung (disabled)",
53+
"18e" => "Aufgabenplanung (Deaktiviert)",
5454
"19" => "Aufgabe löschen",
5555
"19d" => "Aufgabe nicht mehr ausführen und löschen",
5656
"20" => "Crontab-Eintrag generieren",
@@ -59,6 +59,6 @@
5959
"22" => "Aufgabenplanung, um bestimmte Aufgaben regelmäßig zu starten. Benötigt die PHP-Kommandozeile und Crontab oder ein ähnliches System.",
6060
"23" => "Grundeinstellungen",
6161
"24" => "Parameter",
62-
"25" => "Stop Job",
63-
"26" => "Stop running job",
62+
"25" => "Aufgabe beenden",
63+
"26" => "Laufende Aufgabe beenden",
6464
);

core/src/plugins/action.share/res/i18n/conf/de.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
"Disable Folder Sharing" => "Freigabe von Ordnern deaktivieren",
7171
"Set password mandatory" => "Passwort als Pflichtfeld",
7272
"Do not allow users to create public links, only private links (password-protected)" => "Es ist nicht mögich, öffentliche Links zu erstellen, sondern nur welche mit Passwortschutz.",
73-
"Authorizations" => "Authorizations",
74-
"Allow users to generate public links on files" => "Allow users to generate public links on files",
75-
"Files: enable public links" => "Files: enable public links",
76-
"Enable internal file sharing (sharing with users existing or temporary users)" => "Enable internal file sharing (sharing with users existing or temporary users)",
77-
"Files: enable internal sharing" => "Files: enable internal sharing",
78-
"Allow users to generate public links on folders" => "Allow users to generate public links on folders",
79-
"Folders: enable public links" => "Folders: enable public links",
80-
"Enable internal folder sharing (sharing with users existing or temporary users)" => "Enable internal folder sharing (sharing with users existing or temporary users)",
81-
"Folders: enable internal sharing" => "Folders: enable internal sharing",
82-
"Internal Sharing" => "Internal Sharing",
73+
"Authorizations" => "Autorisierung",
74+
"Allow users to generate public links on files" => "Benutzer dürfen öffentliche Links zu Dateien erstellen",
75+
"Files: enable public links" => "Dateien: Öffentliche Links aktivieren",
76+
"Enable internal file sharing (sharing with users existing or temporary users)" => "Interne Freigaben aktivieren (Freigaben für existierende oder temporäre Benutzer)",
77+
"Files: enable internal sharing" => "Dateien: Interne Freigaben aktivieren",
78+
"Allow users to generate public links on folders" => "Benutzer dürfen öffentliche Links zu Ordnern erstellen",
79+
"Folders: enable public links" => "Ordner: Öffentliche Links aktivieren",
80+
"Enable internal folder sharing (sharing with users existing or temporary users)" => "Interne Freigaben aktivieren (Freigaben für existierende oder temporäre Benutzer)",
81+
"Folders: enable internal sharing" => "Ordner: Interne Freigaben aktivieren",
82+
"Internal Sharing" => "Interne Freigaben",
8383
);

0 commit comments

Comments
 (0)