Browse Source

Drop Twitter integration (byebye Elon)

Update the dependencies
pull/1256/head
Timothée Jaussoin 2 years ago
parent
commit
4796f88b4e
  1. 1
      CHANGELOG.md
  2. 1
      app/Configuration.php
  3. 6
      app/Url.php
  4. 19
      app/widgets/AdminMain/adminmain.tpl
  5. 6
      app/widgets/AdminMain/locales.ini
  6. 372
      composer.lock
  7. 21
      database/migrations/20231211172456_drop_twitter_token_from_configuration_table.php
  8. 34
      locales/ach.po
  9. 34
      locales/ady.po
  10. 34
      locales/af.po
  11. 34
      locales/am.po
  12. 34
      locales/ar.po
  13. 34
      locales/be.po
  14. 43
      locales/bg.po
  15. 34
      locales/bn.po
  16. 34
      locales/br.po
  17. 34
      locales/ca.po
  18. 34
      locales/cs.po
  19. 34
      locales/da.po
  20. 34
      locales/de.po
  21. 34
      locales/el.po
  22. 52
      locales/en.po
  23. 34
      locales/eo.po
  24. 34
      locales/es.po
  25. 49
      locales/eu.po
  26. 34
      locales/fa.po
  27. 34
      locales/fi.po
  28. 52
      locales/fr.po
  29. 34
      locales/ga.po
  30. 34
      locales/gl.po
  31. 34
      locales/he.po
  32. 34
      locales/hr.po
  33. 34
      locales/hu.po
  34. 34
      locales/id.po
  35. 34
      locales/io.po
  36. 34
      locales/is.po
  37. 34
      locales/it.po
  38. 34
      locales/ja.po
  39. 34
      locales/jbo.po
  40. 34
      locales/kk.po
  41. 37
      locales/ko.po
  42. 34
      locales/lb.po
  43. 34
      locales/lt.po
  44. 34
      locales/lv.po
  45. 655
      locales/messages.pot
  46. 34
      locales/nb.po
  47. 34
      locales/ne.po
  48. 34
      locales/nl.po
  49. 34
      locales/oc.po
  50. 34
      locales/pl.po
  51. 34
      locales/pt.po
  52. 46
      locales/pt_br.po
  53. 34
      locales/ro.po
  54. 34
      locales/ru.po
  55. 34
      locales/sk.po
  56. 34
      locales/sl.po
  57. 52
      locales/sq.po
  58. 34
      locales/sv.po
  59. 34
      locales/sw.po
  60. 34
      locales/tr.po
  61. 40
      locales/ug.po
  62. 34
      locales/uk.po
  63. 34
      locales/ur.po
  64. 34
      locales/ur_pk.po
  65. 34
      locales/vi.po
  66. 52
      locales/zh.po
  67. 34
      locales/zh_tw.po

1
CHANGELOG.md

@ -11,6 +11,7 @@ v0.22.6 (trunk)
* Complete the Manifest content to have a better PWA integration
* Start the implementation of https://xmpp.org/extensions/xep-0444.html#disco-restricted for MUC
* Add pagination on room presences list to prevent performances issues in large chatrooms
* Drop Twitter integration (byebye Elon)
v0.22.5
---------------------------

1
app/Configuration.php

@ -21,7 +21,6 @@ class Configuration extends Model
'loglevel',
'username',
'password',
'twittertoken',
'xmppdomain',
'xmppdescription',
'xmppwhitelist',

6
app/Url.php

@ -83,12 +83,6 @@ class Url extends Model
$embed = new Embed(new Crawler($client));
$configuration = Configuration::get();
if (!empty($configuration->twittertoken)) {
$embed->setSettings([
'twitter:token' => $configuration->twittertoken
]);
}
$embed->getExtractorFactory()->addDetector('images', EmbedImagesExtractor::class);
$info = $embed->get($url);

19
app/widgets/AdminMain/adminmain.tpl

@ -198,25 +198,6 @@
</li>
</ul>
<h3>{$c->__('twitter.title')}</h3>
<div>
<input type="text" name="twittertoken" id="twittertoken" placeholder="123ABC" value="{$conf->twittertoken ?? ''}" />
<label for="info">{$c->__('twitter.label')}</label>
</div>
<ul class="list thick">
<li>
<span class="primary icon bubble gray">
<i class="material-icons">text_snippet</i>
</span>
<div>
<p>{$c->__('twitter.info1')}</p>
<p><a href="https://developer.twitter.com/" target="_blank">{$c->__('twitter.info2')}</a></p>
</div>
</li>
</ul>
<input
type="submit"
class="button color oppose"

6
app/widgets/AdminMain/locales.ini

@ -53,12 +53,6 @@ label = Your Tenor API Key
info1 = Movim integrates the Tenor API to allow GIF search and publication in Chat
info2 = Access Tenor and get your API key
[twitter]
title = Twitter integration
label = Your Twitter Token
info1 = The Twitter integration allows Movim to embed and extract the Tweets shared on the instance
info2 = Generate your Token on the Developer Twitter website
[log]
empty = Empty
syslog = Syslog

372
composer.lock

