From 037af6890fe6fdb84a08d3c86083e847c90ec0ad Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 22 Oct 2013 08:17:26 -0400 Subject: [PATCH] Fix vulnerability in handling _session argument of utils/save-prefs (#1489382) --- program/localization/eu_ES/labels.inc | 32 +++++++++++++++++--------------- 1 files changed, 17 insertions(+), 15 deletions(-) diff --git a/program/localization/eu_ES/labels.inc b/program/localization/eu_ES/labels.inc index aad2bb9..8052d69 100644 --- a/program/localization/eu_ES/labels.inc +++ b/program/localization/eu_ES/labels.inc @@ -41,7 +41,7 @@ // message listing $labels['subject'] = 'Gaia'; $labels['from'] = 'Nork'; -$labels['sender'] = 'Sender'; +$labels['sender'] = 'Igorlea'; $labels['to'] = 'Nori'; $labels['cc'] = 'Kopia'; $labels['bcc'] = 'Bcc'; @@ -64,6 +64,7 @@ $labels['move'] = 'Mugitu'; $labels['moveto'] = 'mugitu hona...'; $labels['download'] = 'deskargatu'; +$labels['open'] = 'Open'; $labels['showattachment'] = 'Show'; $labels['showanyway'] = 'Show it anyway'; @@ -161,8 +162,9 @@ $labels['unread'] = 'Irakurri gabeak'; $labels['flagged'] = 'Banderaduna'; $labels['unanswered'] = 'Unanswered'; -$labels['deleted'] = 'Deleted'; -$labels['undeleted'] = 'Not deleted'; +$labels['withattachment'] = 'With attachment'; +$labels['deleted'] = 'Ezabatuak'; +$labels['undeleted'] = 'Ezabatu gabeak'; $labels['invert'] = 'Invert'; $labels['filter'] = 'Filter'; $labels['list'] = 'List'; @@ -175,7 +177,7 @@ $labels['autoexpand_threads'] = 'Expand message threads'; $labels['do_expand'] = 'all threads'; $labels['expand_only_unread'] = 'only with unread messages'; -$labels['fromto'] = 'From/To'; +$labels['fromto'] = 'Nork/Nori'; $labels['flag'] = 'Flag'; $labels['attachment'] = 'Attachment'; $labels['nonesort'] = 'Bat ere ez'; @@ -202,8 +204,10 @@ $labels['msgtext'] = 'Entire message'; $labels['body'] = 'Body'; -$labels['openinextwin'] = 'Open in new window'; +$labels['openinextwin'] = 'Lehio berrian ireki'; $labels['emlsave'] = 'Download (.eml)'; +$labels['changeformattext'] = 'Display in plain text format'; +$labels['changeformathtml'] = 'Display in HTML format'; // message compose $labels['editasnew'] = 'Edit as new'; @@ -216,7 +220,7 @@ $labels['returnreceipt'] = 'Bidaltzaileari itzuli'; $labels['dsn'] = 'Delivery status notification'; $labels['mailreplyintro'] = 'On $date, $sender wrote:'; -$labels['originalmessage'] = 'Original Message'; +$labels['originalmessage'] = 'Jatorrizko mezua'; $labels['editidents'] = 'Edit identities'; $labels['spellcheck'] = 'Spell'; @@ -269,17 +273,17 @@ $labels['middlename'] = 'Middle Name'; $labels['nameprefix'] = 'Prefix'; $labels['namesuffix'] = 'Suffix'; -$labels['nickname'] = 'Nickname'; +$labels['nickname'] = 'Ezizena'; $labels['jobtitle'] = 'Job Title'; $labels['department'] = 'Department'; $labels['gender'] = 'Gender'; $labels['maidenname'] = 'Maiden Name'; $labels['email'] = 'ePosta'; $labels['phone'] = 'Phone'; -$labels['address'] = 'Address'; -$labels['street'] = 'Street'; +$labels['address'] = 'Helbidea'; +$labels['street'] = 'Kalea'; $labels['locality'] = 'City'; -$labels['zipcode'] = 'ZIP Code'; +$labels['zipcode'] = 'Posta kodea'; $labels['region'] = 'State/Province'; $labels['country'] = 'Country'; $labels['birthday'] = 'Birthday'; @@ -301,7 +305,7 @@ $labels['typehome'] = 'Home'; $labels['typework'] = 'Work'; $labels['typeother'] = 'Other'; -$labels['typemobile'] = 'Mobile'; +$labels['typemobile'] = 'Mugikorra'; $labels['typemain'] = 'Main'; $labels['typehomefax'] = 'Home Fax'; $labels['typeworkfax'] = 'Work Fax'; @@ -318,7 +322,7 @@ $labels['editcontact'] = 'Txartela editatu'; $labels['contacts'] = 'Contacts'; $labels['contactproperties'] = 'Contact properties'; -$labels['personalinfo'] = 'Personal information'; +$labels['personalinfo'] = 'Informazio pertsonala'; $labels['edit'] = 'Editatu'; $labels['cancel'] = 'Utzi'; @@ -398,6 +402,7 @@ $labels['htmlonreply'] = 'on reply to HTML message'; $labels['htmlonreplyandforward'] = 'on forward or reply to HTML message'; $labels['htmlsignature'] = 'HTML sinadura'; +$labels['showemail'] = 'Show email address with display name'; $labels['previewpane'] = 'Aurrebista panela ikusi'; $labels['skin'] = 'Azal-interfazea'; $labels['logoutclear'] = 'Garbitu Zakarronzia irtetean'; @@ -451,9 +456,6 @@ $labels['autoaddsignature'] = 'Automatically add signature'; $labels['newmessageonly'] = 'new message only'; $labels['replyandforwardonly'] = 'replies and forwards only'; -$labels['replysignaturepos'] = 'When replying or forwarding place signature'; -$labels['belowquote'] = 'below the quote'; -$labels['abovequote'] = 'above the quote'; $labels['insertsignature'] = 'Insert signature'; $labels['previewpanemarkread'] = 'Mark previewed messages as read'; $labels['afternseconds'] = 'after $n seconds'; -- Gitblit v1.9.1