Skip to content

Commit 752eba1

Browse files
committed
Add upload help
1 parent f6e199f commit 752eba1

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

src/i18n.php

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,46 @@
494494
'de' => 'Bitte benutze eine aktuelle Version von Chrome, Edge, Firefox oder Safari.',
495495
'en' => 'Please use a current version of Chrome, Edge, Firefox or Safari.',
496496
),
497+
'upload_move_help' => array(
498+
'de' => 'Zum Verschieben-Modus wechseln',
499+
'en' => 'Switch to Drag Mode',
500+
),
501+
'upload_crop_help' => array(
502+
'de' => 'Zum Ausschneiden-Modus wechseln',
503+
'en' => 'Switch to Crop Mode',
504+
),
505+
'upload_rotate_left_help' => array(
506+
'de' => 'Bild 90 Grad nach links drehen',
507+
'en' => 'Rotate image left by 90 degrees',
508+
),
509+
'upload_rotate_right_help' => array(
510+
'de' => 'Bild 90 Grad nach rechts drehen',
511+
'en' => 'Rotate image right by 90 degrees',
512+
),
513+
'upload_flip_horizontally_help' => array(
514+
'de' => 'Bild horizontal spiegeln',
515+
'en' => 'Flip image horizontally',
516+
),
517+
'upload_flip_vertically_help' => array(
518+
'de' => 'Bild vertikal spiegeln',
519+
'en' => 'Flip image vertically',
520+
),
521+
'upload_import_help' => array(
522+
'de' => 'Bild von der Festplatte öffnen',
523+
'en' => 'Load image from disk',
524+
),
525+
'upload_reset_help' => array(
526+
'de' => 'Änderungen rückgängig machen',
527+
'en' => 'Reset all changes',
528+
),
529+
'upload_delete_help' => array(
530+
'de' => 'Dieses Bild vom Server löschen',
531+
'en' => 'Delete this image from server',
532+
),
533+
'upload_save_help' => array(
534+
'de' => 'Dieses Bild auf dem Server speichern',
535+
'en' => 'Save this image to the server',
536+
),
497537
/* Copy these 4 lines
498538
'' => array(
499539
'de' => '',

0 commit comments

Comments
 (0)