[364] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[8728] | 3 | // | Piwigo - a PHP based photo gallery | |
---|
[2297] | 4 | // +-----------------------------------------------------------------------+ |
---|
[19703] | 5 | // | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | |
---|
[2297] | 6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
| 7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
| 8 | // +-----------------------------------------------------------------------+ |
---|
| 9 | // | This program is free software; you can redistribute it and/or modify | |
---|
| 10 | // | it under the terms of the GNU General Public License as published by | |
---|
| 11 | // | the Free Software Foundation | |
---|
| 12 | // | | |
---|
| 13 | // | This program is distributed in the hope that it will be useful, but | |
---|
| 14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
| 15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
| 16 | // | General Public License for more details. | |
---|
| 17 | // | | |
---|
| 18 | // | You should have received a copy of the GNU General Public License | |
---|
| 19 | // | along with this program; if not, write to the Free Software | |
---|
| 20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
| 21 | // | USA. | |
---|
| 22 | // +-----------------------------------------------------------------------+ |
---|
[9514] | 23 | /* |
---|
| 24 | Language Name: English [UK] |
---|
[20876] | 25 | Version: 2.5.0 |
---|
[9514] | 26 | Language URI: http://piwigo.org/ext/extension_view.php?eid=417 |
---|
| 27 | Author: Piwigo team |
---|
| 28 | Author URI: http://piwigo.org |
---|
| 29 | */ |
---|
[364] | 30 | |
---|
[5156] | 31 | $lang_info['language_name'] = "English"; |
---|
| 32 | $lang_info['country'] = "Great Britain"; |
---|
| 33 | $lang_info['direction'] = "ltr"; |
---|
| 34 | $lang_info['code'] = "en"; |
---|
[12693] | 35 | $lang_info['zero_plural'] = true; |
---|
[1361] | 36 | |
---|
[5156] | 37 | |
---|
[6951] | 38 | $lang['%d album updated'] = "%d album updated"; |
---|
| 39 | $lang['%d albums updated'] = "%d albums updated"; |
---|
[5156] | 40 | $lang['%d comment to validate'] = "%d comment to validate"; |
---|
[11839] | 41 | $lang['%d comment'] = "%d comment"; |
---|
[5156] | 42 | $lang['%d comments to validate'] = "%d comments to validate"; |
---|
| 43 | $lang['%d comments'] = "%d comments"; |
---|
| 44 | $lang['%d hit'] = "%d hit"; |
---|
| 45 | $lang['%d hits'] = "%d hits"; |
---|
[22751] | 46 | $lang['%d Kb'] = '%d KB'; |
---|
[11839] | 47 | $lang['%d new comment'] = "%d new comment"; |
---|
| 48 | $lang['%d new comments'] = "%d new comments"; |
---|
[8665] | 49 | $lang['%d new photo'] = "%d new photo"; |
---|
| 50 | $lang['%d new photos'] = "%d new photos"; |
---|
[5156] | 51 | $lang['%d new user'] = "%d new user"; |
---|
| 52 | $lang['%d new users'] = "%d new users"; |
---|
[12672] | 53 | $lang['%d photo is also linked to current tags'] = "%d photo is also linked to current tags"; |
---|
| 54 | $lang['%d photo'] = "%d photo"; |
---|
| 55 | $lang['%d photos are also linked to current tags'] = "%d photos are also linked to current tags"; |
---|
| 56 | $lang['%d photos'] = "%d photos"; |
---|
[17506] | 57 | $lang['%d rate'] = '%d rate'; |
---|
[11839] | 58 | $lang['%d rates'] = "%d rates"; |
---|
[12672] | 59 | $lang['(!) This comment requires validation'] = '(!) This comment requires validation'; |
---|
| 60 | $lang['... or browse your empty gallery'] = '... or browse your empty gallery'; |
---|
| 61 | $lang['... or please deactivate this message, I will find my way by myself'] = '... or please deactivate this message, I will find my way by myself'; |
---|
[17506] | 62 | $lang['2small'] = 'XXS - tiny'; |
---|
[12672] | 63 | $lang['A comment on your site'] = "A comment on your site"; |
---|
| 64 | $lang['About Piwigo'] = "About Piwigo"; |
---|
[5156] | 65 | $lang['About'] = "About"; |
---|
[12672] | 66 | $lang['Accelerate diaporama speed'] = "Increase slideshow speed"; |
---|
| 67 | $lang['Add a comment'] = "Add a comment"; |
---|
| 68 | $lang['add this photo to your favorites'] = "add this photo to your favorites"; |
---|
| 69 | $lang['Admin: %s'] = "Admin: %s"; |
---|
| 70 | $lang['Administration'] = "Administration"; |
---|
| 71 | $lang['Album results for'] = "Album results for"; |
---|
| 72 | $lang['Album'] = "Album"; |
---|
| 73 | $lang['Album: %s'] = "Album: %s"; |
---|
| 74 | $lang['Albums'] = "Albums"; |
---|
[5156] | 75 | $lang['All tags'] = "All tags"; |
---|
[12672] | 76 | $lang['all'] = "all"; |
---|
| 77 | $lang['All'] = "All"; |
---|
| 78 | $lang['An administrator must authorize your comment before it is visible.'] = "An administrator must authorize your comment before it becomes visible."; |
---|
[19412] | 79 | $lang['Anti-flood system : please wait for a moment before trying to post another comment'] = 'Anti-flood system: please wait a moment before trying to post another comment'; |
---|
[5156] | 80 | $lang['Any tag'] = "Any tag"; |
---|
[12672] | 81 | $lang['Are you sure?'] = "Are you sure?"; |
---|
| 82 | $lang['ascending'] = "ascending"; |
---|
[5369] | 83 | $lang['At least one listed rule must be satisfied.'] = "At least one listed criterion must be satisfied."; |
---|
[5156] | 84 | $lang['Author'] = "Author"; |
---|
[19412] | 85 | $lang['author(s) : %s'] = 'author(s): %s'; |
---|
[12672] | 86 | $lang['Author: %s'] = "Author: %s"; |
---|
| 87 | $lang['Auto login'] = "Auto login"; |
---|
| 88 | $lang['available for administrators only'] = "available for administrators only"; |
---|
[17506] | 89 | $lang['Bad request'] = 'Bad request'; |
---|
[12672] | 90 | $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Bad status for user \"guest\", default status will be used. Please notify the webmaster."; |
---|
[5156] | 91 | $lang['Best rated'] = "Best rated"; |
---|
[12672] | 92 | $lang['Browser: %s'] = "Browser: %s"; |
---|
[5156] | 93 | $lang['Calendar'] = "Calendar"; |
---|
[12672] | 94 | $lang['Change my password'] = 'Change my password'; |
---|
| 95 | $lang['Check your email for the confirmation link'] = 'Check your email for the confirmation link'; |
---|
[5156] | 96 | $lang['chronology_monthly_calendar'] = "Monthly calendar"; |
---|
| 97 | $lang['chronology_monthly_list'] = "Monthly list"; |
---|
| 98 | $lang['chronology_weekly_list'] = "Weekly list"; |
---|
| 99 | $lang['Click here if your browser does not automatically forward you'] = "Click here if your browser does not automatically forward you"; |
---|
[12672] | 100 | $lang['Click on the photo to see it in high definition'] = "Click on the photo to see it in high definition"; |
---|
| 101 | $lang['Close this window'] = "Close this window"; |
---|
| 102 | $lang['cloud'] = "cloud"; |
---|
| 103 | $lang['Comment by %s'] = "Comment by %s"; |
---|
[5156] | 104 | $lang['comment date'] = "comment date"; |
---|
| 105 | $lang['Comment'] = "Comment"; |
---|
[12672] | 106 | $lang['Comment: %s'] = "Comment: %s"; |
---|
[5156] | 107 | $lang['Comments'] = "Comments"; |
---|
[12672] | 108 | $lang['Complete RSS feed (photos, comments)'] = "Complete RSS feed (photos, comments)"; |
---|
| 109 | $lang['Confirm Password'] = "Confirm Password"; |
---|
| 110 | $lang['Connected user: %s'] = "Connected user: %s"; |
---|
| 111 | $lang['Connection settings'] = "Connection settings"; |
---|
| 112 | $lang['Contact webmaster'] = "Contact webmaster"; |
---|
| 113 | $lang['Contact'] = "Contact"; |
---|
| 114 | $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Cookies are blocked or not supported by your browser. You must enable cookies to log in."; |
---|
| 115 | $lang['Create a new account'] = "Create a new account"; |
---|
[5156] | 116 | $lang['created after %s (%s)'] = "created after %s (%s)"; |
---|
| 117 | $lang['created before %s (%s)'] = "created before %s (%s)"; |
---|
| 118 | $lang['created between %s (%s) and %s (%s)'] = "created between %s (%s) and %s (%s)"; |
---|
| 119 | $lang['created on %s'] = "created on %s"; |
---|
[12672] | 120 | $lang['Created on'] = "Created on"; |
---|
| 121 | $lang['Creation date'] = "Creation date"; |
---|
| 122 | $lang['Current password is wrong'] = "Current password is wrong"; |
---|
| 123 | $lang['customize the appareance of the gallery'] = "customize the look of the gallery"; |
---|
[5156] | 124 | $lang['Customize'] = "Customize"; |
---|
[17506] | 125 | $lang['Date created, new → old'] = 'Date created, new → old'; |
---|
| 126 | $lang['Date created, old → new'] = 'Date created, old → new'; |
---|
| 127 | $lang['Date posted, new → old'] = 'Date posted, new → old'; |
---|
| 128 | $lang['Date posted, old → new'] = 'Date posted, old → new'; |
---|
[12672] | 129 | $lang['Date'] = "Date"; |
---|
[5156] | 130 | $lang['day'][0] = "Sunday"; |
---|
| 131 | $lang['day'][1] = "Monday"; |
---|
| 132 | $lang['day'][2] = "Tuesday"; |
---|
| 133 | $lang['day'][3] = "Wednesday"; |
---|
| 134 | $lang['day'][4] = "Thursday"; |
---|
| 135 | $lang['day'][5] = "Friday"; |
---|
| 136 | $lang['day'][6] = "Saturday"; |
---|
| 137 | $lang['Default'] = "Default"; |
---|
[12672] | 138 | $lang['delete all photos from your favorites'] = "delete all photos from your favorites"; |
---|
[8665] | 139 | $lang['delete this photo from your favorites'] = "delete this photo from your favorites"; |
---|
[5156] | 140 | $lang['Delete'] = "Delete"; |
---|
| 141 | $lang['descending'] = "descending"; |
---|
[17506] | 142 | $lang['Desktop'] = 'Desktop'; |
---|
[12672] | 143 | $lang['Dimensions'] = "Dimensions"; |
---|
| 144 | $lang['display a calendar by creation date'] = "display a calendar by creation date"; |
---|
| 145 | $lang['display a calendar by posted date'] = "display a calendar by posted date"; |
---|
| 146 | $lang['display a set of random photos'] = "display a set of random photos"; |
---|
| 147 | $lang['display all photos in all sub-albums'] = "display all photos in all sub-albums"; |
---|
| 148 | $lang['display available tags'] = "display available tags"; |
---|
| 149 | $lang['display best rated photos'] = "display best rated photos"; |
---|
| 150 | $lang['display each day with photos, month per month'] = "display each day with photos, month per month"; |
---|
| 151 | $lang['display last user comments'] = "display last user comments"; |
---|
| 152 | $lang['display most recent photos'] = "display most recent photos"; |
---|
| 153 | $lang['display most visited photos'] = "display most visited photos"; |
---|
| 154 | $lang['display only recently posted photos'] = "display only recently posted photos"; |
---|
| 155 | $lang['display photos linked to this tag'] = "display photos linked to this tag"; |
---|
| 156 | $lang['display recently updated albums'] = "display recently updated albums"; |
---|
| 157 | $lang['display this album'] = "display this album"; |
---|
| 158 | $lang['display your favorites photos'] = "display your favorites photos"; |
---|
| 159 | $lang['Display'] = "Display"; |
---|
[12681] | 160 | $lang['Download this file'] = "Download this file"; |
---|
| 161 | $lang['Download'] = "download"; |
---|
[20947] | 162 | $lang['Each listed rule must be satisfied.'] = 'Each of the listed criteria must be satisfied.'; |
---|
[12672] | 163 | $lang['Edit a comment'] = "Edit a comment"; |
---|
[12677] | 164 | $lang['edit'] = "edit"; //TO remove |
---|
[12676] | 165 | $lang['Edit'] = 'Edit'; |
---|
[12672] | 166 | $lang['Email address is missing. Please specify an email address.'] = "Email address is missing. Please specify an email address."; |
---|
| 167 | $lang['Email address'] = "Email address"; |
---|
[18164] | 168 | $lang['Email address is mandatory'] = 'Email address is mandatory'; |
---|
[12672] | 169 | $lang['Email: %s'] = "Email: %s"; |
---|
[15655] | 170 | $lang['Empty query. No criteria has been entered.'] = 'Empty query. No criteria have been entered.'; |
---|
[12672] | 171 | $lang['End-Date'] = "End date"; |
---|
| 172 | $lang['Enter your new password below.'] = 'Enter your new password below.'; |
---|
| 173 | $lang['Enter your personnal informations'] = "Enter your personal data"; |
---|
| 174 | $lang['Error sending email'] = "Error when sending email"; |
---|
[5156] | 175 | $lang['excluded'] = "excluded"; |
---|
[12672] | 176 | $lang['EXIF Metadata'] = 'EXIF Metadata'; |
---|
| 177 | $lang['Expand all albums'] = "Expand all albums"; |
---|
[5156] | 178 | $lang['Favorites'] = "Favorites"; |
---|
[12672] | 179 | $lang['File name'] = "File name"; |
---|
[17506] | 180 | $lang['File name, A → Z'] = 'File name, A → Z'; |
---|
| 181 | $lang['File name, Z → A'] = 'File name, Z → A'; |
---|
[12672] | 182 | $lang['File'] = "File"; |
---|
| 183 | $lang['Filesize'] = "Filesize"; |
---|
| 184 | $lang['Filter and display'] = "Filter and display"; |
---|
| 185 | $lang['Filter'] = "Filter"; |
---|
[5156] | 186 | $lang['First'] = "First"; |
---|
[17506] | 187 | $lang['Forbidden'] = 'Forbidden'; |
---|
[20924] | 188 | $lang['Forgot your password?'] = 'Forgot your password?'; |
---|
[12672] | 189 | $lang['from %s to %s'] = "from %s to %s"; |
---|
| 190 | $lang['Go through the gallery as a visitor'] = "Navigate the gallery as a visitor"; |
---|
| 191 | $lang['group by letters'] = "group by letters"; |
---|
[5156] | 192 | $lang['guest'] = "guest"; |
---|
[12672] | 193 | $lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Hello %s, your Piwigo photo gallery is empty!'; |
---|
[17506] | 194 | $lang['Hello %s,'] = 'Hello %s,'; |
---|
[5156] | 195 | $lang['Hello'] = "Hello"; |
---|
[12672] | 196 | $lang['Help'] = "Help"; |
---|
[17506] | 197 | $lang['Here are your connection settings'] = 'Here are your connection settings'; |
---|
[5156] | 198 | $lang['Home'] = "Home"; |
---|
[12672] | 199 | $lang['html tags are not allowed in login'] = 'html tags are not allowed in login'; |
---|
| 200 | $lang['I want to add photos'] = 'I want to add photos'; |
---|
| 201 | $lang['Identification'] = "Identification"; |
---|
| 202 | $lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'If this was a mistake, just ignore this email and nothing will happen.'; |
---|
[17506] | 203 | $lang['If you think you\'ve received this email in error, please contact us at %s'] = 'If you think you\'ve received this email in error, please contact us at %s'; |
---|
[6951] | 204 | $lang['in %d sub-album'] = "in %d sub-album"; |
---|
| 205 | $lang['in %d sub-albums'] = "in %d sub-albums"; |
---|
[12672] | 206 | $lang['in this album'] = "in this album"; |
---|
[5156] | 207 | $lang['included'] = "included"; |
---|
[12672] | 208 | $lang['Interface theme'] = "Interface theme"; |
---|
| 209 | $lang['Invalid key'] = 'Invalid key'; |
---|
[5156] | 210 | $lang['Invalid password!'] = "Invalid password!"; |
---|
[12672] | 211 | $lang['Invalid username or email'] = 'Invalid username or email'; |
---|
| 212 | $lang['IP: %s'] = "IP: %s"; |
---|
| 213 | $lang['IPTC Metadata'] = 'IPTC Metadata'; |
---|
| 214 | $lang['Keyword'] = "Keyword"; |
---|
| 215 | $lang['Kind of date'] = "Kind of date"; |
---|
[5156] | 216 | $lang['Language'] = "Language"; |
---|
[17506] | 217 | $lang['large'] = 'L - large'; |
---|
[5156] | 218 | $lang['last %d days'] = "last %d days"; |
---|
| 219 | $lang['Last'] = "Last"; |
---|
[12672] | 220 | $lang['letters'] = "letters"; |
---|
| 221 | $lang['Links'] = "Links"; |
---|
| 222 | $lang['login mustn\'t end with a space character'] = "login must not end with a space character"; |
---|
| 223 | $lang['login mustn\'t start with a space character'] = "login must not start with a space character"; |
---|
| 224 | $lang['Login'] = "Login"; |
---|
[5156] | 225 | $lang['Logout'] = "Logout"; |
---|
[19412] | 226 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail address must be like xxx@yyy.eee (example: jack@altern.org)'; |
---|
[12672] | 227 | $lang['Manage this user comment: %s'] = 'Manage this user comment: %s'; |
---|
[17506] | 228 | $lang['Manual sort order'] = 'Manual sort order'; |
---|
| 229 | $lang['medium'] = 'M - medium'; |
---|
[12672] | 230 | $lang['Menu'] = "Menu"; |
---|
[17506] | 231 | $lang['Mobile'] = 'Mobile'; |
---|
[5156] | 232 | $lang['month'][10] = "October"; |
---|
| 233 | $lang['month'][11] = "November"; |
---|
| 234 | $lang['month'][12] = "December"; |
---|
| 235 | $lang['month'][1] = "January"; |
---|
| 236 | $lang['month'][2] = "February"; |
---|
| 237 | $lang['month'][3] = "March"; |
---|
| 238 | $lang['month'][4] = "April"; |
---|
| 239 | $lang['month'][5] = "May"; |
---|
| 240 | $lang['month'][6] = "June"; |
---|
| 241 | $lang['month'][7] = "July"; |
---|
| 242 | $lang['month'][8] = "August"; |
---|
| 243 | $lang['month'][9] = "September"; |
---|
| 244 | $lang['Most visited'] = "Most visited"; |
---|
[12672] | 245 | $lang['N/A'] = "N/A"; |
---|
| 246 | $lang['New on %s'] = "New on %s"; |
---|
[5156] | 247 | $lang['New password'] = "New password"; |
---|
| 248 | $lang['Next'] = "Next"; |
---|
| 249 | $lang['no rate'] = "no rate"; |
---|
[12672] | 250 | $lang['No'] = "No"; |
---|
| 251 | $lang['Not repeat the slideshow'] = "Do not repeat slideshow"; |
---|
| 252 | $lang['Notification'] = "Notification"; |
---|
| 253 | $lang['Number of items'] = "Number of items"; |
---|
| 254 | $lang['Number of photos per page'] = "Number of photos per page"; |
---|
[17506] | 255 | $lang['Numeric identifier, 1 → 9'] = 'Numeric identifier, 1 → 9'; |
---|
| 256 | $lang['Numeric identifier, 9 → 1'] = 'Numeric identifier, 9 → 1'; |
---|
[12672] | 257 | $lang['obligatory'] = "mandatory"; |
---|
[13068] | 258 | $lang['Original dimensions'] = "Original dimensions"; //unused? |
---|
[17506] | 259 | $lang['Original'] = 'Original'; |
---|
[12672] | 260 | $lang['Page generated in'] = "Page generated in"; |
---|
[17506] | 261 | $lang['Page not found'] = 'Page not found'; |
---|
[12672] | 262 | $lang['Password forgotten'] = "Password forgotten"; |
---|
| 263 | $lang['Password reset is not allowed for this user'] = 'Password reset is not allowed for this user'; |
---|
| 264 | $lang['Password Reset'] = 'Password Reset'; |
---|
| 265 | $lang['password updated'] = "password updated"; |
---|
| 266 | $lang['Password'] = "Password"; |
---|
[17506] | 267 | $lang['Password: %s'] = 'Password: %s'; |
---|
[12672] | 268 | $lang['Pause of slideshow'] = "Pause slideshow"; |
---|
[17506] | 269 | $lang['Permalink for album not found'] = 'Permalink for album not found'; |
---|
| 270 | $lang['Photo sizes'] = 'Photo sizes'; |
---|
| 271 | $lang['Photo title, A → Z'] = 'Photo title, A → Z'; |
---|
| 272 | $lang['Photo title, Z → A'] = 'Photo title, Z → A'; |
---|
[12672] | 273 | $lang['photo'] = "photo"; |
---|
| 274 | $lang['Photos only RSS feed'] = "Photos only RSS feed"; |
---|
| 275 | $lang['photos posted during the last %d days'] = "photos posted during the last %d days"; |
---|
[8711] | 276 | $lang['Photos posted within the last %d day.'] = "Photos posted within the last %d day only."; |
---|
| 277 | $lang['Photos posted within the last %d days.'] = "Photos posted within the last %d days only."; |
---|
[19412] | 278 | $lang['Piwigo encountered a non recoverable error'] = 'Piwigo encountered an unrecoverable error'; |
---|
[12672] | 279 | $lang['Piwigo Help'] = "Piwigo help"; |
---|
| 280 | $lang['Play of slideshow'] = "Play slideshow"; |
---|
| 281 | $lang['please enter your password again'] = "please enter your password again"; |
---|
| 282 | $lang['Please enter your username or email address.'] = 'Please enter your username or email address.'; |
---|
| 283 | $lang['Please, enter a login'] = "Please, enter a login"; |
---|
| 284 | $lang['Post date'] = "Post date"; |
---|
| 285 | $lang['posted after %s (%s)'] = "posted after %s (%s)"; |
---|
| 286 | $lang['posted before %s (%s)'] = "posted before %s (%s)"; |
---|
| 287 | $lang['posted between %s (%s) and %s (%s)'] = "posted between %s (%s) and %s (%s)"; |
---|
| 288 | $lang['posted on %s'] = "posted on %s"; |
---|
| 289 | $lang['Posted on'] = "Posted on"; |
---|
[5156] | 290 | $lang['Powered by'] = "Powered by"; |
---|
| 291 | $lang['Preferences'] = "Preferences"; |
---|
| 292 | $lang['Previous'] = "Previous"; |
---|
[12672] | 293 | $lang['Profile'] = "Profile"; |
---|
| 294 | $lang['Quick connect'] = "Quick connect"; |
---|
| 295 | $lang['Quick search'] = "Quick search"; |
---|
[8665] | 296 | $lang['Random photos'] = "Random photos"; |
---|
[12672] | 297 | $lang['Rank'] = "Rank"; |
---|
| 298 | $lang['Rate this photo'] = "Rate this photo"; |
---|
| 299 | $lang['Rating score'] = "Rating score"; |
---|
[17506] | 300 | $lang['Rating score, high → low'] = 'Rating score, high → low'; |
---|
| 301 | $lang['Rating score, low → high'] = 'Rating score, low → high'; |
---|
[6951] | 302 | $lang['Recent albums'] = "Recent albums"; |
---|
[12672] | 303 | $lang['Recent period must be a positive integer value'] = "Recent period must be a positive integer value"; |
---|
[5156] | 304 | $lang['Recent period'] = "Recent period"; |
---|
[8665] | 305 | $lang['Recent photos'] = "Recent photos"; |
---|
[5156] | 306 | $lang['Redirection...'] = "Redirection..."; |
---|
[12672] | 307 | $lang['Reduce diaporama speed'] = "Reduce slideshow speed"; |
---|
| 308 | $lang['Register'] = "Register"; |
---|
| 309 | $lang['Registration of %s'] = "Registration of %s"; |
---|
| 310 | $lang['Registration'] = "Registration"; |
---|
| 311 | $lang['Related tags'] = "Related tags"; |
---|
[5156] | 312 | $lang['remove this tag from the list'] = "remove this tag from the list"; |
---|
[12672] | 313 | $lang['Repeat the slideshow'] = "Repeat slideshow"; |
---|
[12238] | 314 | $lang['representative'] = 'album thumbnail'; |
---|
[17506] | 315 | $lang['Requested album does not exist'] = 'Requested album does not exist'; |
---|
| 316 | $lang['Requested tag does not exist'] = 'Requested tag does not exist'; |
---|
[12672] | 317 | $lang['Reset to default values'] = "Reset to default values"; |
---|
| 318 | $lang['Reset'] = "Reset"; |
---|
| 319 | $lang['Retrieve password'] = "Retrieve password"; |
---|
| 320 | $lang['Return to home page'] = 'Return to home page'; |
---|
| 321 | $lang['return to normal view mode'] = "return to normal view mode"; |
---|
| 322 | $lang['return to the display of all photos'] = "return to the display of all photos"; |
---|
| 323 | $lang['RSS feed'] = "RSS feed"; |
---|
[12693] | 324 | $lang['Search by date'] = "Search by date"; |
---|
[5156] | 325 | $lang['Search for all terms'] = "Search for all terms"; |
---|
[12693] | 326 | $lang['Search for any term'] = "Search for any term"; |
---|
[12672] | 327 | $lang['Search for Author'] = "Search for an author"; |
---|
| 328 | $lang['Search for words'] = "Search for words"; |
---|
| 329 | $lang['Search in albums'] = "Search in albums"; |
---|
| 330 | $lang['Search in sub-albums'] = "Search in sub-albums"; |
---|
[5156] | 331 | $lang['Search results'] = "Search results"; |
---|
[12672] | 332 | $lang['Search rules'] = "Search criteria"; |
---|
| 333 | $lang['Search tags'] = "Search tags"; |
---|
| 334 | $lang['Search'] = "Search"; |
---|
| 335 | $lang['search'] = "search"; |
---|
[19412] | 336 | $lang['searched words : %s'] = 'searched words: %s'; |
---|
[17506] | 337 | $lang['Send my connection settings by email'] = 'Send my connection settings by email'; |
---|
[12672] | 338 | $lang['Sent by'] = "Sent by"; |
---|
[12238] | 339 | $lang['set as album representative'] = "set as album thumbnail"; |
---|
[12672] | 340 | $lang['Show file metadata'] = "Show file metadata"; |
---|
[17506] | 341 | $lang['Show latest comments first'] = 'Show latest comments first'; |
---|
[5156] | 342 | $lang['Show number of comments'] = "Show number of comments"; |
---|
| 343 | $lang['Show number of hits'] = "Show number of hits"; |
---|
[13224] | 344 | $lang['Show oldest comments first'] = 'Show oldest comments first'; |
---|
[12672] | 345 | $lang['show tag cloud'] = "show tags cloud"; |
---|
| 346 | $lang['Since'] = "Since"; |
---|
[5156] | 347 | $lang['slideshow'] = "slideshow"; |
---|
[17506] | 348 | $lang['small'] = 'S - small'; |
---|
[12672] | 349 | $lang['Someone requested that the password be reset for the following user account:'] = 'Someone requested that the password be reset for the following user account:'; |
---|
| 350 | $lang['Sort by'] = "Sort by"; |
---|
| 351 | $lang['Sort order'] = "Sort order"; |
---|
[5156] | 352 | $lang['Specials'] = "Specials"; |
---|
| 353 | $lang['SQL queries in'] = "SQL queries in"; |
---|
[17506] | 354 | $lang['square'] = 'Square'; |
---|
[12672] | 355 | $lang['stop the slideshow'] = "stop the slideshow"; |
---|
| 356 | $lang['Submit'] = "Submit"; |
---|
[17506] | 357 | $lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = 'Successfully registered, you will soon receive an email with your connection settings. Welcome!'; |
---|
[12672] | 358 | $lang['Tag results for'] = "Tag results for"; |
---|
| 359 | $lang['Tag'] = "Tag"; |
---|
| 360 | $lang['Tags'] = "Tags"; |
---|
[17506] | 361 | $lang['Thank you for registering at %s!'] = 'Thank you for registering at %s!'; |
---|
[5156] | 362 | $lang['the beginning'] = "the beginning"; |
---|
[15655] | 363 | $lang['The gallery is locked for maintenance. Please, come back later.'] = 'The gallery is locked for maintenance. Please come back later.'; |
---|
[19412] | 364 | $lang['The number of photos per page must be a not null scalar'] = 'The number of photos per page must be a non-zero integer'; |
---|
[12672] | 365 | $lang['The passwords do not match'] = 'The passwords do not match'; |
---|
| 366 | $lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = "The RSS feed provides notification on new events from this website: new photos, updated albums, new comments. To be used with a RSS feed reader."; |
---|
| 367 | $lang['the username must be given'] = "the username is required"; |
---|
[15655] | 368 | $lang['This author modified following comment:'] = 'This author modified the following comment:'; |
---|
[12672] | 369 | $lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d'; |
---|
| 370 | $lang['this email address is already in use'] = "this email address is already in use"; |
---|
| 371 | $lang['This login is already used by another user'] = "This login is already used by another user"; |
---|
| 372 | $lang['this login is already used'] = "this login is already used"; |
---|
[17506] | 373 | $lang['thumb'] = 'Thumbnail'; |
---|
[5156] | 374 | $lang['Thumbnails'] = "Thumbnails"; |
---|
[12672] | 375 | $lang['To reset your password, visit the following address:'] = 'To reset your password, visit the following address:'; |
---|
[5156] | 376 | $lang['today'] = "today"; |
---|
[12672] | 377 | $lang['Unknown feed identifier'] = "Unknown feed identifier"; |
---|
| 378 | $lang['Unknown identifier'] = "Unknown identifier"; |
---|
[5156] | 379 | $lang['Update your rating'] = "Update your rating"; |
---|
[5369] | 380 | $lang['useful when password forgotten'] = "useful in case password is forgotten"; |
---|
[12672] | 381 | $lang['User "%s" has no email address, password reset is not possible'] = 'User "%s" has no email address, password reset is not possible'; |
---|
| 382 | $lang['User comments'] = "User comments"; |
---|
[5156] | 383 | $lang['User: %s'] = "User: %s"; |
---|
[12672] | 384 | $lang['Username "%s" on gallery %s'] = 'Username "%s" on gallery %s'; |
---|
[17506] | 385 | $lang['Username modification'] = 'Username modification'; |
---|
[12672] | 386 | $lang['Username or email'] = 'Username or email'; |
---|
| 387 | $lang['Username'] = "Username"; |
---|
[18164] | 388 | $lang['Username is mandatory'] = 'Username is mandatory'; |
---|
[17506] | 389 | $lang['Username: %s'] = 'Username: %s'; |
---|
| 390 | $lang['View in'] = 'View in'; |
---|
[12672] | 391 | $lang['View'] = "View"; |
---|
| 392 | $lang['Visits'] = "Visits"; |
---|
[17506] | 393 | $lang['Visits, high → low'] = 'Visits, high → low'; |
---|
| 394 | $lang['Visits, low → high'] = 'Visits, low → high'; |
---|
[18995] | 395 | $lang['Website'] = 'Website'; |
---|
[12672] | 396 | $lang['Webmaster'] = "Webmaster"; |
---|
| 397 | $lang['Week %d'] = "Week %d"; |
---|
| 398 | $lang['Welcome to your Piwigo photo gallery!'] = 'Welcome to your Piwigo photo gallery!'; |
---|
| 399 | $lang['Welcome'] = 'Welcome'; |
---|
| 400 | $lang['wrong date'] = "wrong date"; |
---|
[17506] | 401 | $lang['xlarge'] = 'XL - extra large'; |
---|
| 402 | $lang['xsmall'] = 'XS - extra small'; |
---|
| 403 | $lang['xxlarge'] = 'XXL - huge'; |
---|
[5156] | 404 | $lang['Yes'] = "Yes"; |
---|
[12672] | 405 | $lang['You are not authorized to access the requested page'] = "You are not authorized to access the requested page"; |
---|
| 406 | $lang['You will receive a link to create a new password via email.'] = 'You will receive a link to create a new password via email.'; |
---|
| 407 | $lang['Your comment has been registered'] = "Your comment has been registered"; |
---|
| 408 | $lang['Your comment has NOT been registered because it did not pass the validation rules'] = "Your comment has NOT been registered because it did not pass the validation rules"; |
---|
| 409 | $lang['Your favorites'] = "Your favorites"; |
---|
| 410 | $lang['Your Gallery Customization'] = "Your gallery customization"; |
---|
[17506] | 411 | $lang['Your password has been reset'] = 'Your password has been reset'; |
---|
[19412] | 412 | $lang['Your username has been successfully changed to : %s'] = 'Your username has been successfully changed to: %s'; |
---|
[18995] | 413 | $lang['Your website URL is invalid'] = 'Your website URL is invalid'; |
---|
[18164] | 414 | $lang['mandatory'] = 'mandatory'; |
---|
[9338] | 415 | ?> |
---|