Simple Local Avatars - Version 1.1.1

Version Description

  • Italian localization
Download this release

Release Info

Developer jakemgold
Plugin Icon 128x128 Simple Local Avatars
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1 to 1.1.1

localization/simple-local-avatars-it_IT.mo ADDED
Binary file
localization/simple-local-avatars-it_IT.po ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2010 Simple Local Avatars
2
+ # This file is distributed under the same license as the Simple Local Avatars package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Simple Local Avatars 1.1\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-local-avatars\n"
7
+ "POT-Creation-Date: 2011-01-18 16:36:12+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2011-01-18 21:35+0100\n"
12
+ "Last-Translator: MARCO <marco@teethgrinder.net>\n"
13
+ "Language-Team: \n"
14
+ "X-Poedit-Language: Italian\n"
15
+
16
+ #: simple-local-avatars.php:104
17
+ msgid "Local Avatar Permissions"
18
+ msgstr "Permessi per Avatar Locali"
19
+
20
+ #: simple-local-avatars.php:120
21
+ msgid "Only allow users with file upload capabilities to upload local avatars (Authors and above)"
22
+ msgstr "Consentire solo agli utenti con permessi di upload di caricare avatar locali (Autori e superiori) "
23
+
24
+ #: simple-local-avatars.php:128
25
+ msgid "Avatar"
26
+ msgstr "Avatar"
27
+
28
+ #: simple-local-avatars.php:132
29
+ msgid "Upload Avatar"
30
+ msgstr "Caricare l'Avatar"
31
+
32
+ #: simple-local-avatars.php:148
33
+ msgid "No local avatar is set. Use the upload field to add a local avatar."
34
+ msgstr "Nessun avatar locale è stato definito. Usa il campo di upload per aggiungerne uno."
35
+
36
+ #: simple-local-avatars.php:151
37
+ msgid "Delete local avatar"
38
+ msgstr "Cancella l'avatar locale"
39
+
40
+ #: simple-local-avatars.php:152
41
+ msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
42
+ msgstr "Sostituire l'avatar locale caricandone uno nuovo, o cancellarlo (tornando al Gravatar) selezionando l'opzione di eliminazione."
43
+
44
+ #: simple-local-avatars.php:158
45
+ msgid "No local avatar is set. Set up your avatar at Gravatar.com."
46
+ msgstr "Non è impostato alcun avatar locale. Utilizza Gravatar.com per impostarne uno."
47
+
48
+ #: simple-local-avatars.php:161
49
+ msgid "You do not have media management permissions. To change your local avatar, contact the blog administrator."
50
+ msgstr "Non hai i permessi necessari. Per cambiare il tuo avatar locale contatta l'amministratore del blog."
51
+
52
+ #. Plugin Name of the plugin/theme
53
+ msgid "Simple Local Avatars"
54
+ msgstr "Simple Local Avatars"
55
+
56
+ #. Description of the plugin/theme
57
+ msgid "Adds an avatar upload field to user profiles if the current user has media permissions. Generates requested sizes on demand just like Gravatar! Simple and lightweight."
58
+ msgstr "Aggiunge un campo per permettere l'upload di un avatar personalizzato agli utenti che dispongono di adeguati permessi. Ridimensiona l'immagine come Gravatar! Semplice e leggero"
59
+
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/wordpress-simple-local-av
4
  Tags: avatar, gravatar, user photos, users, profile
5
  Requires at least: 3.0
6
  Tested up to: 3.1
7
- Stable tag: 1.1
8
 
9
  Adds an avatar upload field to user profiles if the current user has media permissions. Generates requested sizes on demand just like Gravatar!
10
 
@@ -35,6 +35,9 @@ Unlike other avatar plug-ins, Simple Local Avatars:
35
 
36
  == Changelog ==
37
 
 
 
 
38
  = 1.1 =
39
  * All users (regardless of capabilities) can upload avatars by default. To limit avatar uploading to users with upload files capabilities (Authors and above), check the applicable option under Settings > Discussion. This was the default behavior in 1.0.
40
  * Localization support; German included
4
  Tags: avatar, gravatar, user photos, users, profile
5
  Requires at least: 3.0
6
  Tested up to: 3.1
7
+ Stable tag: 1.1.1
8
 
9
  Adds an avatar upload field to user profiles if the current user has media permissions. Generates requested sizes on demand just like Gravatar!
10
 
35
 
36
  == Changelog ==
37
 
38
+ = 1.1.1 =
39
+ * Italian localization
40
+
41
  = 1.1 =
42
  * All users (regardless of capabilities) can upload avatars by default. To limit avatar uploading to users with upload files capabilities (Authors and above), check the applicable option under Settings > Discussion. This was the default behavior in 1.0.
43
  * Localization support; German included
simple-local-avatars.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Simple Local Avatars
4
  Plugin URI: http://www.thinkoomph.com/plugins-modules/wordpress-simple-local-avatars/
5
  Description: Adds an avatar upload field to user profiles if the current user has media permissions. Generates requested sizes on demand just like Gravatar! Simple and lightweight.
6
- Version: 1.1
7
  Author: Jake Goldman (Oomph, Inc)
8
  Author URI: http://www.thinkoomph.com
9
 
3
  Plugin Name: Simple Local Avatars
4
  Plugin URI: http://www.thinkoomph.com/plugins-modules/wordpress-simple-local-avatars/
5
  Description: Adds an avatar upload field to user profiles if the current user has media permissions. Generates requested sizes on demand just like Gravatar! Simple and lightweight.
6
+ Version: 1.1.1
7
  Author: Jake Goldman (Oomph, Inc)
8
  Author URI: http://www.thinkoomph.com
9