regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,13 +5,12 @@ function string_plural_select_ca($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Amaga el contingut de l'usuari mitjançant la publicació col·lapsada. També substitueix el seu avatar per una imatge genèrica";
$a->strings["Comma separated profile URLS:"] = "URL de perfil separats per comes:";
$a->strings["Save Settings"] = "Desa la configuració";
$a->strings["BLOCKEM Settings saved."] = "S'ha desat la configuració de BLOCKEM.";
$a->strings["Filtered user: %s"] = "Usuari filtrat:%s";
$a->strings["Unblock Author"] = "Desbloca l'autor";
$a->strings["Block Author"] = "Autor de bloc";
$a->strings["blockem settings updated"] = "S'ha actualitzat la configuració de blockem";
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Amaga el contingut de l\'usuari mitjançant la publicació col·lapsada. També substitueix el seu avatar per una imatge genèrica';
$a->strings['Comma separated profile URLS:'] = 'URL de perfil separats per comes:';
$a->strings['Save Settings'] = 'Desa la configuració';
$a->strings['BLOCKEM Settings saved.'] = 'S\'ha desat la configuració de BLOCKEM.';
$a->strings['Filtered user: %s'] = 'Usuari filtrat:%s';
$a->strings['Unblock Author'] = 'Desbloca l\'autor';
$a->strings['Block Author'] = 'Autor de bloc';
$a->strings['blockem settings updated'] = 'S\'ha actualitzat la configuració de blockem';

View file

@ -5,13 +5,12 @@ function string_plural_select_cs($n){
$n = intval($n);
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
;
$a->strings["Blockem"] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Skrývá uživatelský obsah zabalením příspěvků. Navíc nahrazuje avatar generickým obrázkem.";
$a->strings["Comma separated profile URLS:"] = "URL adresy profilů, oddělené čárkami:";
$a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["BLOCKEM Settings saved."] = "Nastavení BLOCKEM uložena.";
$a->strings["Filtered user: %s"] = "Filtrovaný uživatel: %s";
$a->strings["Unblock Author"] = "Odblokovat autora";
$a->strings["Block Author"] = "Zablokovat autora";
$a->strings["blockem settings updated"] = "nastavení blockem aktualizována";
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Skrývá uživatelský obsah zabalením příspěvků. Navíc nahrazuje avatar generickým obrázkem.';
$a->strings['Comma separated profile URLS:'] = 'URL adresy profilů, oddělené čárkami:';
$a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings['BLOCKEM Settings saved.'] = 'Nastavení BLOCKEM uložena.';
$a->strings['Filtered user: %s'] = 'Filtrovaný uživatel: %s';
$a->strings['Unblock Author'] = 'Odblokovat autora';
$a->strings['Block Author'] = 'Zablokovat autora';
$a->strings['blockem settings updated'] = 'nastavení blockem aktualizována';

View file

@ -5,13 +5,12 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Verbirgt Inhalte von Kontakten durch kollabieren der Beiträge. Des weiteren wird das Profilbild durch einen generischen Avatar ersetzt.";
$a->strings["Comma separated profile URLS:"] = "Komma separierte Liste von Profil URLs";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";
$a->strings["Filtered user: %s"] = "Gefilterte Person: %s";
$a->strings["Unblock Author"] = "Autor freischalten";
$a->strings["Block Author"] = "Autor blockieren";
$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Verbirgt Inhalte von Kontakten durch kollabieren der Beiträge. Des weiteren wird das Profilbild durch einen generischen Avatar ersetzt.';
$a->strings['Comma separated profile URLS:'] = 'Komma separierte Liste von Profil URLs';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM-Einstellungen gesichert.';
$a->strings['Filtered user: %s'] = 'Gefilterte Person: %s';
$a->strings['Unblock Author'] = 'Autor freischalten';
$a->strings['Block Author'] = 'Autor blockieren';
$a->strings['blockem settings updated'] = 'blockem Einstellungen aktualisiert';

View file

@ -5,13 +5,12 @@ function string_plural_select_en_gb($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Blockem\""] = "\"Blockem\"";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Hides user's content by collapsing posts. Also replaces their avatar with generic image.";
$a->strings["Comma separated profile URLS:"] = "Comma separated profile URLs:";
$a->strings["Save Settings"] = "Save settings";
$a->strings["BLOCKEM Settings saved."] = "Blockem settings saved.";
$a->strings["Hidden content by %s - Click to open/close"] = "Hidden content by %s - Reveal/hide";
$a->strings["Unblock Author"] = "Unblock author";
$a->strings["Block Author"] = "Block author";
$a->strings["blockem settings updated"] = "Blockem settings updated";
$a->strings['"Blockem"'] = '"Blockem"';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.';
$a->strings['Comma separated profile URLS:'] = 'Comma separated profile URLs:';
$a->strings['Save Settings'] = 'Save settings';
$a->strings['BLOCKEM Settings saved.'] = 'Blockem settings saved.';
$a->strings['Hidden content by %s - Click to open/close'] = 'Hidden content by %s - Reveal/hide';
$a->strings['Unblock Author'] = 'Unblock author';
$a->strings['Block Author'] = 'Block author';
$a->strings['blockem settings updated'] = 'Blockem settings updated';

View file

@ -5,13 +5,12 @@ function string_plural_select_en_us($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Blockem\""] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Hides user's content by collapsing posts. Also replaces their avatar with generic image.";
$a->strings["Comma separated profile URLS:"] = "Comma-separated profile URLs:";
$a->strings["Save Settings"] = "Save settings";
$a->strings["BLOCKEM Settings saved."] = "Blockem settings saved.";
$a->strings["Filtered user: %s"] = "Filtered user: %s";
$a->strings["Unblock Author"] = "Unblock author";
$a->strings["Block Author"] = "Block author";
$a->strings["blockem settings updated"] = "Blockem settings updated";
$a->strings['"Blockem"'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.';
$a->strings['Comma separated profile URLS:'] = 'Comma-separated profile URLs:';
$a->strings['Save Settings'] = 'Save settings';
$a->strings['BLOCKEM Settings saved.'] = 'Blockem settings saved.';
$a->strings['Filtered user: %s'] = 'Filtered user: %s';
$a->strings['Unblock Author'] = 'Unblock author';
$a->strings['Block Author'] = 'Block author';
$a->strings['blockem settings updated'] = 'Blockem settings updated';

View file

@ -5,11 +5,10 @@ function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem (Bloquealos)";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Oculta el contenido del usuario al colapsar las publicaciones. También reemplaza su avatar con una imagen genérica.";
$a->strings["Comma separated profile URLS:"] = "URLs de perfil separadas por comas:";
$a->strings["Save Settings"] = "Guardar configuración";
$a->strings["Filtered user: %s"] = "Usuario filtrado: %s";
$a->strings["Unblock Author"] = "Desbloquear autor";
$a->strings["Block Author"] = "Bloquear autor";
$a->strings['Blockem'] = 'Blockem (Bloquealos)';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Oculta el contenido del usuario al colapsar las publicaciones. También reemplaza su avatar con una imagen genérica.';
$a->strings['Comma separated profile URLS:'] = 'URLs de perfil separadas por comas:';
$a->strings['Save Settings'] = 'Guardar configuración';
$a->strings['Filtered user: %s'] = 'Usuario filtrado: %s';
$a->strings['Unblock Author'] = 'Desbloquear autor';
$a->strings['Block Author'] = 'Bloquear autor';

View file

@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["\"Blockem\""] = "\"Blockem\"";
$a->strings["Comma separated profile URLS:"] = "Profiilien URL-osoitteet pilkulla erotettuina:";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["BLOCKEM Settings saved."] = "Blockem -asetukset tallennettu";
$a->strings["Filtered user: %s"] = "Suodatettu käyttäjä: %s";
$a->strings["Unblock Author"] = "Poista kirjoittaja estolistalta";
$a->strings["Block Author"] = "Lisää kirjoittaja estolistalle";
$a->strings["blockem settings updated"] = "blockem -asetukset päivitetty";
$a->strings['"Blockem"'] = '"Blockem"';
$a->strings['Comma separated profile URLS:'] = 'Profiilien URL-osoitteet pilkulla erotettuina:';
$a->strings['Save Settings'] = 'Tallenna asetukset';
$a->strings['BLOCKEM Settings saved.'] = 'Blockem -asetukset tallennettu';
$a->strings['Filtered user: %s'] = 'Suodatettu käyttäjä: %s';
$a->strings['Unblock Author'] = 'Poista kirjoittaja estolistalta';
$a->strings['Block Author'] = 'Lisää kirjoittaja estolistalle';
$a->strings['blockem settings updated'] = 'blockem -asetukset päivitetty';

View file

@ -5,13 +5,12 @@ function string_plural_select_fr($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["Blockem"] = "Bloquez-les";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Cache le contenu de l'utilisateur en contractant les publications. Remplace aussi leur avatar par une image générique.";
$a->strings["Comma separated profile URLS:"] = "URLs de profil séparées par des virgules:";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["BLOCKEM Settings saved."] = "Paramètres Bloquez-les sauvegardés.";
$a->strings["Filtered user: %s"] = "Utilisateur filtré:%s";
$a->strings["Unblock Author"] = "Débloquer l'Auteur";
$a->strings["Block Author"] = "Bloquer l'Auteur";
$a->strings["blockem settings updated"] = "Réglages Blockem mis à jour.";
$a->strings['Blockem'] = 'Bloquez-les';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Cache le contenu de l\'utilisateur en contractant les publications. Remplace aussi leur avatar par une image générique.';
$a->strings['Comma separated profile URLS:'] = 'URLs de profil séparées par des virgules:';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['BLOCKEM Settings saved.'] = 'Paramètres Bloquez-les sauvegardés.';
$a->strings['Filtered user: %s'] = 'Utilisateur filtré:%s';
$a->strings['Unblock Author'] = 'Débloquer l\'Auteur';
$a->strings['Block Author'] = 'Bloquer l\'Auteur';
$a->strings['blockem settings updated'] = 'Réglages Blockem mis à jour.';

View file

@ -5,13 +5,12 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre.";
$a->strings["Comma separated profile URLS:"] = "Profil URL-ek vesszővel elválasztva:";
$a->strings["Save Settings"] = "Beállítások mentése";
$a->strings["BLOCKEM Settings saved."] = "A Blockem beállításai elmentve.";
$a->strings["Filtered user: %s"] = "Kiszűrt felhasználó: %s";
$a->strings["Unblock Author"] = "Szerző tiltásának feloldása";
$a->strings["Block Author"] = "Szerző tiltása";
$a->strings["blockem settings updated"] = "A Blockem beállításai frissítve.";
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre.';
$a->strings['Comma separated profile URLS:'] = 'Profil URL-ek vesszővel elválasztva:';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['BLOCKEM Settings saved.'] = 'A Blockem beállításai elmentve.';
$a->strings['Filtered user: %s'] = 'Kiszűrt felhasználó: %s';
$a->strings['Unblock Author'] = 'Szerző tiltásának feloldása';
$a->strings['Block Author'] = 'Szerző tiltása';
$a->strings['blockem settings updated'] = 'A Blockem beállításai frissítve.';

View file

@ -5,13 +5,12 @@ function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Nascondi il contenuto degli utenti collassando i messaggi. Sostituisce anche gli avatar con un'immagine generica.";
$a->strings["Comma separated profile URLS:"] = "URL profili separati da virgola:";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["BLOCKEM Settings saved."] = "Impostazioni BLOCKEM salvate.";
$a->strings["Filtered user: %s"] = "Utente filtrato: %s";
$a->strings["Unblock Author"] = "Sblocca autore";
$a->strings["Block Author"] = "Blocca autore";
$a->strings["blockem settings updated"] = "Impostazioni 'blockem' aggiornate.";
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Nascondi il contenuto degli utenti collassando i messaggi. Sostituisce anche gli avatar con un\'immagine generica.';
$a->strings['Comma separated profile URLS:'] = 'URL profili separati da virgola:';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['BLOCKEM Settings saved.'] = 'Impostazioni BLOCKEM salvate.';
$a->strings['Filtered user: %s'] = 'Utente filtrato: %s';
$a->strings['Unblock Author'] = 'Sblocca autore';
$a->strings['Block Author'] = 'Blocca autore';
$a->strings['blockem settings updated'] = 'Impostazioni \'blockem\' aggiornate.';

View file

@ -5,13 +5,12 @@ function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Verbergt de inhoud van het bericht van de gebruiker. Daarnaast vervangt het de avatar door een standaardafbeelding.";
$a->strings["Comma separated profile URLS:"] = "Profiel URLs (kommagescheiden):";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM instellingen opgeslagen.";
$a->strings["Filtered user: %s"] = "Gefilterde gebruiker: %s";
$a->strings["Unblock Author"] = "Deblokkeer Auteur";
$a->strings["Block Author"] = "Auteur blokkeren";
$a->strings["blockem settings updated"] = "blockem instellingen opgeslagen";
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Verbergt de inhoud van het bericht van de gebruiker. Daarnaast vervangt het de avatar door een standaardafbeelding.';
$a->strings['Comma separated profile URLS:'] = 'Profiel URLs (kommagescheiden):';
$a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM instellingen opgeslagen.';
$a->strings['Filtered user: %s'] = 'Gefilterde gebruiker: %s';
$a->strings['Unblock Author'] = 'Deblokkeer Auteur';
$a->strings['Block Author'] = 'Auteur blokkeren';
$a->strings['blockem settings updated'] = 'blockem instellingen opgeslagen';

View file

@ -5,13 +5,12 @@ function string_plural_select_pl($n){
$n = intval($n);
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Blockem"] = "Zablokowanie";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Ukrywa zawartość użytkownika, zwijając posty. Zastępuje również awatar wygenerowanym obrazem.";
$a->strings["Comma separated profile URLS:"] = "Rozdzielone przecinkami adresy URL profilu:";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Ustawienia zapisane.";
$a->strings["Filtered user: %s"] = "Użytkownik filtrowany: %s";
$a->strings["Unblock Author"] = "Odblokuj autora";
$a->strings["Block Author"] = "Zablokuj autora";
$a->strings["blockem settings updated"] = "ustawienia blockem zostały zaktualizowane";
$a->strings['Blockem'] = 'Zablokowanie';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Ukrywa zawartość użytkownika, zwijając posty. Zastępuje również awatar wygenerowanym obrazem.';
$a->strings['Comma separated profile URLS:'] = 'Rozdzielone przecinkami adresy URL profilu:';
$a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Ustawienia zapisane.';
$a->strings['Filtered user: %s'] = 'Użytkownik filtrowany: %s';
$a->strings['Unblock Author'] = 'Odblokuj autora';
$a->strings['Block Author'] = 'Zablokuj autora';
$a->strings['blockem settings updated'] = 'ustawienia blockem zostały zaktualizowane';

View file

@ -5,12 +5,11 @@ function string_plural_select_ro($n){
$n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}}
;
$a->strings["\"Blockem\""] = "\"Blockem\"";
$a->strings["Comma separated profile URLS to block"] = "Adresele URL de profil, de blocat, separate prin virgulă";
$a->strings["Save Settings"] = "Salvare Configurări";
$a->strings["BLOCKEM Settings saved."] = "Configurările BLOCKEM au fost salvate.";
$a->strings["Blocked %s - Click to open/close"] = "%s Blocate - Apăsați pentru a deschide/închide";
$a->strings["Unblock Author"] = "Deblocare Autor";
$a->strings["Block Author"] = "Blocare Autor";
$a->strings["blockem settings updated"] = "Configurările blockem au fost actualizate";
$a->strings['"Blockem"'] = '"Blockem"';
$a->strings['Comma separated profile URLS to block'] = 'Adresele URL de profil, de blocat, separate prin virgulă';
$a->strings['Save Settings'] = 'Salvare Configurări';
$a->strings['BLOCKEM Settings saved.'] = 'Configurările BLOCKEM au fost salvate.';
$a->strings['Blocked %s - Click to open/close'] = '%s Blocate - Apăsați pentru a deschide/închide';
$a->strings['Unblock Author'] = 'Deblocare Autor';
$a->strings['Block Author'] = 'Blocare Autor';
$a->strings['blockem settings updated'] = 'Configurările blockem au fost actualizate';

View file

@ -5,13 +5,12 @@ function string_plural_select_ru($n){
$n = intval($n);
if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
}}
;
$a->strings["Blockem"] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Скрыть контент пользователя. Также заменяет его аватар изображением по-умолчанию.";
$a->strings["Comma separated profile URLS:"] = "URL профилей, разделенные запятыми:";
$a->strings["Save Settings"] = "Сохранить настройки";
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Настройки сохранены.";
$a->strings["Filtered user: %s"] = "Отфильтрованный пользователь: %s";
$a->strings["Unblock Author"] = "Разблокировать автора";
$a->strings["Block Author"] = "Блокировать автора";
$a->strings["blockem settings updated"] = "Настройки Blockem обновлены";
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Скрыть контент пользователя. Также заменяет его аватар изображением по-умолчанию.';
$a->strings['Comma separated profile URLS:'] = 'URL профилей, разделенные запятыми:';
$a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Настройки сохранены.';
$a->strings['Filtered user: %s'] = 'Отфильтрованный пользователь: %s';
$a->strings['Unblock Author'] = 'Разблокировать автора';
$a->strings['Block Author'] = 'Блокировать автора';
$a->strings['blockem settings updated'] = 'Настройки Blockem обновлены';

View file

@ -5,13 +5,12 @@ function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Blockem"] = "BLOCKEM";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Döljer användares inlägg genom sammanslagning nedåt. Användarens profilbild ersätts med en standardbild.";
$a->strings["Comma separated profile URLS:"] = "Kommaseparerade profiladresser:";
$a->strings["Save Settings"] = "Spara inställningar";
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Inställningar sparade.";
$a->strings["Filtered user: %s"] = "Filtrerat på användare:%s";
$a->strings["Unblock Author"] = "Avblockera författare";
$a->strings["Block Author"] = "Blockera författare";
$a->strings["blockem settings updated"] = "BLOCKEM Inställningar uppdaterade";
$a->strings['Blockem'] = 'BLOCKEM';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Döljer användares inlägg genom sammanslagning nedåt. Användarens profilbild ersätts med en standardbild.';
$a->strings['Comma separated profile URLS:'] = 'Kommaseparerade profiladresser:';
$a->strings['Save Settings'] = 'Spara inställningar';
$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Inställningar sparade.';
$a->strings['Filtered user: %s'] = 'Filtrerat på användare:%s';
$a->strings['Unblock Author'] = 'Avblockera författare';
$a->strings['Block Author'] = 'Blockera författare';
$a->strings['blockem settings updated'] = 'BLOCKEM Inställningar uppdaterade';