Blame view

sources/apps/documents/l10n/en_GB.php 4.13 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
  <?php $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
2
3
4
5
6
  "Format filter server is down or misconfigured" => "Format filter server is down or misconfigured",
  "Can't create document" => "Can't create document",
  "You don't have permission to rename this document" => "You don't have permission to rename this document",
  "An error occurred while changing directory." => "An error occurred whilst changing directory.",
  "Directory saved successfully." => "Directory saved successfully.",
d1bafeea1   Kload   [fix] Upgrade to ...
7
  "Documents" => "Documents",
6d9380f96   Cédric Dupont   Update sources OC...
8
9
  "Failed to load documents." => "Failed to load documents.",
  "No documents are found. Please upload or create a document!" => "No documents can be found. Please upload or create a document!",
d1bafeea1   Kload   [fix] Upgrade to ...
10
  "Share" => "Share",
6d9380f96   Cédric Dupont   Update sources OC...
11
  "Close" => "Close",
d1bafeea1   Kload   [fix] Upgrade to ...
12
13
14
  "No connection to server. Trying to reconnect." => "No connection to server. Trying to reconnect.",
  "Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead.",
  "Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "Failed to load this document. Please check if it can be opened with an external ODT editor. This might also mean it has been unshared or deleted recently.",
6d9380f96   Cédric Dupont   Update sources OC...
15
16
17
18
19
  "Save" => "Save",
  "Loading documents..." => "Loading documents...",
  "'.' is an invalid file name." => "'.' is an invalid file name.",
  "File name cannot be empty." => "File name cannot be empty.",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Invalid name: '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed.",
d1bafeea1   Kload   [fix] Upgrade to ...
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  "Align Left" => "Align Left",
  "Alignment" => "Alignment",
  "Align Right" => "Align Right",
  "Annotate" => "Annotate",
  "Background" => "Background",
  "Bold" => "Bold",
  "Bottom" => "Bottom",
  "Cancel" => "Cancel",
  "Center" => "Centre",
  "Clone" => "Clone",
  "Clone this Style" => "Clone this Style",
  "Color" => "Colour",
  "Create" => "Create",
  "Decrease Indent" => "Decrease Indent",
  "Default Style" => "Default Style",
  "Delete" => "Delete",
  "Family" => "Family",
  "Font" => "Font",
  "Font Effects" => "Font Effects",
  "Format" => "Format",
  "Increase Indent" => "Increase Indent",
  "Insert Image" => "Insert Image",
  "Invite Members" => "Invite Members",
  "Italic" => "Italic",
  "Justified" => "Justified",
  "Justify" => "Justify",
  "Left" => "Left",
  "Loading" => "Loading",
  "Members" => "Members",
  "New Name:" => "New Name:",
  "OK" => "OK",
  "Open" => "Open",
  "Options" => "Options",
  "Paragraph..." => "Paragraph...",
  "Paragraph Styles" => "Paragraph Styles",
  "Redo" => "Redo",
  "Right" => "Right",
d1bafeea1   Kload   [fix] Upgrade to ...
57
58
59
60
61
62
63
64
65
  "Size" => "Size",
  "Spacing" => "Spacing",
  "Strikethrough" => "Strikethrough",
  "Style" => "Style",
  "Text" => "Text",
  "Top" => "Top",
  "Underline" => "Underline",
  "Undo" => "Undo",
  "Unknown Author" => "Unknown Author",
6d9380f96   Cédric Dupont   Update sources OC...
66
67
68
69
70
71
72
73
74
75
  "Edit" => "Edit",
  "guest" => "guest",
  "MS Word support (requires openOffice/libreOffice)" => "MS Word support (requires openOffice/libreOffice)",
  "Local" => "Local",
  "openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php" => "openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php",
  "External" => "External",
  "openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice is installed on external server running a format filter server",
  "scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
  "Server URL" => "Server URL",
  "Apply" => "Apply",
d1bafeea1   Kload   [fix] Upgrade to ...
76
  "New document" => "New document",
6d9380f96   Cédric Dupont   Update sources OC...
77
  "Upload (max. %s)" => "Upload (max. %s)",
d1bafeea1   Kload   [fix] Upgrade to ...
78
79
80
81
  "Upload" => "Upload",
  "Save new documents to" => "Save new documents to",
  "Wrong password. Please retry." => "Incorrect password. Please try again.",
  "Password" => "Password",
6d9380f96   Cédric Dupont   Update sources OC...
82
  "Guest %s" => "Guest %s",
d1bafeea1   Kload   [fix] Upgrade to ...
83
84
85
86
  "This link has been expired or is never existed. Please contact the person who shared it with you for details." => "This link has expired or is incorrect. Please contact the person who shared it with you for details.",
  "Advanced feature-set" => "Advanced feature-set",
  "(Unstable)" => "(Unstable)"
  );