mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
- fixed typos
This commit is contained in:
parent
176d5d59b1
commit
69a0fe8f5a
|
@ -9,7 +9,7 @@
|
||||||
// the Free Software Foundation; either version 2 of the License, or
|
// the Free Software Foundation; either version 2 of the License, or
|
||||||
// (at your option) any later version.
|
// (at your option) any later version.
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful,application/force-download
|
// This program is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
@ -471,10 +471,10 @@ $text["removed_file_email"] = "Removed attachment";
|
||||||
$text["document_deleted"] = "Document deleted";
|
$text["document_deleted"] = "Document deleted";
|
||||||
$text["linked_files"] = "Attachments";
|
$text["linked_files"] = "Attachments";
|
||||||
$text["invalid_file_id"] = "Invalid file ID";
|
$text["invalid_file_id"] = "Invalid file ID";
|
||||||
$text["rm_file"] = "Remove file";
|
$text["rm_file"] = "Remove file";
|
||||||
$text["confirm_rm_file"] = "Do you really want to remove file \"[name]\" of document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
|
$text["confirm_rm_file"] = "Do you really want to remove file \"[name]\" of document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
|
||||||
|
|
||||||
$text["backup_tools"] = "Backup tools";
|
$text["backup_tools"] = "Backup tools";
|
||||||
$text["versioning_file_creation"] = "Versioning file creation";
|
$text["versioning_file_creation"] = "Versioning file creation";
|
||||||
$text["archive_creation"] = "Archive creation";
|
$text["archive_creation"] = "Archive creation";
|
||||||
$text["files_deletion"] = "Files deletion";
|
$text["files_deletion"] = "Files deletion";
|
||||||
|
@ -492,7 +492,7 @@ $text["storage_size"] = "Storage size";
|
||||||
$text["backup_list"] = "Existings backup list";
|
$text["backup_list"] = "Existings backup list";
|
||||||
$text["backup_remove"] = "Remove backup file";
|
$text["backup_remove"] = "Remove backup file";
|
||||||
$text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?<br>Be careful: This action cannot be undone.";
|
$text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?<br>Be careful: This action cannot be undone.";
|
||||||
|
|
||||||
$text["edit_comment"] = "Edit comment";
|
$text["edit_comment"] = "Edit comment";
|
||||||
|
|
||||||
// new from 1.9
|
// new from 1.9
|
||||||
|
|
Loading…
Reference in New Issue
Block a user