aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2006-12-16 08:55:36 +0000
committervdigital <vdigital@piwigo.org>2006-12-16 08:55:36 +0000
commitdf318d0f2b0177bb5599c0d2fb9b9d7f7fbfa3e9 (patch)
tree143cbbbd02e0c3236a8fe06170a967b66366b75f /language
parenteae01904a5369eb6422bd118c1519914aee9efd0 (diff)
Admin Lang for WS
git-svn-id: http://piwigo.org/svn/trunk@1658 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php71
1 files changed, 70 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 4650eccee..8e80650de 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.php
@@ -496,4 +496,73 @@ $lang['is_default_group'] = 'default';
$lang['toggle_is_default_group'] = 'Toggle \'default group\' property';
$lang['Advanced_features'] = 'Advanced features';
$lang['Elements_not_linked'] = 'Not linked elements';
-?> \ No newline at end of file
+
+$lang['web_services'] = 'Web services ';
+$lang['title_wscheck'] = ' Access management ';
+$lang['ws_set_status'] = ' Environment ';
+$lang['ws_status'] = ' Status ';
+$lang['ws_enable'] = ' Enable ';
+$lang['ws_disable'] = ' Disable ';
+$lang['ws set to'] = ' Environment temporary set ';
+$lang['ws_failed_upd'] = ' -> <strong>Uncompleted demand</strong> ';
+$lang['ws_success_upd'] = ' -> Successfully completed ';
+$lang['ws_adding_legend'] = ' Add a new partner access to Web Services ';
+$lang['ws_update_legend'] = ' Revoke / Update selected partner access ';
+$lang['ws_delete_legend'] = ' Revoke selected partner access ';
+// $lang['ws_default_legend'] = ' Assumed defaults parameters in any missing cases ';
+// $lang['ws_default'] = ' Default ';
+// $lang['ws_request'] = ' Request (Demand type) ';
+// $lang['ws_requested_nbr'] = ' Number of images per request ';
+$lang['ws_random'] = 'Random'; /* Random order */
+$lang['ws_list'] = 'Id list'; /* list on MBt & z0rglub request */
+$lang['ws_maxviewed'] = 'Most viewed'; /* hit > 0 and hit desc order */
+$lang['ws_recent'] = 'Most recent'; /* recent = Date_available desc order */
+$lang['ws_highrated'] = 'Best rated'; /* avg_rate > 0 and desc order */
+$lang['ws_oldest'] = 'Oldest'; /* Date_available asc order */
+$lang['ws_lessviewed'] = 'Less viewed'; /* hit asc order */
+$lang['ws_lowrated'] = 'Lowest rated'; /* avg_rate asc order */
+$lang['ws_undescribed'] = 'Undescribed'; /* description missing */
+$lang['ws_unnamed'] = 'Unnamed'; /* new name missing */
+$lang['ws_portraits'] = 'Portraits'; /* width < height (portrait oriented) */
+$lang['ws_landscapes'] = 'Landscapes'; /* width > height (landscape oriented) */
+$lang['ws_squares'] = 'Squares'; /* width ~ height (square form) */
+$lang['ws_high_auth'] = ' Authorize high resolution ';
+$lang['ws_normal_auth'] = ' Authorize normal size ';
+$lang['ws_KeyName'] = ' Partner ';
+$lang['ws_Access'] = ' Access ';
+$lang['ws_Start'] = ' Start ';
+$lang['ws_End'] = ' End ';
+$lang['ws_Request'] = ' Request ';
+$lang['ws_High'] = ' High ';
+$lang['ws_Normal'] = ' Normal ';
+$lang['ws_Limit'] = ' Limit ';
+$lang['ws_Comment'] = ' Comment ';
+$lang['ws_disallowed'] = 'This change is disallowed or already done';
+// $lang['Reset filter(s)'] = ' Reset filter(s) ';
+// $lang['New filter(s)'] = ' New filter(s) ';
+// $lang['Not selected / Not confirmed'] = 'Access not selected or unconfirmed action';
+$lang['Modify End from Now +'] = 'Modify End from Now + ';
+$lang['Free comment, use it to identify your partner clearly'] =
+ ' Free comment, use it to identify your partner clearly ';
+$lang['Confirmation'] = ' Confirmation ';
+$lang['Delete'] = ' Remove ';
+$lang['Confidential partner key'] = 'Confidential partner key';
+$lang['Basis of access key calculation'] = 'Basis of access key calculation';
+$lang['Target'] = 'Target';
+$lang['Access: see help text for more'] = 'Access: see help text for more';
+$lang['Facultative and restrictive option'] =
+ 'Facultative and restrictive option';
+$lang['Postponed availability in days'] = 'Postponed availability in days';
+$lang['Duration in days'] = 'Duration in days';
+$lang['Restrict access to'] = 'Restrict access to';
+$lang['High resolution information will be returned to your partner'] =
+ 'High resolution information will be returned to your partner';
+$lang['Normal size information will be returned to your partner'] =
+ 'Normal size information will be returned to your partner';
+$lang['Returned images limit'] = 'Returned images limit';
+$lang['Comment to identify your partner clearly'] =
+ 'Comment to identify your partner clearly';
+$lang['Add this access definition'] = 'Add this access definition';
+$lang['Web Services availability duration in days'] =
+ 'Web Services availability duration in days';
+?>