mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
20
twitter/lang/is/strings.php
Normal file
20
twitter/lang/is/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Twitter"] = "Senda færslu á Twitter";
|
||||
$a->strings["Twitter settings updated."] = "Stillingar Twitter uppfærðar.";
|
||||
$a->strings["Twitter Posting Settings"] = "Twitter færslu stillingar";
|
||||
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Ekkert notenda lykils par fyrir Twitter fundið. Hafðu samband við kerfisstjórann.";
|
||||
$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
|
||||
$a->strings["Log in with Twitter"] = "Innskrá með Twitter";
|
||||
$a->strings["Copy the PIN from Twitter here"] = "Afrita PIN frá Twitter hingað";
|
||||
$a->strings["Submit"] = "Senda inn";
|
||||
$a->strings["Currently connected to: "] = "Núna tengdur við:";
|
||||
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Ef virkt þá geta allar <strong>opinberu</strong> stöðu meldingarnar þínar verið birtar á tengdri StatusNet síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður.";
|
||||
$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
|
||||
$a->strings["Allow posting to Twitter"] = "Leyfa færslum að flæða á Twitter";
|
||||
$a->strings["Send public postings to Twitter by default"] = "Senda sjálfgefið opinberar færslur á Twitter";
|
||||
$a->strings["Send linked #-tags and @-names to Twitter"] = "";
|
||||
$a->strings["Clear OAuth configuration"] = "Hreinsa OAuth stillingar";
|
||||
$a->strings["Settings updated."] = "Stillingar uppfærðar";
|
||||
$a->strings["Consumer key"] = "Lykill neytanda";
|
||||
$a->strings["Consumer secret"] = "Leyndarmál neytanda";
|
Loading…
Add table
Add a link
Reference in a new issue