Revision dbda14c2
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
# -*- coding: utf-8; -*- |
3 |
# vim: fenc=UTF-8
|
|
3 |
# vim: fenc=utf-8
|
|
4 | 4 |
|
5 | 5 |
use utf8; |
6 | 6 |
|
... | ... | |
2457 | 2457 |
'You should create a backup of the database before proceeding because the backup might not be reversible.' => 'Sie sollten eine Sicherungskopie der Datenbank erstellen, bevor Sie fortfahren, da die Aktualisierung unter Umständen nicht umkehrbar ist.', |
2458 | 2458 |
'You\'re not editing a file.' => 'Sie bearbeiten momentan keine Datei.', |
2459 | 2459 |
'You\'ve already chosen the following limitations:' => 'Sie haben bereits die folgenden Einschränkungen vorgenommen:', |
2460 |
'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure kivitendo to use UTF-8 as well.' => 'Ihre PostgreSQL-Installation benutzt UTF-8 als Zeichensatz. Sie müssen deshalb kivitendo so konfigurieren, dass es ebenfalls UTF-8 als Zeichensatz benutzt.',
|
|
2460 |
'Your PostgreSQL installationen does not use Unicode as its encoding. This is not supported anymore.' => 'Ihre PostgreSQL-Installation benutzt ein anderes Encoding als Unicode. Dies wird nicht mehr unterstützt.',
|
|
2461 | 2461 |
'Your TODO list' => 'Ihre Aufgabenliste', |
2462 | 2462 |
'Your account number' => 'Ihre Kontonummer', |
2463 | 2463 |
'Your bank' => 'Der Name Ihrer Bank', |
Auch abrufbar als: Unified diff
Unterstützung für andere Datenbankencodings als Unicode/UTF-8 entfernt