-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
de: | ||
SilverStripe\GridfieldQueuedExport\Forms\GridFieldQueuedExportButton: | ||
ERROR_GENERAL: 'Beim Export der CSV Datei ist ein Fehler aufgetreten.' | ||
SilverStripe\GridfieldQueuedExport\GridFieldQueuedExportButton: | ||
AVAILABLE: 'Ihr Export ist verfügbar.' | ||
CANCELLED: 'Der Export wurde abgebrochen.' | ||
DOWNLOAD_CSV: 'Klicken Sie hier um die Datei als CSV herunter zu laden.' | ||
EXPORTED_COUNT: '{count} von {total} Datensätzen exportiert.' | ||
PREPARING_EXPORT: 'Export in Vorbereitung. Diese Seite wird automatisch aktualisiert, wenn der Export bereit steht. Wenn gewünscht, können diese Seite zu Ihren Lesezeichen hinzufügen und später wiederkehren.' | ||
RETURN: 'Zu {name} zurückkehren' | ||
SilverStripe\GridfieldQueuedExport\Forms\GridFieldQueuedExportButton: | ||
ERROR_GENERAL: 'Beim Export der CSV Datei ist ein Fehler aufgetreten.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
ru: | ||
SilverStripe\GridfieldQueuedExport\Forms\GridFieldQueuedExportButton: | ||
ERROR_GENERAL: 'Извините, произошла ошибка экспорта CSV' | ||
SilverStripe\GridfieldQueuedExport\GridFieldQueuedExportButton: | ||
AVAILABLE: 'Экспортированные данные готовы.' | ||
CANCELLED: 'Задача экспорта отменена' | ||
DOWNLOAD_CSV: 'Нажмите для скачивания CSV-файла.' | ||
EXPORTED_COUNT: 'экспортировано {count} из {total} записей' | ||
PREPARING_EXPORT: 'Подготовка к экспорту. Страница автоматически обновиться когда экспортные данные будут готовы.' | ||
RETURN: 'Вернуться к {name}' | ||
SilverStripe\GridfieldQueuedExport\Forms\GridFieldQueuedExportButton: | ||
ERROR_GENERAL: 'Извините, произошла ошибка экспорта CSV' |