@ -356,6 +356,75 @@
},
"time": "2023-04-11T21:22:06+00:00"
},
{
"name": "carbonphp/carbon-doctrine-types",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
"reference": "67a77972b9f398ae7068dabacc39c08aeee170d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/67a77972b9f398ae7068dabacc39c08aeee170d5",
"reference": "67a77972b9f398ae7068dabacc39c08aeee170d5",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"conflict": {
"doctrine/dbal": "<3.7.0 || >=4.0.0"
},
"require-dev": {
"doctrine/dbal": "^3.7.0",
"nesbot/carbon": "^2.71.0 || ^3.0.0",
"phpunit/phpunit": "^10.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KyleKatarn",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Types to use Carbon in Doctrine",
"keywords": [
"carbon",
"date",
"datetime",
"doctrine",
"time"
],
"support": {
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.0.0"
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
"time": "2023-10-01T14:29:01+00:00"
},
{
"name": "cocur/slugify",
"version": "v4.5.1",
@ -1147,16 +1216,16 @@
},
{
"name": "embed/embed",
"version": "v4.4.8",
"version": "v4.4.10",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/Embed.git",
"reference": "49134080764018bc6b8a2488dd1c8cc2c47d15fc"
"reference": "8ac21505d048e8796c6cb9172ec5e81e5d0e0408"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/49134080764018bc6b8a2488dd1c8cc2c47d15fc",
"reference": "49134080764018bc6b8a2488dd1c8cc2c47d15fc",
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/8ac21505d048e8796c6cb9172ec5e81e5d0e0408",
"reference": "8ac21505d048e8796c6cb9172ec5e81e5d0e0408",
"shasum": ""
},
"require": {
@ -1216,7 +1285,7 @@
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/Embed/issues",
"source": "https://github.com/oscarotero/Embed/tree/v4.4.8"
"source": "https://github.com/oscarotero/Embed/tree/v4.4.10"
},
"funding": [
{
@ -1232,7 +1301,7 @@
"type": "patreon"
}
],
"time": "2023-05-22T18:48:30+00:00"
"time": "2023-12-10T12:30:47+00:00"
},
{
"name": "evenement/evenement",
@ -1599,16 +1668,16 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.8.0",
"version": "7.8.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
"shasum": ""
},
"require": {
@ -1623,11 +1692,11 @@
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
@ -1705,7 +1774,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.8.0"
"source": "https://github.com/guzzle/guzzle/tree/7.8.1"
},
"funding": [
{
@ -1721,28 +1790,28 @@
"type": "tidelift"
}
],
"time": "2023-08-27T10:20:53+00:00"
"time": "2023-12-03T20:35:24+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "2.0.1",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
"url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
},
"type": "library",
"extra": {
@ -1788,7 +1857,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.0.1"
"source": "https://github.com/guzzle/promises/tree/2.0.2"
},
"funding": [
{
@ -1804,20 +1873,20 @@
"type": "tidelift"
}
],
"time": "2023-08-03T15:11:55+00:00"
"time": "2023-12-03T20:19:20+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "2.6.1",
"version": "2.6.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
"shasum": ""
},
"require": {
@ -1831,9 +1900,9 @@
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@ -1904,7 +1973,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.6.1"
"source": "https://github.com/guzzle/psr7/tree/2.6.2"
},
"funding": [
{
@ -1920,11 +1989,11 @@
"type": "tidelift"
}
],
"time": "2023-08-27T10:13:57+00:00"
"time": "2023-12-03T20:05:35+00:00"
},
{
"name": "illuminate/bus",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/bus.git",
@ -1977,16 +2046,16 @@
},
{
"name": "illuminate/collections",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
"reference": "766a3b6c3e5c8011b037a147266dcf7f93b21223"
"reference": "8e4c4f97ea066cd6aec962ef8a6abc09dfd5e754"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/766a3b6c3e5c8011b037a147266dcf7f93b21223",
"reference": "766a3b6c3e5c8011b037a147266dcf7f93b21223",
"url": "https://api.github.com/repos/illuminate/collections/zipball/8e4c4f97ea066cd6aec962ef8a6abc09dfd5e754",
"reference": "8e4c4f97ea066cd6aec962ef8a6abc09dfd5e754",
"shasum": ""
},
"require": {
@ -2028,11 +2097,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-11-20T15:45:45+00:00"
"time": "2023-11-27T14:46:52+00:00"
},
{
"name": "illuminate/conditionable",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
@ -2078,7 +2147,7 @@
},
{
"name": "illuminate/container",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
@ -2129,7 +2198,7 @@
},
{
"name": "illuminate/contracts",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@ -2177,16 +2246,16 @@
},
{
"name": "illuminate/database",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
"reference": "8cebe8112d612a9ce8025a1bce22ca5cc5c1308f"
"reference": "3368e28e7ecc5b66fc749104ce75982971823216"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/database/zipball/8cebe8112d612a9ce8025a1bce22ca5cc5c1308f",
"reference": "8cebe8112d612a9ce8025a1bce22ca5cc5c1308f",
"url": "https://api.github.com/repos/illuminate/database/zipball/3368e28e7ecc5b66fc749104ce75982971823216",
"reference": "3368e28e7ecc5b66fc749104ce75982971823216",
"shasum": ""
},
"require": {
@ -2242,11 +2311,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-11-15T19:02:12+00:00"
"time": "2023-12-04T22:26:42+00:00"
},
{
"name": "illuminate/events",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/events.git",
@ -2301,7 +2370,7 @@
},
{
"name": "illuminate/macroable",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@ -2347,7 +2416,7 @@
},
{
"name": "illuminate/pipeline",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/pipeline.git",
@ -2395,16 +2464,16 @@
},
{
"name": "illuminate/support",
"version": "v10.33.0",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "f414b40d6149d6a4954f0abceacd1af2edf2d596"
"reference": "84fd6e3a041c93bf8dca1349caf994023ee5c9e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/f414b40d6149d6a4954f0abceacd1af2edf2d596",
"reference": "f414b40d6149d6a4954f0abceacd1af2edf2d596",
"url": "https://api.github.com/repos/illuminate/support/zipball/84fd6e3a041c93bf8dca1349caf994023ee5c9e0",
"reference": "84fd6e3a041c93bf8dca1349caf994023ee5c9e0",
"shasum": ""
},
"require": {
@ -2462,7 +2531,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-11-20T20:29:51+00:00"
"time": "2023-12-04T22:26:42+00:00"
},
{
"name": "league/commonmark",
@ -2926,19 +2995,20 @@
},
{
"name": "nesbot/carbon",
"version": "2.71.0",
"version": "2.72.1",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "98276233188583f2ff845a0f992a235472d9466a"
"reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a",
"reference": "98276233188583f2ff845a0f992a235472d9466a",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
"reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
"shasum": ""
},
"require": {
"carbonphp/carbon-doctrine-types": "*",
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"psr/clock": "^1.0",
@ -2950,8 +3020,8 @@
"psr/clock-implementation": "1.0"
},
"require-dev": {
"doctrine/dbal": "^2.0 || ^3.1.4",
"doctrine/orm": "^2.7",
"doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
"doctrine/orm": "^2.7 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
@ -3028,7 +3098,7 @@
"type": "tidelift"
}
],
"time": "2023-09-25T11:31:05+00:00"
"time": "2023-12-08T23:47:49+00:00"
},
{
"name": "nette/schema",
@ -3180,16 +3250,16 @@
},
{
"name": "oscarotero/html-parser",
"version": "v0.1.7",
"version": "v0.1.8",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/html-parser.git",
"reference": "0c5b619bdc7ac061f06a667d913e2af708ee3231"
"reference": "10f3219267a365d9433f2f7d1694209c9d436c8d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oscarotero/html-parser/zipball/0c5b619bdc7ac061f06a667d913e2af708ee3231",
"reference": "0c5b619bdc7ac061f06a667d913e2af708ee3231",
"url": "https://api.github.com/repos/oscarotero/html-parser/zipball/10f3219267a365d9433f2f7d1694209c9d436c8d",
"reference": "10f3219267a365d9433f2f7d1694209c9d436c8d",
"shasum": ""
},
"require": {
@ -3227,9 +3297,9 @@
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/html-parser/issues",
"source": "https://github.com/oscarotero/html-parser/tree/v0.1.7"
"source": "https://github.com/oscarotero/html-parser/tree/v0.1.8"
},
"time": "2022-12-17T09:48:58+00:00"
"time": "2023-11-29T20:28:41+00:00"
},
{
"name": "paragonie/constant_time_encoding",
@ -4305,16 +4375,16 @@
},
{
"name": "react/dns",
"version": "v1.11.0",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
"reference": "3be0fc8f1eb37d6875cd6f0c6c7d0be81435de9f"
"reference": "c134600642fa615b46b41237ef243daa65bb64ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/dns/zipball/3be0fc8f1eb37d6875cd6f0c6c7d0be81435de9f",
"reference": "3be0fc8f1eb37d6875cd6f0c6c7d0be81435de9f",
"url": "https://api.github.com/repos/reactphp/dns/zipball/c134600642fa615b46b41237ef243daa65bb64ec",
"reference": "c134600642fa615b46b41237ef243daa65bb64ec",
"shasum": ""
},
"require": {
@ -4324,7 +4394,7 @@
"react/promise": "^3.0 || ^2.7 || ^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5 || ^4.8.35",
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
"react/async": "^4 || ^3 || ^2",
"react/promise-timer": "^1.9"
},
@ -4369,7 +4439,7 @@
],
"support": {
"issues": "https://github.com/reactphp/dns/issues",
"source": "https://github.com/reactphp/dns/tree/v1.11.0"
"source": "https://github.com/reactphp/dns/tree/v1.12.0"
},
"funding": [
{
@ -4377,7 +4447,7 @@
"type": "open_collective"
}
],
"time": "2023-06-02T12:45:26+00:00"
"time": "2023-11-29T12:41:06+00:00"
},
{
"name": "react/event-loop",
@ -5298,22 +5368,22 @@
},
{
"name": "symfony/config",
"version": "v6.3.8",
"version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "b7a63887960359e5b59b15826fa9f9be10acbe88"
"reference": "5d33e0fb707d603330e0edfd4691803a1253572e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/b7a63887960359e5b59b15826fa9f9be10acbe88",
"reference": "b7a63887960359e5b59b15826fa9f9be10acbe88",
"url": "https://api.github.com/repos/symfony/config/zipball/5d33e0fb707d603330e0edfd4691803a1253572e",
"reference": "5d33e0fb707d603330e0edfd4691803a1253572e",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/filesystem": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0|^7.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
@ -5321,11 +5391,11 @@
"symfony/service-contracts": "<2.5"
},
"require-dev": {
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/finder": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^5.4|^6.0"
"symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@ -5353,7 +5423,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v6.3.8"
"source": "https://github.com/symfony/config/tree/v6.4.0"
},
"funding": [
{
@ -5369,20 +5439,20 @@
"type": "tidelift"
}
],
"time": "2023-11-09T08:28:21+00:00"
"time": "2023-11-09T08:28:32+00:00"
},
{
"name": "symfony/console",
"version": "v6.3.8",
"version": "v6.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "0d14a9f6d04d4ac38a8cea1171f4554e325dae92"
"reference": "a550a7c99daeedef3f9d23fb82e3531525ff11fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/0d14a9f6d04d4ac38a8cea1171f4554e325dae92",
"reference": "0d14a9f6d04d4ac38a8cea1171f4554e325dae92",
"url": "https://api.github.com/repos/symfony/console/zipball/a550a7c99daeedef3f9d23fb82e3531525ff11fd",
"reference": "a550a7c99daeedef3f9d23fb82e3531525ff11fd",
"shasum": ""
},
"require": {
@ -5390,7 +5460,7 @@
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^5.4|^6.0"
"symfony/string": "^5.4|^6.0|^7.0"
},
"conflict": {
"symfony/dependency-injection": "<5.4",
@ -5404,12 +5474,16 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@ -5443,7 +5517,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.3.8"
"source": "https://github.com/symfony/console/tree/v6.4.1"
},
"funding": [
{
@ -5459,7 +5533,7 @@
"type": "tidelift"
}
],
"time": "2023-10-31T08:09:35+00:00"
"time": "2023-11-30T10:54:28+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -5530,16 +5604,16 @@
},
{
"name": "symfony/filesystem",
"version": "v6.3.1",
"version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
"reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
"reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/952a8cb588c3bc6ce76f6023000fb932f16a6e59",
"reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59",
"shasum": ""
},
"require": {
@ -5573,7 +5647,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v6.3.1"
"source": "https://github.com/symfony/filesystem/tree/v6.4.0"
},
"funding": [
{
@ -5589,20 +5663,20 @@
"type": "tidelift"
}
],
"time": "2023-06-01T08:30:39+00:00"
"time": "2023-07-26T17:27:13+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v6.3.8",
"version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "ce332676de1912c4389222987193c3ef38033df6"
"reference": "44a6d39a9cc11e154547d882d5aac1e014440771"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/ce332676de1912c4389222987193c3ef38033df6",
"reference": "ce332676de1912c4389222987193c3ef38033df6",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/44a6d39a9cc11e154547d882d5aac1e014440771",
"reference": "44a6d39a9cc11e154547d882d5aac1e014440771",
"shasum": ""
},
"require": {
@ -5617,12 +5691,12 @@
"require-dev": {
"doctrine/dbal": "^2.13.1|^3|^4",
"predis/predis": "^1.1|^2.0",
"symfony/cache": "^6.3",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
"symfony/mime": "^5.4|^6.0",
"symfony/rate-limiter": "^5.2|^6.0"
"symfony/cache": "^6.3|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
"symfony/mime": "^5.4|^6.0|^7.0",
"symfony/rate-limiter": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@ -5650,7 +5724,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.3.8"
"source": "https://github.com/symfony/http-foundation/tree/v6.4.0"
},
"funding": [
{
@ -5666,7 +5740,7 @@
"type": "tidelift"
}
],
"time": "2023-11-07T10:17:15+00:00"
"time": "2023-11-20T16:41:16+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -6163,16 +6237,16 @@
},
{
"name": "symfony/routing",
"version": "v6.3.5",
"version": "v6.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
"reference": "0c95c164fdba18b12523b75e64199ca3503e6d40"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
"reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
"url": "https://api.github.com/repos/symfony/routing/zipball/0c95c164fdba18b12523b75e64199ca3503e6d40",
"reference": "0c95c164fdba18b12523b75e64199ca3503e6d40",
"shasum": ""
},
"require": {
@ -6188,11 +6262,11 @@
"require-dev": {
"doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
"symfony/config": "^6.2",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
"symfony/config": "^6.2|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@ -6226,7 +6300,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.3.5"
"source": "https://github.com/symfony/routing/tree/v6.4.1"
},
"funding": [
{
@ -6242,7 +6316,7 @@
"type": "tidelift"
}
],
"time": "2023-09-20T16:05:51+00:00"
"time": "2023-12-01T14:54:37+00:00"
},
{
"name": "symfony/service-contracts",
@ -6328,16 +6402,16 @@
},
{
"name": "symfony/string",
"version": "v6.3.8",
"version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "13880a87790c76ef994c91e87efb96134522577a"
"reference": "b45fcf399ea9c3af543a92edf7172ba21174d809"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/13880a87790c76ef994c91e87efb96134522577a",
"reference": "13880a87790c76ef994c91e87efb96134522577a",
"url": "https://api.github.com/repos/symfony/string/zipball/b45fcf399ea9c3af543a92edf7172ba21174d809",
"reference": "b45fcf399ea9c3af543a92edf7172ba21174d809",
"shasum": ""
},
"require": {
@ -6351,11 +6425,11 @@
"symfony/translation-contracts": "<2.5"
},
"require-dev": {
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/intl": "^6.2",
"symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/intl": "^6.2|^7.0",
"symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
"symfony/var-exporter": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@ -6394,7 +6468,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.3.8"
"source": "https://github.com/symfony/string/tree/v6.4.0"
},
"funding": [
{
@ -6410,20 +6484,20 @@
"type": "tidelift"
}
],
"time": "2023-11-09T08:28:21+00:00"
"time": "2023-11-28T20:41:49+00:00"
},
{
"name": "symfony/translation",
"version": "v6.3.7",
"version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "30212e7c87dcb79c83f6362b00bde0e0b1213499"
"reference": "b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/30212e7c87dcb79c83f6362b00bde0e0b1213499",
"reference": "30212e7c87dcb79c83f6362b00bde0e0b1213499",
"url": "https://api.github.com/repos/symfony/translation/zipball/b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37",
"reference": "b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37",
"shasum": ""
},
"require": {
@ -6448,17 +6522,17 @@
"require-dev": {
"nikic/php-parser": "^4.13",
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/finder": "^5.4|^6.0|^7.0",
"symfony/http-client-contracts": "^2.5|^3.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/intl": "^5.4|^6.0|^7.0",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/routing": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^5.4|^6.0"
"symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@ -6489,7 +6563,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.3.7"
"source": "https://github.com/symfony/translation/tree/v6.4.0"
},
"funding": [
{
@ -6505,7 +6579,7 @@
"type": "tidelift"
}
],
"time": "2023-10-28T23:11:45+00:00"
"time": "2023-11-29T08:14:36+00:00"
},
{
"name": "symfony/translation-contracts",

21
database/migrations/20231211172456_drop_twitter_token_from_configuration_table.php

@ -0,0 +1,21 @@
<?php
use Movim\Migration;
use Illuminate\Database\Schema\Blueprint;
class DropTwitterTokenFromConfigurationTable extends Migration
{
public function up()
{
$this->schema->table('configuration', function (Blueprint $table) {
$table->dropColumn('twittertoken');
});
}
public function down()
{
$this->schema->table('configuration', function (Blueprint $table) {
$table->string('twittertoken')->nullable();
});
}
}

34
locales/ach.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Acoli (http://app.transifex.com/movim/movim/language/ach/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/ady.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Adyghe (http://app.transifex.com/movim/movim/language/ady/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/af.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Afrikaans (http://app.transifex.com/movim/movim/language/af/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/am.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Amharic (Ethiopia) (http://app.transifex.com/movim/movim/language/am_ET/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/ar.po

@ -19,8 +19,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -61,8 +59,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -120,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Med Touhami MAHDI <dragnucs@legtux.org>, 2017\n"
"Language-Team: Arabic (http://app.transifex.com/movim/movim/language/ar/)\n"
@ -413,22 +409,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -493,10 +473,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1425,10 +1401,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2518,6 +2490,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/be.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Belarusian (http://app.transifex.com/movim/movim/language/be/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

43
locales/bg.po

@ -20,8 +20,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -62,8 +60,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -121,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Rossen Karpuzov <rkarpuzov@yahoo.com>, 2020-2023\n"
"Language-Team: Bulgarian (http://app.transifex.com/movim/movim/language/bg/)\n"
@ -414,22 +410,6 @@ msgstr "Movim интегрира Tenor API за да позволи търсен
msgid "Access Tenor and get your API key"
msgstr "Достъпете Tenor и вземете API ключ"
#: [twitter]title
msgid "Twitter integration"
msgstr "Twitter интеграция"
#: [twitter]label
msgid "Your Twitter Token"
msgstr "Вашия Twitter токен"
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Празно"
@ -494,10 +474,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr "Спряна"
@ -1426,10 +1402,6 @@ msgstr "Поканете"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Този контакт е във вашия списък с контакти, но няма абонамент между двата акаунта"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "Не са открити обществени данни"
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2519,6 +2491,10 @@ msgstr "Профила е актуализиран"
msgid "Profile Not Updated"
msgstr "Профилът не е актуализиран"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Профилът ви вече е обществен"
@ -3556,3 +3532,12 @@ msgstr ""
#: [field]type_here
msgid "Type here"
msgstr "Пиши тук"
#~ msgid "Twitter integration"
#~ msgstr "Twitter интеграция"
#~ msgid "Your Twitter Token"
#~ msgstr "Вашия Twitter токен"
#~ msgid "No public data found"
#~ msgstr "Не са открити обществени данни"

34
locales/bn.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2013\n"
"Language-Team: Bengali (http://app.transifex.com/movim/movim/language/bn/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/br.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Irriep Nala Novram <per.morvan.bzh29@gmail.com>, 2017\n"
"Language-Team: Breton (http://app.transifex.com/movim/movim/language/br/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/ca.po

@ -19,8 +19,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -61,8 +59,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -120,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: T3rr0rz0n3 <zagur@voidnull.es>, 2019\n"
"Language-Team: Catalan (http://app.transifex.com/movim/movim/language/ca/)\n"
@ -413,22 +409,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Buit"
@ -493,10 +473,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1425,10 +1401,6 @@ msgstr "Convida"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2518,6 +2490,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/cs.po

@ -21,8 +21,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -63,8 +61,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -122,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Egon Borovan <egon.boro@gmail.com>, 2019\n"
"Language-Team: Czech (Czech Republic) (http://app.transifex.com/movim/movim/language/cs_CZ/)\n"
@ -415,22 +411,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Prázdné"
@ -495,10 +475,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1427,10 +1403,6 @@ msgstr "Pozvat"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2520,6 +2492,10 @@ msgstr "Profil aktualizován"
msgid "Profile Not Updated"
msgstr "Profil neaktualizován"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Váš profil je nyní veřejný"

34
locales/da.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Mikkel Kirkgaard Nielsen <memb_transifex@mikini.dk>, 2016\n"
"Language-Team: Danish (http://app.transifex.com/movim/movim/language/da/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Tomt"
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr "Inviter"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr "Profil opdateret"
msgid "Profile Not Updated"
msgstr "Profil ikke opdateret"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Din profil er nu offentlig"

34
locales/de.po

@ -35,8 +35,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -77,8 +75,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -136,7 +132,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Jaussoin Timothée <edhelas@movim.eu>, 2017,2023\n"
"Language-Team: German (http://app.transifex.com/movim/movim/language/de/)\n"
@ -429,22 +425,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Leer"
@ -509,10 +489,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1441,10 +1417,6 @@ msgstr "Einladen"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Der Kontakt ist in Ihrer Kontaktliste, aber es gibt keine Verbindung zwischen den beiden Konten"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2534,6 +2506,10 @@ msgstr "Profil aktualisiert"
msgid "Profile Not Updated"
msgstr "Profil nicht aktualisiert"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Ihr Profil ist jetzt öffentlich"

34
locales/el.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Marinus Savoritias <msavorritias@gmail.com>, 2016\n"
"Language-Team: Greek (http://app.transifex.com/movim/movim/language/el/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Άδειο"
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr "Το προφίλ ενημερώθηκε"
msgid "Profile Not Updated"
msgstr "Το προφίλ δεν ενημερώθηκε"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Το προφίλ είναι πλέον δημόσιο"

52
locales/en.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (http://app.transifex.com/movim/movim/language/en/)\n"
@ -411,22 +407,6 @@ msgstr "Movim integrates the Tenor API to allow GIF search and publication in Ch
msgid "Access Tenor and get your API key"
msgstr "Access Tenor and get your API key"
#: [twitter]title
msgid "Twitter integration"
msgstr "Twitter integration"
#: [twitter]label
msgid "Your Twitter Token"
msgstr "Your Twitter Token"
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr "Generate your Token on the Developer Twitter website"
#: [log]empty
msgid "Empty"
msgstr "Empty"
@ -491,10 +471,6 @@ msgstr "Banner Updated"
msgid "Banner Not Updated"
msgstr "Banner Not Updated"
#: [badges]title
msgid "Badges"
msgstr "Badges"
#: [blocked]title
msgid "Blocked"
msgstr "Blocked"
@ -1423,10 +1399,6 @@ msgstr "Invite"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "This contact is in your contact list but there is no subscription between the two accounts"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "No public data found"
#: [dictaphone]name
msgid "Dictaphone"
msgstr "Dictaphone"
@ -2516,6 +2488,10 @@ msgstr "Profile Updated"
msgid "Profile Not Updated"
msgstr "Profile Not Updated"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Your profile is now public"
@ -3553,3 +3529,21 @@ msgstr "The API is not reachable, try again later"
#: [field]type_here
msgid "Type here"
msgstr "Type here"
#~ msgid "Twitter integration"
#~ msgstr "Twitter integration"
#~ msgid "Your Twitter Token"
#~ msgstr "Your Twitter Token"
#~ msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
#~ msgstr "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
#~ msgid "Generate your Token on the Developer Twitter website"
#~ msgstr "Generate your Token on the Developer Twitter website"
#~ msgid "Badges"
#~ msgstr "Badges"
#~ msgid "No public data found"
#~ msgstr "No public data found"

34
locales/eo.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Esperanto (http://app.transifex.com/movim/movim/language/eo/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/es.po

@ -28,8 +28,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -70,8 +68,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -129,7 +125,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: cristian paraque, 2022\n"
"Language-Team: Spanish (http://app.transifex.com/movim/movim/language/es/)\n"
@ -422,22 +418,6 @@ msgstr "Movim integra la API de Tenor para permitir la búsqueda y publicación
msgid "Access Tenor and get your API key"
msgstr "Accede a Tenor y obtén tu clave API"
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Vacío"
@ -502,10 +482,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1434,10 +1410,6 @@ msgstr "Invitar"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Este contacto esta en tu lista de contactos pero no hay suscripción entre las dos cuentas"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2527,6 +2499,10 @@ msgstr "Perfil actualizado"
msgid "Profile Not Updated"
msgstr "Perfil no actualizado"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Tu perfil es ahora público"

49
locales/eu.po

@ -20,8 +20,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -62,8 +60,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -121,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Xabi, 2023\n"
"Language-Team: Basque (http://app.transifex.com/movim/movim/language/eu/)\n"
@ -414,22 +410,6 @@ msgstr "Movimek Tenorren APIa darabil txatetan GIFak bilatu eta txertatzeko"
msgid "Access Tenor and get your API key"
msgstr "Sartu Tenorrera eta eskuratu API gakoa"
#: [twitter]title
msgid "Twitter integration"
msgstr "Twitterrekin integrazioa"
#: [twitter]label
msgid "Your Twitter Token"
msgstr "Zure Twitterren tokena"
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr "Sortu zure tokena Twitterren Garatzaileen webgunean"
#: [log]empty
msgid "Empty"
msgstr "Hutsik"
@ -494,10 +474,6 @@ msgstr "Goiburuko irudia eguneratu da"
msgid "Banner Not Updated"
msgstr "Goiburuko irudia ez da eguneratu"
#: [badges]title
msgid "Badges"
msgstr "Entseinak"
#: [blocked]title
msgid "Blocked"
msgstr "Blokeatutakoak"
@ -1426,10 +1402,6 @@ msgstr "Gonbidatu"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Kontaktu hau zure kontaktuetan dago baina ez dago harpidetzarik bi kontuen artean"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "Ez da datu publikorik aurkitu"
#: [dictaphone]name
msgid "Dictaphone"
msgstr "Diktafonoa"
@ -2519,6 +2491,10 @@ msgstr "Profila eguneratu da"
msgid "Profile Not Updated"
msgstr "Profila ez da eguneratu"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Zure profila publikoa da orain"
@ -3556,3 +3532,18 @@ msgstr "Ezin da APIa eskuratu, saiatu berriro beranduago"
#: [field]type_here
msgid "Type here"
msgstr "Idatzi hemen"
#~ msgid "Twitter integration"
#~ msgstr "Twitterrekin integrazioa"
#~ msgid "Your Twitter Token"
#~ msgstr "Zure Twitterren tokena"
#~ msgid "Generate your Token on the Developer Twitter website"
#~ msgstr "Sortu zure tokena Twitterren Garatzaileen webgunean"
#~ msgid "Badges"
#~ msgstr "Entseinak"
#~ msgid "No public data found"
#~ msgstr "Ez da datu publikorik aurkitu"

34
locales/fa.po

@ -21,8 +21,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -63,8 +61,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -122,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: revolt68 <ashrafnezhad@gmail.com>, 2021\n"
"Language-Team: Persian (http://app.transifex.com/movim/movim/language/fa/)\n"
@ -415,22 +411,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "خالی"
@ -495,10 +475,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1427,10 +1403,6 @@ msgstr "دعوت"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2520,6 +2492,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/fi.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Mikael H <silfursun@gmail.com>, 2016\n"
"Language-Team: Finnish (http://app.transifex.com/movim/movim/language/fi/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Tyhjä"
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr "Profiili päivitetty"
msgid "Profile Not Updated"
msgstr "Profiilia ei päivitetty"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Profiilisi on nyt julkinen"

52
locales/fr.po

@ -27,8 +27,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -69,8 +67,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -128,7 +124,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Jaussoin Timothée <edhelas@movim.eu>, 2015-2023\n"
"Language-Team: French (France) (http://app.transifex.com/movim/movim/language/fr_FR/)\n"
@ -421,22 +417,6 @@ msgstr "Movim intègre l'API Tenor et permet la recherche et la publication de G
msgid "Access Tenor and get your API key"
msgstr "Récupérer votre clef sur Tenor"
#: [twitter]title
msgid "Twitter integration"
msgstr "Intégration Twitter"
#: [twitter]label
msgid "Your Twitter Token"
msgstr "Votre token Twitter"
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr "L'intégration Twitter permet à Movim d'extraire et intégrer les Tweets partagés sur l'instance"
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr "Générez votre token sur la section développeurs du site Twitter"
#: [log]empty
msgid "Empty"
msgstr "Vide"
@ -501,10 +481,6 @@ msgstr "Bannière mise à jour"
msgid "Banner Not Updated"
msgstr "Bannière non mise à jour"
#: [badges]title
msgid "Badges"
msgstr "Badges"
#: [blocked]title
msgid "Blocked"
msgstr "Bloqué"
@ -1433,10 +1409,6 @@ msgstr "Inviter"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Ce contact est présent dans votre liste mais il n'y a aucune souscriptions entre vos deux comptes"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "Aucunes données publiques trouvées"
#: [dictaphone]name
msgid "Dictaphone"
msgstr "Dictaphone"
@ -2526,6 +2498,10 @@ msgstr "Profil mis à jour"
msgid "Profile Not Updated"
msgstr "Profil non mis à jour"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Votre profil est maintenant public"
@ -3563,3 +3539,21 @@ msgstr "L’API est indisponible pour le moment, réessayez plus tard."
#: [field]type_here
msgid "Type here"
msgstr "Rédigez votre message ici"
#~ msgid "Twitter integration"
#~ msgstr "Intégration Twitter"
#~ msgid "Your Twitter Token"
#~ msgstr "Votre token Twitter"
#~ msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
#~ msgstr "L'intégration Twitter permet à Movim d'extraire et intégrer les Tweets partagés sur l'instance"
#~ msgid "Generate your Token on the Developer Twitter website"
#~ msgstr "Générez votre token sur la section développeurs du site Twitter"
#~ msgid "Badges"
#~ msgstr "Badges"
#~ msgid "No public data found"
#~ msgstr "Aucunes données publiques trouvées"

34
locales/ga.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Timothy Fry <tim@frydaho.com>, 2016\n"
"Language-Team: Irish (http://app.transifex.com/movim/movim/language/ga/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/gl.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: josé m. <correoxm@disroot.org>, 2023\n"
"Language-Team: Galician (http://app.transifex.com/movim/movim/language/gl/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/he.po

@ -19,8 +19,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -61,8 +59,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -120,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: gk <genghiskhan@gmx.ca>, 2016\n"
"Language-Team: Hebrew (http://app.transifex.com/movim/movim/language/he/)\n"
@ -413,22 +409,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "ריק"
@ -493,10 +473,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1425,10 +1401,6 @@ msgstr "הזמן"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2518,6 +2490,10 @@ msgstr "דיוקן עודכן"
msgid "Profile Not Updated"
msgstr "דיוקן לא מעודכן"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "הדיוקן שלך הינו פומבי כעת"

34
locales/hr.po

@ -19,8 +19,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -61,8 +59,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -120,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Krunoslav Tomorad <krunoslav.tomorad@gmail.com>, 2019\n"
"Language-Team: Croatian (http://app.transifex.com/movim/movim/language/hr/)\n"
@ -413,22 +409,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Prazno"
@ -493,10 +473,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1425,10 +1401,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2518,6 +2490,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/hu.po

@ -22,8 +22,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -64,8 +62,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -123,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: 386902c248cb697d9d6d058103e08443_c36ce9b <3e1ab06cc760e2987b063fda7f345e3f_237544>, 2018\n"
"Language-Team: Hungarian (http://app.transifex.com/movim/movim/language/hu/)\n"
@ -416,22 +412,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Üres"
@ -496,10 +476,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1428,10 +1404,6 @@ msgstr "Meghívás"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Ez az partner a partnerlistádon van, de nincsenek feliratkozások a két fiók között."
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2521,6 +2493,10 @@ msgstr "Profil frissítve"
msgid "Profile Not Updated"
msgstr "A profil nem frissült"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "A profilod mostantól nyilvános"

34
locales/id.po

@ -20,8 +20,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -62,8 +60,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -121,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Fahmi <itsfahmiegerton@live.co.uk>, 2017\n"
"Language-Team: Indonesian (http://app.transifex.com/movim/movim/language/id/)\n"
@ -414,22 +410,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Kosong"
@ -494,10 +474,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1426,10 +1402,6 @@ msgstr "Undang"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2519,6 +2491,10 @@ msgstr "Profil di Perbarui"
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/io.po

@ -19,8 +19,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -61,8 +59,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -120,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: William <fxinkeo@mail.com>, 2015\n"
"Language-Team: Ido (http://app.transifex.com/movim/movim/language/io/)\n"
@ -413,22 +409,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Vakua"
@ -493,10 +473,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1425,10 +1401,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2518,6 +2490,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/is.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Jóhannes Gunnar Þorsteinsson <johannesg@johannesg.com>, 2015\n"
"Language-Team: Icelandic (http://app.transifex.com/movim/movim/language/is/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/it.po

@ -25,8 +25,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -67,8 +65,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -126,7 +122,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Giacomo Lacava <g.lacava@gmail.com>, 2018\n"
"Language-Team: Italian (http://app.transifex.com/movim/movim/language/it/)\n"
@ -419,22 +415,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Vuoto"
@ -499,10 +479,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1431,10 +1407,6 @@ msgstr "Invita"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Questo utente è nella tua lista di contatti ma non c'è sottoscrizione tra i due account"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2524,6 +2496,10 @@ msgstr "Profilo aggiornato"
msgid "Profile Not Updated"
msgstr "Profilo non aggiornato"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Il tuo profilo è ora pubblico"

34
locales/ja.po

@ -23,8 +23,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -65,8 +63,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -124,7 +120,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Rintan, 2020-2021\n"
"Language-Team: Japanese (http://app.transifex.com/movim/movim/language/ja/)\n"
@ -417,22 +413,6 @@ msgstr "MovimをTenor APIと連携して、GIF画像の検索とチャットへ
msgid "Access Tenor and get your API key"
msgstr "Tenorにアクセスして、APIキーを入手"
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "空"
@ -497,10 +477,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1429,10 +1405,6 @@ msgstr "招待"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "この連絡先はあなたの連絡先リストに登録されていますが、これらのアカウントの間で購読はしていません"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2522,6 +2494,10 @@ msgstr "プロフィールを更新しました"
msgid "Profile Not Updated"
msgstr "プロファイルは更新されませんでした"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "あなたのプロファイルは公開されました"

34
locales/jbo.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2011\n"
"Language-Team: Lojban (http://app.transifex.com/movim/movim/language/jbo/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/kk.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Kazakh (http://app.transifex.com/movim/movim/language/kk/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

37
locales/ko.po

@ -19,8 +19,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -61,8 +59,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -120,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: 조수연, 2022\n"
"Language-Team: Korean (http://app.transifex.com/movim/movim/language/ko/)\n"
@ -413,22 +409,6 @@ msgstr "Movim은 Tenor API를 통합하여 채팅에서 GIF 검색 및 게시를
msgid "Access Tenor and get your API key"
msgstr "Tener에 액세스하여 API 키 받기"
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "비우기"
@ -493,10 +473,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1425,10 +1401,6 @@ msgstr "초대"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "이 계정은 연락처 목록에 있지만 두 계정 간에 구독이 없습니다."
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "공개 데이터를 찾을 수 없습니다"
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2518,6 +2490,10 @@ msgstr "프로필 업데이트됨"
msgid "Profile Not Updated"
msgstr "프로필이 업데이트되지 않음"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "프로필이 공개되었습니다."
@ -3555,3 +3531,6 @@ msgstr "API에 연결할 수 없습니다. 나중에 다시 시도하십시오."
#: [field]type_here
msgid "Type here"
msgstr "여기에 입력하세요"
#~ msgid "No public data found"
#~ msgstr "공개 데이터를 찾을 수 없습니다"

34
locales/lb.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Luxembourgish (http://app.transifex.com/movim/movim/language/lb/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/lt.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Mantas Ramonas <mantas@internetz.me>, 2017\n"
"Language-Team: Lithuanian (http://app.transifex.com/movim/movim/language/lt/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/lv.po

@ -19,8 +19,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -61,8 +59,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -120,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Jans Petersons <martinstomsons2@gmail.com>, 2017\n"
"Language-Team: Latvian (http://app.transifex.com/movim/movim/language/lv/)\n"
@ -413,22 +409,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -493,10 +473,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1425,10 +1401,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2518,6 +2490,10 @@ msgstr "Profils atjaunināts"
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

655
locales/messages.pot

@ -15,8 +15,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -57,8 +55,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -115,633 +111,16 @@
#, fuzzy
msgid ""
msgstr ""
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-14 23:10+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.8.4\n"
"X-Generator: Translate Toolkit 3.11.1\n"
#: [about]thanks
msgid "Thanks"
@ -1048,24 +427,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid ""
"The Twitter integration allows Movim to embed and extract the Tweets shared "
"on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -1130,10 +491,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -2076,10 +1433,6 @@ msgid ""
"the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -3194,6 +2547,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/nb.po

@ -22,8 +22,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -64,8 +62,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -123,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Dominik George <nik@naturalnet.de>, 2017-2018\n"
"Language-Team: Norwegian Bokmål (Norway) (http://app.transifex.com/movim/movim/language/nb_NO/)\n"
@ -416,22 +412,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Tom"
@ -496,10 +476,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1428,10 +1404,6 @@ msgstr "Inviter"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2521,6 +2493,10 @@ msgstr "Profilen ble oppdatert"
msgid "Profile Not Updated"
msgstr "Profilen ble ikke oppdatert"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Profilen din er nå offentlig"

34
locales/ne.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2012\n"
"Language-Team: Nepali (http://app.transifex.com/movim/movim/language/ne/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/nl.po

@ -27,8 +27,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -69,8 +67,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -128,7 +124,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Robbie Deighton <deightonrobbie@gmail.com>, 2019\n"
"Language-Team: Dutch (http://app.transifex.com/movim/movim/language/nl/)\n"
@ -421,22 +417,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Leeg"
@ -501,10 +481,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1433,10 +1409,6 @@ msgstr "Uitnodigen"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2526,6 +2498,10 @@ msgstr "Profiel bijgewerkt"
msgid "Profile Not Updated"
msgstr "Profiel niet bijgewerkt"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Je profiel is nu openbaar"

34
locales/oc.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Occitan (post 1500) (http://app.transifex.com/movim/movim/language/oc/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr "Perfil mes a jorn"
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/pl.po

@ -20,8 +20,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -62,8 +60,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -121,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Rafał Kołucki <BluRafPL@gmail.com>, 2020\n"
"Language-Team: Polish (http://app.transifex.com/movim/movim/language/pl/)\n"
@ -414,22 +410,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Puste"
@ -494,10 +474,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1426,10 +1402,6 @@ msgstr "Zaproś"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2519,6 +2491,10 @@ msgstr "Profil Zaktualizowany"
msgid "Profile Not Updated"
msgstr "Profil Nie Zaktualizowany"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Twój profil jest teraz publiczny"

34
locales/pt.po

@ -20,8 +20,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -62,8 +60,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -121,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: dinisbcoelho <dinisbcoelho@sapo.pt>, 2017\n"
"Language-Team: Portuguese (http://app.transifex.com/movim/movim/language/pt/)\n"
@ -414,22 +410,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Vazio"
@ -494,10 +474,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1426,10 +1402,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2519,6 +2491,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

46
locales/pt_br.po

@ -31,8 +31,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -73,8 +71,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -132,7 +128,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Vincenzo Tozzi, 2023\n"
"Language-Team: Portuguese (Brazil) (http://app.transifex.com/movim/movim/language/pt_BR/)\n"
@ -425,22 +421,6 @@ msgstr "Movim integra a API Tenor para permitir pesquisa e publicação de GIFs
msgid "Access Tenor and get your API key"
msgstr "Acesse o Tenor e obtenha sua chave API"
#: [twitter]title
msgid "Twitter integration"
msgstr "Integração com Twitter"
#: [twitter]label
msgid "Your Twitter Token"
msgstr "Token do Twitter"
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr "Cria um Token no site Desenvolvedor Twitter"
#: [log]empty
msgid "Empty"
msgstr "Vazio"
@ -505,10 +485,6 @@ msgstr "Cabeçalho atualizado"
msgid "Banner Not Updated"
msgstr "Cabeçalho não atualizado"
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr "Bloqueado"
@ -1437,10 +1413,6 @@ msgstr "Convidar"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Este contato está em sua lista de contatos mas não há conexão entre as duas contas"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "Nenhum dado público encontrado"
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2532,6 +2504,10 @@ msgstr "Perfil atualizado"
msgid "Profile Not Updated"
msgstr "Perfil Não Atualizado"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Seu perfil agora é público"
@ -3569,3 +3545,15 @@ msgstr "A API está inalcançável, tente mais tarde"
#: [field]type_here
msgid "Type here"
msgstr "Digite aqui"
#~ msgid "Twitter integration"
#~ msgstr "Integração com Twitter"
#~ msgid "Your Twitter Token"
#~ msgstr "Token do Twitter"
#~ msgid "Generate your Token on the Developer Twitter website"
#~ msgstr "Cria um Token no site Desenvolvedor Twitter"
#~ msgid "No public data found"
#~ msgstr "Nenhum dado público encontrado"

34
locales/ro.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Marvin42 Marvin <h2g2.marvin.42@gmail.com>, 2017\n"
"Language-Team: Romanian (http://app.transifex.com/movim/movim/language/ro/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr "Invitați"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/ru.po

@ -33,8 +33,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -75,8 +73,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -134,7 +130,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Rus D <rus@zx22.ru>, 2021\n"
"Language-Team: Russian (http://app.transifex.com/movim/movim/language/ru/)\n"
@ -427,22 +423,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Пусто"
@ -507,10 +487,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1439,10 +1415,6 @@ msgstr "Пригласить"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Контакт находится в Вашем контакт-листе, однако он не авторизован между аккаунтами"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2532,6 +2504,10 @@ msgstr "Профиль обновлён"
msgid "Profile Not Updated"
msgstr "Профиль не обновлён"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Ваш профиль теперь общедоступен"

34
locales/sk.po

@ -21,8 +21,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -63,8 +61,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -122,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Slavko <linux@slavino.sk>, 2020-2021\n"
"Language-Team: Slovak (Slovakia) (http://app.transifex.com/movim/movim/language/sk_SK/)\n"
@ -415,22 +411,6 @@ msgstr "Movim integruje API Tenor na hľadanie a zverejnenie GIF v čete"
msgid "Access Tenor and get your API key"
msgstr "Prejsť na Tenor a získať kľúč API"
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Prázdny"
@ -495,10 +475,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1427,10 +1403,6 @@ msgstr "Pozvať"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Tento kontakt je v zozname Vašich kontaktov, ale neexistuje odber medzi týmito dvomi účtami"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2520,6 +2492,10 @@ msgstr "Profil upravený"
msgid "Profile Not Updated"
msgstr "Profil nebol upravený"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Váš profil je teraz verejný"

34
locales/sl.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Slovenian (http://app.transifex.com/movim/movim/language/sl/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

52
locales/sq.po

@ -20,8 +20,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -62,8 +60,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -121,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>, 2018,2020-2023\n"
"Language-Team: Albanian (http://app.transifex.com/movim/movim/language/sq/)\n"
@ -414,22 +410,6 @@ msgstr "Movim integrohet me API-n Tenor për të lejuar kërkim dhe shfaqje GIF-
msgid "Access Tenor and get your API key"
msgstr "Hyni në Tenor dhe merrni Kyçin tuaj API"
#: [twitter]title
msgid "Twitter integration"
msgstr "Integrim me Twitter"
#: [twitter]label
msgid "Your Twitter Token"
msgstr "Token-i juaj në Twitter"
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr "Integrimi për Twitter i lejon Movim-it të trupëzojë dhe përftojë Tweets të ndarë te instanca"
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr "Prodhoni Token-in tuaj te sajti Developer Twitter"
#: [log]empty
msgid "Empty"
msgstr "E zbrazët"
@ -494,10 +474,6 @@ msgstr "Banderola u Përditësua"
msgid "Banner Not Updated"
msgstr "Banderola S’u Përditësua"
#: [badges]title
msgid "Badges"
msgstr "Stema"
#: [blocked]title
msgid "Blocked"
msgstr "Bllokuar"
@ -1426,10 +1402,6 @@ msgstr "Ftoje"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "Ky kontakt gjendet në listën tuaj të kontakteve, por nuk ka pajtim mes dy llogarive"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "S’u gjetën të dhëna publike"
#: [dictaphone]name
msgid "Dictaphone"
msgstr "Diktafon"
@ -2519,6 +2491,10 @@ msgstr "Profili u Përditësua"
msgid "Profile Not Updated"
msgstr "Profili S’u Përditësua"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "Profili juaj tani është publik"
@ -3556,3 +3532,21 @@ msgstr "API nuk kapet dot, riprovoni më vonë"
#: [field]type_here
msgid "Type here"
msgstr "Shtypni këtu"
#~ msgid "Twitter integration"
#~ msgstr "Integrim me Twitter"
#~ msgid "Your Twitter Token"
#~ msgstr "Token-i juaj në Twitter"
#~ msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
#~ msgstr "Integrimi për Twitter i lejon Movim-it të trupëzojë dhe përftojë Tweets të ndarë te instanca"
#~ msgid "Generate your Token on the Developer Twitter website"
#~ msgstr "Prodhoni Token-in tuaj te sajti Developer Twitter"
#~ msgid "Badges"
#~ msgstr "Stema"
#~ msgid "No public data found"
#~ msgstr "S’u gjetën të dhëna publike"

34
locales/sv.po

@ -20,8 +20,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -62,8 +60,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -121,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Lyn, 2022\n"
"Language-Team: Swedish (http://app.transifex.com/movim/movim/language/sv/)\n"
@ -414,22 +410,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -494,10 +474,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1426,10 +1402,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2519,6 +2491,10 @@ msgstr "Profil uppdaterad"
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/sw.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swahili (http://app.transifex.com/movim/movim/language/sw/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/tr.po

@ -20,8 +20,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -62,8 +60,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -121,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Ali Can <gamalpha112@gmail.com>, 2018\n"
"Language-Team: Turkish (http://app.transifex.com/movim/movim/language/tr/)\n"
@ -414,22 +410,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -494,10 +474,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1426,10 +1402,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2519,6 +2491,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

40
locales/ug.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Keram, 2022\n"
"Language-Team: Uyghur (http://app.transifex.com/movim/movim/language/ug/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr "تۋىتىر بىرلەشتۈرۈش"
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "قۇرۇق"
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr "چەكلەنگەن"
@ -1424,10 +1400,6 @@ msgstr "تەكلىپ قىلىڭ"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "بۇ تۇنۇش سىزنىڭ ئالاقە تىزىملىكىڭىزدە بار لىكىن بۇ ئىككى ھېسابات ئارىسىدا ئۆز-ئارا ئەگىشىش يوق."
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "ھېچقاندا ئاممىۋىي ئۇچۇر تېپىلمىدى"
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""
@ -3554,3 +3530,9 @@ msgstr ""
#: [field]type_here
msgid "Type here"
msgstr ""
#~ msgid "Twitter integration"
#~ msgstr "تۋىتىر بىرلەشتۈرۈش"
#~ msgid "No public data found"
#~ msgstr "ھېچقاندا ئاممىۋىي ئۇچۇر تېپىلمىدى"

34
locales/uk.po

@ -19,8 +19,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -61,8 +59,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -120,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: sergey solovey, 2022\n"
"Language-Team: Ukrainian (http://app.transifex.com/movim/movim/language/uk/)\n"
@ -413,22 +409,6 @@ msgstr "Movim інтегрує Tenor API, щоб дозволити пошук
msgid "Access Tenor and get your API key"
msgstr "Авторизуйтеся в Tenor та отримайте ключ API"
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "Порожньо"
@ -493,10 +473,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1425,10 +1401,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2518,6 +2490,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/ur.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Urdu (http://app.transifex.com/movim/movim/language/ur/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/ur_pk.po

@ -17,8 +17,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -59,8 +57,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -118,7 +114,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Urdu (Pakistan) (http://app.transifex.com/movim/movim/language/ur_PK/)\n"
@ -411,22 +407,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -491,10 +471,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1423,10 +1399,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2516,6 +2488,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

34
locales/vi.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Khám Phá Phần Mềm <meshareyou@gmail.com>, 2019\n"
"Language-Team: Vietnamese (http://app.transifex.com/movim/movim/language/vi/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr ""
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

52
locales/zh.po

@ -30,8 +30,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -72,8 +70,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -131,7 +127,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Phonebook3599, 2023\n"
"Language-Team: Chinese (China) (http://app.transifex.com/movim/movim/language/zh_CN/)\n"
@ -424,22 +420,6 @@ msgstr "Movim 集成了 Tenor API,允许在聊天中搜索 GIF 和发布内容
msgid "Access Tenor and get your API key"
msgstr "访问 Tenor 并获取 API 密钥"
#: [twitter]title
msgid "Twitter integration"
msgstr "Twitter 集成"
#: [twitter]label
msgid "Your Twitter Token"
msgstr "您的 Twitter 令牌"
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr "Twitter 集成允许 Movim 嵌入和提取实例上共享的推文"
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr "在 Developer Twitter 网站上生成您的令牌"
#: [log]empty
msgid "Empty"
msgstr "空的"
@ -504,10 +484,6 @@ msgstr "横幅已更新"
msgid "Banner Not Updated"
msgstr "横幅未更新"
#: [badges]title
msgid "Badges"
msgstr "徽章"
#: [blocked]title
msgid "Blocked"
msgstr "已屏蔽"
@ -1436,10 +1412,6 @@ msgstr "邀请"
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr "此联系人在您的联系人列表中,但两账号之间没有订阅"
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr "未找到公开数据"
#: [dictaphone]name
msgid "Dictaphone"
msgstr "录音机"
@ -2529,6 +2501,10 @@ msgstr "个人资料已更新"
msgid "Profile Not Updated"
msgstr "个人资料未更新"
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr "您的个人资料现在是公开的"
@ -3566,3 +3542,21 @@ msgstr "无法访问 API,请稍后再试"
#: [field]type_here
msgid "Type here"
msgstr "在此输入"
#~ msgid "Twitter integration"
#~ msgstr "Twitter 集成"
#~ msgid "Your Twitter Token"
#~ msgstr "您的 Twitter 令牌"
#~ msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
#~ msgstr "Twitter 集成允许 Movim 嵌入和提取实例上共享的推文"
#~ msgid "Generate your Token on the Developer Twitter website"
#~ msgstr "在 Developer Twitter 网站上生成您的令牌"
#~ msgid "Badges"
#~ msgstr "徽章"
#~ msgid "No public data found"
#~ msgstr "未找到公开数据"

34
locales/zh_tw.po

@ -18,8 +18,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Avatar/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Badges/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blocked/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Blog/locales.ini
@ -60,8 +58,6 @@
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactData/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/ContactDataPublic/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Dictaphone/locales.ini
#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#
#. extracted from ../app/widgets/Draw/locales.ini
@ -119,7 +115,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-12 23:26+0200\n"
"POT-Creation-Date: 2023-12-11 18:29+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: akong <akong@aspa.idv.tw>, 2018\n"
"Language-Team: Chinese (Taiwan) (http://app.transifex.com/movim/movim/language/zh_TW/)\n"
@ -412,22 +408,6 @@ msgstr ""
msgid "Access Tenor and get your API key"
msgstr ""
#: [twitter]title
msgid "Twitter integration"
msgstr ""
#: [twitter]label
msgid "Your Twitter Token"
msgstr ""
#: [twitter]info1
msgid "The Twitter integration allows Movim to embed and extract the Tweets shared on the instance"
msgstr ""
#: [twitter]info2
msgid "Generate your Token on the Developer Twitter website"
msgstr ""
#: [log]empty
msgid "Empty"
msgstr "空白"
@ -492,10 +472,6 @@ msgstr ""
msgid "Banner Not Updated"
msgstr ""
#: [badges]title
msgid "Badges"
msgstr ""
#: [blocked]title
msgid "Blocked"
msgstr ""
@ -1424,10 +1400,6 @@ msgstr ""
msgid "This contact is in your contact list but there is no subscription between the two accounts"
msgstr ""
#: [contactdatapublic]no_data
msgid "No public data found"
msgstr ""
#: [dictaphone]name
msgid "Dictaphone"
msgstr ""
@ -2517,6 +2489,10 @@ msgstr ""
msgid "Profile Not Updated"
msgstr ""
#: [vcard]nickname_info
msgid "This will also be used as your default nickname when joining a chatroom"
msgstr ""
#: [profile]public
msgid "Your profile is now public"
msgstr ""

Loading…
Cancel
Save