From 211fe3ada51096f5e2157a9598af6421c3e968d5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 30 Oct 2017 10:41:50 +0100 Subject: [PATCH] Add unintentionally removed localization labels on last update --- plugins/kolab_files/localization/en_US.inc | 14 +++++++++++--- plugins/kolab_folders/localization/en_US.inc | 2 ++ plugins/libcalendaring/localization/en_US.inc | 2 ++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/plugins/kolab_files/localization/en_US.inc b/plugins/kolab_files/localization/en_US.inc index 5c131e1c..12a0211e 100644 --- a/plugins/kolab_files/localization/en_US.inc +++ b/plugins/kolab_files/localization/en_US.inc @@ -23,6 +23,7 @@ $labels['foldercreate'] = 'Create folder'; $labels['folderedit'] = 'Edit folder'; $labels['foldermount'] = 'Add storage'; $labels['folderdelete'] = 'Delete folder'; +$labels['folderoptions'] = 'Folder options'; $labels['folderinside'] = 'Insert inside'; $labels['foldername'] = 'Folder name'; @@ -50,6 +51,7 @@ $labels['copyfile'] = 'Copy a file'; $labels['copyandedit'] = 'Copy and Edit'; $labels['documenttitle'] = 'Title:'; $labels['close'] = 'Close'; +$labels['docedit'] = 'Document editing'; $labels['collection_audio'] = 'Audio'; $labels['collection_video'] = 'Video'; @@ -143,9 +145,9 @@ $labels['comment'] = 'Comment'; $labels['open'] = 'Open'; $labels['request'] = 'Request an invitation'; $labels['invitationtitle'] = 'Invitation for $file'; -$labels['ivitationaccepting'] = 'Accepting an invitation...'; -$labels['ivitationdeclining'] = 'Declining an invitation...'; -$labels['ivitationrequesting'] = 'Requesting an invitation...'; +$labels['invitationaccepting'] = 'Accepting an invitation...'; +$labels['invitationdeclining'] = 'Declining an invitation...'; +$labels['invitationrequesting'] = 'Requesting an invitation...'; $labels['storepasswords'] = 'remember password'; $labels['storepasswordsdesc'] = 'Stored passwords will be encrypted. Enable this if you do not want to be asked for the password on every login or you want this storage to be available via WebDAV.'; @@ -168,6 +170,12 @@ $labels['arialabelfilesavedialog'] = 'File(s) saving dialog'; $labels['arialabelfileprops'] = 'File properties'; $labels['arialabelfilecontent'] = 'File content'; $labels['arialabelfileeditdialog'] = 'File editing dialog'; +$labels['arialabelsessionslist'] = 'List of document editing sessions'; +$labels['arialabelfilerenameform'] = 'File rename form'; +$labels['arialabelfilesessiondialog'] = 'Document editing session'; +$labels['arialabelcollaborators'] = 'List of document editors'; +$labels['arialabelexportoptions'] = 'Export options'; +$labels['arialabeldoceditorsdialog'] = 'Document editors (invitations)'; $labels['type.plain'] = 'Plain Text Document'; $labels['type.vndoasisopendocumenttext'] = 'Text Document (ODF)'; diff --git a/plugins/kolab_folders/localization/en_US.inc b/plugins/kolab_folders/localization/en_US.inc index 0c234d65..a7268311 100644 --- a/plugins/kolab_folders/localization/en_US.inc +++ b/plugins/kolab_folders/localization/en_US.inc @@ -30,6 +30,8 @@ $labels['wastebasket'] = 'Trash'; $labels['junkemail'] = 'Junk'; $labels['confidential'] = 'Confidential'; $labels['private'] = 'Private'; +$labels['folderexpire'] = 'Delete messages older than'; +$labels['xdays'] = '$x days'; $messages['defaultfolderexists'] = 'There is already default folder of specified type'; diff --git a/plugins/libcalendaring/localization/en_US.inc b/plugins/libcalendaring/localization/en_US.inc index bbdcc2bd..8dfd340a 100644 --- a/plugins/libcalendaring/localization/en_US.inc +++ b/plugins/libcalendaring/localization/en_US.inc @@ -175,6 +175,8 @@ $labels['delegateinvitation'] = 'Delegate Invitation'; $labels['delegateto'] = 'Delegate to'; $labels['delegatersvpme'] = 'Keep me informed about updates of this incidence'; $labels['delegateinvalidaddress'] = 'Please enter a valid email address for the delegate'; +$labels['delegatedto'] = 'Delegated to:'; +$labels['delegatedfrom'] = 'Delegated from:'; $labels['savingdata'] = 'Saving data...';